From 10ea7aee7aaf5ba690b45d832316798172459754 Mon Sep 17 00:00:00 2001 From: Remington Steed Date: Thu, 5 Dec 2019 09:23:06 -0500 Subject: [PATCH] Docs: Add draft nav for "Software Installation" section Note: I don't think "leveloffset" is allowed like this here. We could pass it to "include" as an attribute, but I'd rather us standardize our headings in our files. Signed-off-by: Remington Steed --- docs-antora/modules/installation/nav.adoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs-antora/modules/installation/nav.adoc diff --git a/docs-antora/modules/installation/nav.adoc b/docs-antora/modules/installation/nav.adoc new file mode 100644 index 0000000000..7c7c5482b1 --- /dev/null +++ b/docs-antora/modules/installation/nav.adoc @@ -0,0 +1,14 @@ +* Software Installation +** xref:installation:system_requirements.adoc[System Requirements] + +// Push titles down one level. +:leveloffset: 1 + +** xref:installation:server_installation.adoc[Installing the Evergreen server] + +// Return to normal title levels. +:leveloffset: 0 + +** xref:installation:server_upgrade.adoc[Upgrading the Evergreen Server] +** xref:installation:edi_setup.adoc[Setting Up EDI Acquisitions] + -- 2.11.0