summaryrefslogtreecommitdiff
path: root/docs/modules/cli
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-08-31 23:59:52 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-09-01 00:10:20 -0600
commitf1af95ef682be6b934581ec01148bf5bbb60175f (patch)
tree1937e252364e140f3c4f7dff2d144118d9ea7a63 /docs/modules/cli
parentbeda2f2bc29553c26205a8bf9b9458b1d66a7492 (diff)
map reference to CLI Options to section in asciidoctor man page
Diffstat (limited to 'docs/modules/cli')
-rw-r--r--docs/modules/cli/nav.adoc4
-rw-r--r--docs/modules/cli/pages/index.adoc2
-rw-r--r--docs/modules/cli/pages/options.adoc3
3 files changed, 4 insertions, 5 deletions
diff --git a/docs/modules/cli/nav.adoc b/docs/modules/cli/nav.adoc
index ca384ab0..f2e0cb5a 100644
--- a/docs/modules/cli/nav.adoc
+++ b/docs/modules/cli/nav.adoc
@@ -1,7 +1,7 @@
* xref:index.adoc[]
+** xref:man1/asciidoctor.1.adoc[]
** xref:output-file.adoc[]
** xref:process-multiple-files.adoc[]
** xref:io-piping.adoc[]
** xref:set-safe-mode.adoc[]
-** xref:options.adoc[]
-** xref:man1/asciidoctor.1.adoc[]
+** xref:man1/asciidoctor.1.adoc#options[CLI Options]
diff --git a/docs/modules/cli/pages/index.adoc b/docs/modules/cli/pages/index.adoc
index d2b7dab9..79f492c0 100644
--- a/docs/modules/cli/pages/index.adoc
+++ b/docs/modules/cli/pages/index.adoc
@@ -26,7 +26,7 @@ To invoke Asciidoctor from the CLI and convert an `.adoc` file, execute:
This will use the built-in defaults for options and create a new file in the same directory as the input file, with the same base name, but with the `.html` extension.
-The xref:options.adoc[] describes the available Asciidoctor CLI options and parameters.
+xref:man1/asciidoctor.1.adoc#options[CLI Options] describes the available options and parameters for the Asciidoctor CLI.
You can output the usage for the `asciidoctor` command by appending the `--help` option:
diff --git a/docs/modules/cli/pages/options.adoc b/docs/modules/cli/pages/options.adoc
index 4f2bc185..e87f3355 100644
--- a/docs/modules/cli/pages/options.adoc
+++ b/docs/modules/cli/pages/options.adoc
@@ -1,4 +1,3 @@
= CLI Options
-// um anchor: appendix#cli-options
-include::partial$man-asciidoctor.adoc[tag=options,leveloffset=-1]
+See xref:man1/asciidoctor.1.adoc#options[`asciidoctor` options].