diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-08-31 23:58:11 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-31 23:58:11 -0600 |
| commit | beda2f2bc29553c26205a8bf9b9458b1d66a7492 (patch) | |
| tree | 2b7469d50e329e065729eef6eced749df218d080 /docs/modules/cli | |
| parent | 786608bd09c60d4124edaddcd2007b5590daa0c5 (diff) | |
resolves #4125 publish man page for asciidoctor(1) with docs (PR #4126)
Diffstat (limited to 'docs/modules/cli')
| -rw-r--r-- | docs/modules/cli/nav.adoc | 1 | ||||
| -rw-r--r-- | docs/modules/cli/pages/man1/asciidoctor.1.adoc | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/modules/cli/nav.adoc b/docs/modules/cli/nav.adoc index 4e7bdbf9..ca384ab0 100644 --- a/docs/modules/cli/nav.adoc +++ b/docs/modules/cli/nav.adoc @@ -4,3 +4,4 @@ ** xref:io-piping.adoc[] ** xref:set-safe-mode.adoc[] ** xref:options.adoc[] +** xref:man1/asciidoctor.1.adoc[] diff --git a/docs/modules/cli/pages/man1/asciidoctor.1.adoc b/docs/modules/cli/pages/man1/asciidoctor.1.adoc new file mode 100644 index 00000000..76b9296f --- /dev/null +++ b/docs/modules/cli/pages/man1/asciidoctor.1.adoc @@ -0,0 +1,2 @@ +:page-toclevels: 1 +include::partial$man-asciidoctor.adoc[] |
