We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5d757 commit 75bf6a3Copy full SHA for 75bf6a3
antora-playbook.yml
@@ -6,7 +6,11 @@ site:
6
content:
7
sources:
8
- url: https://github.com/codefreak/codefreak.git
9
- branches: master
+ # If you include more branches make sure you set the docs/antora.yml file "version" attribute to a distinct value.
10
+ # Otherwise, the build will fail with a message like "error: Duplicate nav: master@codefreak:ROOT:nav.adoc"
11
+ branches:
12
+ - master
13
+ - v6
14
start_path: docs
15
ui:
16
bundle:
0 commit comments