This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit 6b5c4c239885bfd68acf4f81aac0e9cb8be6c9b1 Author: David Jencks <[email protected]> AuthorDate: Fri Dec 17 21:58:00 2021 -0800 playbook update to use local index_page config for camel-kafka-connector and (for the future) camel-kamelets --- antora-playbook.yml | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index e27b6f9..b73a87e 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -147,19 +147,12 @@ antora: # log_level: trace - require: '@djencks/asciidoctor-antora-indexer' -# log_level: trace - indexPages: - - query: +# log_level: debug + requires: 'util=camel-website-util' + index_pages: + - local: component: camel-kafka-connector - 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`' + path: indexPages.yml + - local: + component: camel-kamelets + path: indexPages.yml
