We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfdd36a commit 05e7384Copy full SHA for 05e7384
antora-playbook.yml
@@ -8,14 +8,13 @@ content:
8
sources:
9
- url: .
10
branches:
11
- - HEAD
12
- start-paths:
13
- - .
+ - HEAD
+ start_path: docs # Corrected from start-paths
14
- url: https://github.com/admin-shell-io/aas-guides-antora
15
16
- - main
17
18
- - AAS_Reading_Guide/docs
+ - main
+ start_path: AAS_Reading_Guide/docs # Corrected from start-paths
+
19
ui:
20
bundle:
21
url: https://github.com/admin-shell-io/aas-specs-antora-ui/releases/latest/download/ui-bundle.zip
0 commit comments