From 3082e313c40d44145f25e24beafe64b1d560220f Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Fri, 26 Jan 2024 09:42:59 -0300 Subject: [PATCH] Add missing doc files --- docs/modules/ROOT/pages/index.adoc | 1 + docs/pom.xml | 23 ++++++++++++++++++++++- docs/templates/includes/attributes.adoc | 3 +++ 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 docs/templates/includes/attributes.adoc diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 2b43c69..4ca8e1a 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -20,6 +20,7 @@ In your `pom.xml` file, add: io.quarkiverse.logging.splunk quarkus-logging-splunk + {project-version} ---- diff --git a/docs/pom.xml b/docs/pom.xml index a18a1a0..84cd30b 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -44,10 +44,31 @@ quarkus-log-handler-splunk.adoc false + + ${project.basedir}/templates/includes + attributes.adoc + true + ${skip.config.copy} + + copy-images + prepare-package + + copy-resources + + + ${project.build.directory}/generated-docs/_images/ + + + ${project.basedir}/modules/ROOT/assets/images/ + false + + + + @@ -78,4 +99,4 @@ - \ No newline at end of file + diff --git a/docs/templates/includes/attributes.adoc b/docs/templates/includes/attributes.adoc new file mode 100644 index 0000000..e1a2881 --- /dev/null +++ b/docs/templates/includes/attributes.adoc @@ -0,0 +1,3 @@ +:project-version: ${release.current-version} + +:examples-dir: ./../examples/ \ No newline at end of file