This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit 1b3d6c22a186ffe6e5ba3052e7d7ac8feb2d2036 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Sep 5 07:28:47 2022 +0200 Added docs branch to antora playbook for camel-k 1.10.x --- antora-playbook-snippets/antora-playbook.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/antora-playbook-snippets/antora-playbook.yml b/antora-playbook-snippets/antora-playbook.yml index bafc4d9c..b33a36f9 100644 --- a/antora-playbook-snippets/antora-playbook.yml +++ b/antora-playbook-snippets/antora-playbook.yml @@ -40,6 +40,7 @@ content: - url: https://github.com/apache/camel-k.git branches: - main + - release-1.10.x - release-1.9.x - release-1.8.x - release-1.6.x @@ -48,12 +49,14 @@ content: - url: https://github.com/apache/camel-k-runtime.git branches: - main + - release-1.14.x - release-1.13.x start_path: docs - url: https://github.com/apache/camel-kamelets.git branches: - main + - 0.9.x - 0.8.x - 0.7.x - 0.6.x
