This is an automated email from the ASF dual-hosted git repository.
djencks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push:
new b782377 rearrange playbook to more easily support building locally
and PRs
new 6ae9627 Merge pull request #341 from
djencks/issue-14875-use-start_paths
b782377 is described below
commit b7823778d2dd2e65a33f1af8d14834fc57979e37
Author: David Jencks <[email protected]>
AuthorDate: Thu Apr 9 10:26:01 2020 -0700
rearrange playbook to more easily support building locally and PRs
---
antora-playbook.yml | 41 +++++++++++++++++++++++------------------
1 file changed, 23 insertions(+), 18 deletions(-)
diff --git a/antora-playbook.yml b/antora-playbook.yml
index d5657c5..ca9ad71 100644
--- a/antora-playbook.yml
+++ b/antora-playbook.yml
@@ -6,30 +6,35 @@ site:
content:
sources:
-# manual
- url: [email protected]:apache/camel.git
branches: master
- start_path: docs/user-manual
+ start_paths:
+ # manual
+ - docs/user-manual
+ # eip
+ - core/camel-core-engine/src/main/docs
+ # languages
+ - core/camel-core-languages/src/main/docs
+ - core/camel-xml-jaxp/src/main/docs
+ # main components doc
+ - docs/components
-# component reference
-## eip
- url: [email protected]:apache/camel.git
- branches: master, camel-3.2.x
- start_path: core/camel-core-engine/src/main/docs
-## core languages
- - url: [email protected]:apache/camel.git
- branches: master, camel-3.2.x
- start_path: core/camel-core-languages/src/main/docs
- - url: [email protected]:apache/camel.git
- branches: master, camel-3.2.x
- start_path: core/camel-xml-jaxp/src/main/docs
+ branches: camel-3.2.x
+ start_paths:
+ # languages
+ - core/camel-core-languages/src/main/docs
+ - core/camel-xml-jaxp/src/main/docs
+ # main components doc
+ - docs/components
+
- url: [email protected]:apache/camel.git
branches: camel-2.x
- start_path: camel-core/src/main/docs
-## main components/dataformats doc
- - url: [email protected]:apache/camel.git
- branches: master, camel-3.2.x, camel-2.x
- start_path: docs/components
+ start_paths:
+ # main components doc
+ - docs/components
+ # languages
+ - camel-core/src/main/docs
# sub-projects
- url: [email protected]:apache/camel-k.git