diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-04-17 01:31:20 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-17 10:31:20 +0300 |
| commit | 0b1021b42a7ff22b17a6274f77ea1a055ee7613f (patch) | |
| tree | 8599c919cce6408c08277245eb473339af798fc4 /docs | |
| parent | 8704b2f929fb7f7b6ab6d8c7a0e11dd84248200a (diff) | |
define project-name attribute before document title to fix a warning in Asciidoctor 2 (#395)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/ROOT/pages/index.adoc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 070f5da..bef8771 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -1,11 +1,10 @@ +:project-name: Asciidoctor EPUB3 +:project-handle: asciidoctor-epub3 = {project-name} Documentation Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]> // Settings: :navtitle: Introduction :experimental: -// Aliases: -:project-name: Asciidoctor EPUB3 -:project-handle: asciidoctor-epub3 // URIs: :uri-asciidoctor: https://asciidoctor.org/ :uri-idpf: http://www.idpf.org/ |
