This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit 18e1e02eed8da2412bde63f30382b4c2affd2cbc Author: Zoran Regvart <[email protected]> AuthorDate: Mon Nov 2 14:39:47 2020 +0100 refactor: single git source with multiple branches It's a bit easier to follow/maintain what branches we build if we list them on the single git source. We need multiple same sources only if the docs are organized in different start paths. --- antora-playbook.yml | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index 92df330..4f2a543 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -11,13 +11,10 @@ content: start_paths: # manual - docs/user-manual - # eip - - core/camel-core-engine/src/main/docs - # main components doc - - docs/components - url: [email protected]:apache/camel.git branches: + - master - camel-3.6.x start_paths: # eip @@ -60,25 +57,20 @@ content: branches: HEAD start_path: docs - url: [email protected]:apache/camel-kafka-connector.git - branches: master - start_path: docs - - url: [email protected]:apache/camel-kafka-connector.git - branches: camel-kafka-connector-0.6.x - start_path: docs - - url: [email protected]:apache/camel-kafka-connector.git - branches: camel-kafka-connector-0.4.x - start_path: docs - - url: [email protected]:apache/camel-spring-boot.git - branches: master + branches: + - master + - camel-kafka-connector-0.6.x + - camel-kafka-connector-0.4.x start_path: docs - url: [email protected]:apache/camel-spring-boot.git - branches: camel-spring-boot-3.4.x - start_path: docs - - url: [email protected]:apache/camel-karaf.git - branches: master + branches: + - master + - camel-spring-boot-3.4.x start_path: docs - url: [email protected]:apache/camel-karaf.git - branches: camel-karaf-3.4.x + branches: + - master + - camel-karaf-3.4.x start_path: docs ui:
