Skip to content

Commit

Permalink
chore: example uses fmt as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Aug 2, 2024
1 parent 19850b1 commit 7b197fd
Show file tree
Hide file tree
Showing 5 changed files with 2,484 additions and 8 deletions.
9 changes: 5 additions & 4 deletions example/doc/local-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ antora:
# Replace with @alandefreitas/antora-cpp-reference-extension in a real project
- require: '../../lib/extension.js'
dependencies:
- name: 'boost'
repo: 'https://github.com/boostorg/boost.git'
tag: 'develop'
variable: 'BOOST_SRC_ROOT'
- name: 'fmt'
repo: 'https://github.com/fmtlib/fmt.git'
tag: 'v0.11.0'
clone-submodules: false
variable: 'FMT_SRC_ROOT'

asciidoc:
attributes:
Expand Down
Loading

0 comments on commit 7b197fd

Please sign in to comment.