This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch revert-641-main-rearrange-spring-boot in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit a2ff2080ae96e0fcc5002b38ae75be4670002884 Author: djencks <[email protected]> AuthorDate: Thu Oct 7 09:40:33 2021 -0700 Revert "Adjust camel-spring-boot start paths to accomodate the move of AsciiDoc partials to components component"" This reverts commit 46074f3ae6c270136d002ce5fd2b26ef71405473. --- antora-playbook.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index c43363d..1d4580d 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -38,41 +38,32 @@ content: - main - release-1.4.x start_path: docs - - url: https://github.com/apache/camel-k-runtime.git branches: main start_path: docs - - url: https://github.com/apache/camel-kamelets.git branches: main start_path: docs - - url: https://github.com/apache/camel-quarkus.git branches: - main - release/2.0.0 start_path: docs - - url: https://github.com/apache/camel-quarkus-examples.git branches: HEAD start_path: docs - - url: https://github.com/apache/camel-kafka-connector.git branches: - main - camel-kafka-connector-0.11.x start_path: docs - - url: https://github.com/apache/camel-spring-boot.git branches: - main - camel-spring-boot-3.12.x - camel-spring-boot-3.11.x - camel-spring-boot-3.7.x - start_paths: - - docs/components - - docs/spring-boot - + start_path: docs - url: https://github.com/apache/camel-karaf.git branches: - main @@ -95,7 +86,7 @@ asciidoc: extensions: - ./extensions/table.js - ./extensions/inline-styles.js - - "@apache/asciidoctor-antora-indexer" + - "@djencks/asciidoctor-antora-indexer" runtime: log: @@ -104,4 +95,4 @@ runtime: pipeline: extensions: - - require: '@apache/asciidoctor-jsonpath' + - require: '@djencks/asciidoctor-jsonpath'
