From 5b45943e66f641b8082ab9e4addeea2b99e3fc86 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 --- .../ROOT/pages/includes/attributes.adoc | 3 ++ .../includes/quarkus-log-handler-splunk.adoc | 2 +- docs/modules/ROOT/pages/index.adoc | 1 + docs/pom.xml | 40 ++++++++++++++++++- docs/templates/includes/attributes.adoc | 3 ++ 5 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 docs/modules/ROOT/pages/includes/attributes.adoc create mode 100644 docs/templates/includes/attributes.adoc diff --git a/docs/modules/ROOT/pages/includes/attributes.adoc b/docs/modules/ROOT/pages/includes/attributes.adoc new file mode 100644 index 0000000..6f16457 --- /dev/null +++ b/docs/modules/ROOT/pages/includes/attributes.adoc @@ -0,0 +1,3 @@ +:project-version: 3.1.3 + +:examples-dir: ./../examples/ \ No newline at end of file diff --git a/docs/modules/ROOT/pages/includes/quarkus-log-handler-splunk.adoc b/docs/modules/ROOT/pages/includes/quarkus-log-handler-splunk.adoc index 6e6212c..9ac681f 100644 --- a/docs/modules/ROOT/pages/includes/quarkus-log-handler-splunk.adoc +++ b/docs/modules/ROOT/pages/includes/quarkus-log-handler-splunk.adoc @@ -1,6 +1,6 @@ :summaryTableId: quarkus-log-handler-splunk -[.configuration-legend] +[.configuration-legend] icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime [.configuration-reference.searchable, cols="80,.^10,.^10"] |=== 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..cacc8df 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -26,6 +26,23 @@ + + it.ozimov + yaml-properties-maven-plugin + + + initialize + + read-project-properties + + + + ${project.basedir}/../.github/project.yml + + + + + maven-resources-plugin @@ -44,10 +61,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 +116,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