Migrate Structure Insert explicit ids for headers Remove unnecessary asciidoc attributes Copy default antora files Fix indentation for all pages Generate a default navigation Remove includes Fix cross references Enable Section Summary TOC for small pages WIP Nav.adoc now represents a list of navigation properties Warning and errors are now resolved. Observability docs now present in navigation bar and properly visible Index.adoc contains preface information . Nav.adoc contains proper ordering for appendix information
8 lines
256 B
Plaintext
8 lines
256 B
Plaintext
|
|
[[appendix-building-the-documentation]]
|
|
= Building This Documentation
|
|
:page-section-summary-toc: 1
|
|
|
|
This project uses Maven to generate this documentation. To generate it for yourself,
|
|
run the following command: `$ mvn clean install -DskipTests -P docs`.
|