Skip to content

Commit 1a6bfb6

Browse files
committed
Configure different navigation for Antora assembler output
1 parent 6480058 commit 1a6bfb6

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

documentation/antora.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: true
33
title: JUnit
44
nav:
55
- modules/ROOT/nav.adoc
6+
- modules/ROOT/extra-site-nav.adoc
67
ext:
78
collector:
89
run:
@@ -22,6 +23,9 @@ ext:
2223
- dir: ./build/plantuml
2324
clean: true
2425
into: modules/ROOT/images
26+
assembler:
27+
nav:
28+
- modules/ROOT/nav.adoc
2529
asciidoc:
2630
attributes:
2731
javadoc-root: "xref:attachment$api"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* {javadoc-root}/index.html[Javadoc]

documentation/modules/ROOT/nav.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,3 @@
6363
* xref:api-evolution.adoc[]
6464
* xref:release-notes.adoc[]
6565
* xref:appendix.adoc[]
66-
* {javadoc-root}/index.html[Javadoc]

0 commit comments

Comments
 (0)