This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-kafka-connector-0.11.x in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit 97fa83b2aee60de9808c9e4578ff24d4a1f90d56 Author: David Jencks <djen...@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`'