You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dj...@apache.org on 2021/12/16 16:20:30 UTC

[camel-kafka-connector] 01/02: local indexPages config

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

djencks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 582d0e334d3a94f1172fa35275904107952c7904
Author: David Jencks <dj...@apache.org>
AuthorDate: Wed Dec 15 21:31:45 2021 -0800

    local indexPages config
---
 docs/indexPages.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/docs/indexPages.yml b/docs/indexPages.yml
new file mode 100644
index 0000000..682ec4e
--- /dev/null
+++ b/docs/indexPages.yml
@@ -0,0 +1,14 @@
+indexPages:
+  - query:
+      module: ROOT
+      family: example
+      relative: json/*
+    template-id:
+      family: example
+      relative: template/connector-options.adoc
+    extract:
+      - path: 'src.relative'
+        match: 'json/camel-(?<basename>*)-kafka-(?<type>source|sink)-connector.json'
+    target:
+      match: 'json/(?<body>*).json'
+      format: '`reference/connectors/${body}.adoc`'