This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch fix-preview-command in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit a71236a8c93e7e8c945aa884b90c971d1e1494eb Author: Nicolas Filotto <[email protected]> AuthorDate: Wed Apr 13 18:19:08 2022 +0200 Fix the name of the playbook in the preview command --- antora-playbook-snippets/antora-playbook.yml | 68 +--------------------------- 1 file changed, 1 insertion(+), 67 deletions(-) diff --git a/antora-playbook-snippets/antora-playbook.yml b/antora-playbook-snippets/antora-playbook.yml index 422af15e..3b25a06e 100644 --- a/antora-playbook-snippets/antora-playbook.yml +++ b/antora-playbook-snippets/antora-playbook.yml @@ -15,89 +15,23 @@ content: - url: https://github.com/apache/camel.git branches: - main - - camel-3.16.x - - camel-3.15.x - - camel-3.14.x - - camel-3.12.x - - camel-3.11.x start_paths: # eip - core/camel-core-engine/src/main/docs # main components doc - docs/components - - url: https://github.com/apache/camel.git - branches: camel-2.x - start_paths: - # main components doc - - docs/components - # languages - - camel-core/src/main/docs - # sub-projects - - url: https://github.com/apache/camel-k.git - branches: - - main - - release-1.8.x - - release-1.6.x - start_path: docs - url: https://github.com/apache/camel-k-runtime.git branches: - - main - - release-1.11.x - start_path: docs - - - url: https://github.com/apache/camel-kamelets.git - branches: - - main - - 0.6.x - - 0.7.x - start_path: docs - - - url: https://github.com/apache/camel-quarkus.git - branches: - - main - - 2.7.x - start_path: docs - - - url: https://github.com/apache/camel-quarkus-examples.git - branches: main - start_path: docs - - - url: https://github.com/apache/camel-kafka-connector.git - branches: - - main - - camel-kafka-connector-1.0.x - - camel-kafka-connector-0.11.x - start_paths: - - docs - - connectors - - - url: https://github.com/apache/camel-spring-boot.git - branches: - - main - - camel-spring-boot-3.16.x - - camel-spring-boot-3.15.x - - camel-spring-boot-3.14.x - - camel-spring-boot-3.12.x - - camel-spring-boot-3.11.x + - CAMEL-17964/fix-link start_paths: - components-starter - core - docs/components - docs/spring-boot - - url: https://github.com/apache/camel-karaf.git - branches: - - main - - camel-karaf-3.16.x - - camel-karaf-3.15.x - - camel-karaf-3.14.x - - camel-karaf-3.12.x - - camel-karaf-3.11.x - start_path: docs - ui: bundle: url: ./antora-ui-camel/public/_
