From 51a4ba98dbd1cefee1e7707b8d2fc67ba3a4fd5e 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/templates/includes/attributes.adoc | 3 +++ 2 files changed, 4 insertions(+) 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/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