diff --git a/distribution/docs/src/main/resources/templates/architectures.ftl b/distribution/docs/src/main/resources/templates/architectures.ftl index bc51951c27f8..4d74899dbb9f 100644 --- a/distribution/docs/src/main/resources/templates/architectures.ftl +++ b/distribution/docs/src/main/resources/templates/architectures.ftl @@ -1,6 +1,6 @@ = ${branding-expanded} Architecture -include::config.adoc[] :title: ${branding-expanded} Architecture +include::config.adoc[] :architecture-prefix: _ :developing-prefix: developing.adoc#_ :integrating-prefix: documentation.adoc#_ diff --git a/distribution/docs/src/main/resources/templates/developing.ftl b/distribution/docs/src/main/resources/templates/developing.ftl index 17b34e1bbf46..83c8089ff794 100644 --- a/distribution/docs/src/main/resources/templates/developing.ftl +++ b/distribution/docs/src/main/resources/templates/developing.ftl @@ -1,6 +1,6 @@ = Developing ${branding} Components: Developer's Guide +:title: Developing ${branding} Components: Developer's Guide include::config.adoc[] -:title: Developing ${branding} Components :architecture-prefix: architecture.adoc#_ :developing-prefix: _ :integrating-prefix: documentation.adoc#_ diff --git a/distribution/docs/src/main/resources/templates/documentation.ftl b/distribution/docs/src/main/resources/templates/documentation.ftl index 7c236b4f8401..7331a30f11ed 100644 --- a/distribution/docs/src/main/resources/templates/documentation.ftl +++ b/distribution/docs/src/main/resources/templates/documentation.ftl @@ -1,4 +1,5 @@ = ${branding-expanded} Documentation: Complete Documentation +:title: ${branding-expanded} Documentation: Complete Documentation include::config.adoc[] :architecture-prefix: _ :developing-prefix: _ @@ -68,6 +69,7 @@ ifdef::backend-pdf[] == Index endif::backend-pdf[] + ifdef::backend-html5[] include::${project.build.directory}/asciidoctor-ready-${project.version}/scripts.html[] diff --git a/distribution/docs/src/main/resources/templates/integrating.ftl b/distribution/docs/src/main/resources/templates/integrating.ftl index 91755882e522..0ff422f5d649 100644 --- a/distribution/docs/src/main/resources/templates/integrating.ftl +++ b/distribution/docs/src/main/resources/templates/integrating.ftl @@ -1,6 +1,6 @@ -= Integrating ${branding} += Integrating with ${branding} +:title: Integrating with ${branding} include::config.adoc[] -:title: Integrating ${branding} :architecture-prefix: architecture.adoc#_ :developing-prefix: developing.adoc#_ :integrating-prefix: _ diff --git a/distribution/docs/src/main/resources/templates/managing.ftl b/distribution/docs/src/main/resources/templates/managing.ftl index db598a8f76f0..7935b85f9bad 100644 --- a/distribution/docs/src/main/resources/templates/managing.ftl +++ b/distribution/docs/src/main/resources/templates/managing.ftl @@ -1,6 +1,6 @@ -= Managing += Managing ${branding-expanded} +:title: Managing ${branding-expanded} include::config.adoc[] -:title: Managing ${branding} :architecture-prefix: architecture.adoc#_ :developing-prefix: developing.adoc#_ :integrating-prefix: documentation.adoc#_ diff --git a/distribution/docs/src/main/resources/templates/metadata.ftl b/distribution/docs/src/main/resources/templates/metadata.ftl index ee040721f6c5..f7003a0419f7 100644 --- a/distribution/docs/src/main/resources/templates/metadata.ftl +++ b/distribution/docs/src/main/resources/templates/metadata.ftl @@ -1,6 +1,6 @@ = ${branding} Metadata Reference Guide +:title: ${branding} Metadata Reference Guide include::config.adoc[] -:title: Metadata Reference Guide :toc: left :architecture-prefix: architecture.adoc#_ :developing-prefix: developing.adoc#_ diff --git a/distribution/docs/src/main/resources/templates/overview.ftl b/distribution/docs/src/main/resources/templates/overview.ftl index 8348562392f5..09498836bae4 100644 --- a/distribution/docs/src/main/resources/templates/overview.ftl +++ b/distribution/docs/src/main/resources/templates/overview.ftl @@ -1,6 +1,6 @@ -= ${branding-expanded} Overview += ${branding-expanded} Executive Summary: Core Concepts and Introduction +:title: ${branding-expanded} Introduction include::config.adoc[] -:title: ${branding-expanded} Executive Summary: Core Concepts and Introduction :architecture-prefix: architecture.adoc#_ :developing-prefix: developing.adoc#_ :integrating-prefix: documentation.adoc#_ diff --git a/distribution/docs/src/main/resources/templates/quickstart.ftl b/distribution/docs/src/main/resources/templates/quickstart.ftl index d947e3aeeed6..5ed0062c73b5 100644 --- a/distribution/docs/src/main/resources/templates/quickstart.ftl +++ b/distribution/docs/src/main/resources/templates/quickstart.ftl @@ -1,6 +1,6 @@ = ${branding-expanded}: Quick Start Guide +:title: ${branding-expanded}: Quick Start Guide include::config.adoc[] -:title: ${branding-expanded} Quick Start Guide :architecture-prefix: architecture.adoc#_ :developing-prefix: developing.adoc#_ :integrating-prefix: documentation.adoc#_ diff --git a/distribution/docs/src/main/resources/templates/reference.ftl b/distribution/docs/src/main/resources/templates/reference.ftl index 63b7bf20e962..0b1607700144 100644 --- a/distribution/docs/src/main/resources/templates/reference.ftl +++ b/distribution/docs/src/main/resources/templates/reference.ftl @@ -1,6 +1,6 @@ = ${branding} Reference Guide +:title: ${branding} Reference Guide include::config.adoc[] -:title: Reference :toc: left :architecture-prefix: architecture.adoc#_ :developing-prefix: developing.adoc#_ diff --git a/distribution/docs/src/main/resources/templates/using.ftl b/distribution/docs/src/main/resources/templates/using.ftl index facf1b8c531c..237cd517c6ff 100644 --- a/distribution/docs/src/main/resources/templates/using.ftl +++ b/distribution/docs/src/main/resources/templates/using.ftl @@ -1,6 +1,6 @@ = ${branding} User's Guide +:title: ${branding} User's Guide include::config.adoc[] -:title: Using ${catalog-ui} :architecture-prefix: architecture.adoc#_ :developing-prefix: developing.adoc#_ :integrating-prefix: documentation.adoc#_