You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/10/05 10:05:39 UTC

[camel-quarkus-examples] 01/01: Add index.adoc to make Antora happy

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git

commit 3a2f05b2509226057462b5ce96a057cc2976557f
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Mon Oct 5 11:42:55 2020 +0200

    Add index.adoc to make Antora happy
---
 .../ROOT/pages/{ => examples}/file-split-log-xml.adoc   |  0
 docs/modules/ROOT/pages/{ => examples}/health.adoc      |  0
 docs/modules/ROOT/pages/{ => examples}/http-log.adoc    |  0
 .../ROOT/pages/{ => examples}/observability.adoc        |  0
 docs/modules/ROOT/pages/{ => examples}/rest-json.adoc   |  0
 .../ROOT/pages/{ => examples}/timer-log-cdi.adoc        |  0
 .../ROOT/pages/{ => examples}/timer-log-kotlin.adoc     |  0
 .../ROOT/pages/{ => examples}/timer-log-main.adoc       |  0
 .../ROOT/pages/{ => examples}/timer-log-spring.adoc     |  0
 .../ROOT/pages/{ => examples}/timer-log-xml.adoc        |  0
 docs/modules/ROOT/pages/{ => examples}/timer-log.adoc   |  0
 docs/modules/ROOT/pages/index.adoc                      | 17 +++++++++++++++++
 12 files changed, 17 insertions(+)

diff --git a/docs/modules/ROOT/pages/file-split-log-xml.adoc b/docs/modules/ROOT/pages/examples/file-split-log-xml.adoc
similarity index 100%
rename from docs/modules/ROOT/pages/file-split-log-xml.adoc
rename to docs/modules/ROOT/pages/examples/file-split-log-xml.adoc
diff --git a/docs/modules/ROOT/pages/health.adoc b/docs/modules/ROOT/pages/examples/health.adoc
similarity index 100%
rename from docs/modules/ROOT/pages/health.adoc
rename to docs/modules/ROOT/pages/examples/health.adoc
diff --git a/docs/modules/ROOT/pages/http-log.adoc b/docs/modules/ROOT/pages/examples/http-log.adoc
similarity index 100%
rename from docs/modules/ROOT/pages/http-log.adoc
rename to docs/modules/ROOT/pages/examples/http-log.adoc
diff --git a/docs/modules/ROOT/pages/observability.adoc b/docs/modules/ROOT/pages/examples/observability.adoc
similarity index 100%
rename from docs/modules/ROOT/pages/observability.adoc
rename to docs/modules/ROOT/pages/examples/observability.adoc
diff --git a/docs/modules/ROOT/pages/rest-json.adoc b/docs/modules/ROOT/pages/examples/rest-json.adoc
similarity index 100%
rename from docs/modules/ROOT/pages/rest-json.adoc
rename to docs/modules/ROOT/pages/examples/rest-json.adoc
diff --git a/docs/modules/ROOT/pages/timer-log-cdi.adoc b/docs/modules/ROOT/pages/examples/timer-log-cdi.adoc
similarity index 100%
rename from docs/modules/ROOT/pages/timer-log-cdi.adoc
rename to docs/modules/ROOT/pages/examples/timer-log-cdi.adoc
diff --git a/docs/modules/ROOT/pages/timer-log-kotlin.adoc b/docs/modules/ROOT/pages/examples/timer-log-kotlin.adoc
similarity index 100%
rename from docs/modules/ROOT/pages/timer-log-kotlin.adoc
rename to docs/modules/ROOT/pages/examples/timer-log-kotlin.adoc
diff --git a/docs/modules/ROOT/pages/timer-log-main.adoc b/docs/modules/ROOT/pages/examples/timer-log-main.adoc
similarity index 100%
rename from docs/modules/ROOT/pages/timer-log-main.adoc
rename to docs/modules/ROOT/pages/examples/timer-log-main.adoc
diff --git a/docs/modules/ROOT/pages/timer-log-spring.adoc b/docs/modules/ROOT/pages/examples/timer-log-spring.adoc
similarity index 100%
rename from docs/modules/ROOT/pages/timer-log-spring.adoc
rename to docs/modules/ROOT/pages/examples/timer-log-spring.adoc
diff --git a/docs/modules/ROOT/pages/timer-log-xml.adoc b/docs/modules/ROOT/pages/examples/timer-log-xml.adoc
similarity index 100%
rename from docs/modules/ROOT/pages/timer-log-xml.adoc
rename to docs/modules/ROOT/pages/examples/timer-log-xml.adoc
diff --git a/docs/modules/ROOT/pages/timer-log.adoc b/docs/modules/ROOT/pages/examples/timer-log.adoc
similarity index 100%
rename from docs/modules/ROOT/pages/timer-log.adoc
rename to docs/modules/ROOT/pages/examples/timer-log.adoc
diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc
new file mode 100644
index 0000000..940a6d9
--- /dev/null
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -0,0 +1,17 @@
+= Camel Quarkus Examples
+:page-aliases: examples.adoc
+:indexer-version: latest
+:indexer-component: camel-quarkus-examples
+:indexer-module: ROOT
+:indexer-rel-filter: examples/*.adoc
+
+We offer several examples in https://github.com/apache/camel-quarkus-examples[Camel Quarkus examples repository]. To
+learn how to use them, please follow the xref:camel-quarkus::user-guide/first-steps.adoc[First steps] chapter of the User guide.
+
+Number of Examples: indexCount:[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}",relative="{indexer-rel-filter}"]
+[width="100%",cols="3,7",options="header"]
+|===
+| Example | Description
+|===
+
+indexTable::[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}",relative="{indexer-rel-filter}",cells="=`$\{cqExampleUrl}[$\{cqExampleTitle}]`,cq-example-description"]