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-website.git
The following commit(s) were added to refs/heads/main by this push:
new 46074f3 Adjust camel-spring-boot start paths to accomodate the move
of AsciiDoc partials to components component"
46074f3 is described below
commit 46074f3ae6c270136d002ce5fd2b26ef71405473
Author: David Jencks <[email protected]>
AuthorDate: Sat Oct 2 17:33:54 2021 -0700
Adjust camel-spring-boot start paths to accomodate the move of AsciiDoc
partials to components component"
---
antora-playbook.yml | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/antora-playbook.yml b/antora-playbook.yml
index 1d4580d..c43363d 100644
--- a/antora-playbook.yml
+++ b/antora-playbook.yml
@@ -38,32 +38,41 @@ 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_path: docs
+ start_paths:
+ - docs/components
+ - docs/spring-boot
+
- url: https://github.com/apache/camel-karaf.git
branches:
- main
@@ -86,7 +95,7 @@ asciidoc:
extensions:
- ./extensions/table.js
- ./extensions/inline-styles.js
- - "@djencks/asciidoctor-antora-indexer"
+ - "@apache/asciidoctor-antora-indexer"
runtime:
log:
@@ -95,4 +104,4 @@ runtime:
pipeline:
extensions:
- - require: '@djencks/asciidoctor-jsonpath'
+ - require: '@apache/asciidoctor-jsonpath'