This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch squakez-patch-1 in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit 3f8256bb814d71a9978e1e2919847639ae98a093 Author: Pasquale Congiusti <[email protected]> AuthorDate: Mon Jul 24 10:22:26 2023 +0200 chore: Camel K version 2 --- antora-playbook-snippets/antora-playbook.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/antora-playbook-snippets/antora-playbook.yml b/antora-playbook-snippets/antora-playbook.yml index ba695b9d..156ff908 100644 --- a/antora-playbook-snippets/antora-playbook.yml +++ b/antora-playbook-snippets/antora-playbook.yml @@ -42,17 +42,14 @@ content: branches: - main - release-1.12.x - - release-1.11.x - - release-1.10.x + - release-2.0.x start_path: docs - url: https://github.com/apache/camel-k-runtime.git branches: - main - release-1.17.x - # Old, but required by Camel K 1.11 and 1.10 (to be removed when cleaning) - - release-1.16.x - - release-1.15.x + - release-2.16.x start_path: docs - url: https://github.com/apache/camel-kamelets.git
