summaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-05-05 18:13:01 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-05-05 18:13:01 -0600
commitf0df473346a3619fbd4e1490c5992c0e97c304da (patch)
tree83e97e5b9be38571229086581e2157696ffd6219 /docs/modules
parenteb0d546adbccfcce0a818b38c2204f7bfb60b787 (diff)
set navtitle and description for documentation index page [no ci]
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/ROOT/pages/index.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc
index 9797cd0d..c23758da 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -1,6 +1,8 @@
= Asciidoctor PDF Documentation
+:navtitle: Introduction
+:description: The documentation for Asciidoctor PDF, a converter for Asciidoctor that converts AsciiDoc directly to PDF using the Prawn PDF generation library.
-Asciidoctor PDF is a native PDF converter for AsciiDoc.
+Asciidoctor PDF is a native PDF converter for AsciiDoc that plugs into the `pdf` backend.
It bypasses the requirement to generate an intermediary format such as DocBook, Apache FO, or LaTeX.
Instead, you can use Asciidoctor PDF to convert your documents directly from AsciiDoc to PDF.
The aim of this library is to take the pain out of creating PDF documents from AsciiDoc.