This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch 3d in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit e552dda9944b95c733b018495a26aacb6ee6c8fc Author: Claus Ibsen <[email protected]> AuthorDate: Mon Apr 13 13:42:24 2026 +0200 Remove Camel 3.x docs --- antora-playbook-snippets/antora-playbook.yml | 3 --- antora-ui-camel/public/_/partials/footer-content.hbs | 2 +- antora-ui-camel/src/partials/footer-content.hbs | 2 +- layouts/partials/footer.html | 2 +- layouts/sitemap/sitemap.html | 2 +- 5 files changed, 4 insertions(+), 7 deletions(-) diff --git a/antora-playbook-snippets/antora-playbook.yml b/antora-playbook-snippets/antora-playbook.yml index 6975c585..f9633960 100644 --- a/antora-playbook-snippets/antora-playbook.yml +++ b/antora-playbook-snippets/antora-playbook.yml @@ -19,7 +19,6 @@ content: - main - camel-4.18.x - camel-4.14.x - - camel-3.22.x start_paths: # eip - core/camel-core-engine/src/main/docs @@ -66,7 +65,6 @@ content: - main - camel-spring-boot-4.18.x - camel-spring-boot-4.14.x - - camel-spring-boot-3.22.x start_paths: - components-starter - core @@ -76,7 +74,6 @@ content: - url: https://github.com/apache/camel-karaf.git branches: - main - - camel-karaf-3.22.x start_path: docs ui: diff --git a/antora-ui-camel/public/_/partials/footer-content.hbs b/antora-ui-camel/public/_/partials/footer-content.hbs index 23ea796e..c555eabe 100644 --- a/antora-ui-camel/public/_/partials/footer-content.hbs +++ b/antora-ui-camel/public/_/partials/footer-content.hbs @@ -24,7 +24,7 @@ <dd><a href="{{siteRootPath}}/camel-kafka-connector/next/">Camel Kafka Connector</a></dd> <dd><a href="{{siteRootPath}}/camel-quarkus/next/">Camel Quarkus</a></dd> <dd><a href="{{siteRootPath}}/camel-spring-boot/next/">Camel Spring Boot</a></dd> - <dd><a href="{{siteRootPath}}/camel-karaf/3.22.x/">Camel Karaf</a></dd> + <dd><a href="{{siteRootPath}}/camel-karaf/latest/">Camel Karaf</a></dd> <dd><a href="{{siteRootPath}}/manual/faq/index.html">FAQ</a></dd> </dl> <input id="footer-toggle-community" type="checkbox" title="Show/Hide Community section" /> diff --git a/antora-ui-camel/src/partials/footer-content.hbs b/antora-ui-camel/src/partials/footer-content.hbs index 8170cca0..ea01dd08 100644 --- a/antora-ui-camel/src/partials/footer-content.hbs +++ b/antora-ui-camel/src/partials/footer-content.hbs @@ -24,7 +24,7 @@ <dd><a href="{{siteRootPath}}/camel-kafka-connector/next/">Camel Kafka Connector</a></dd> <dd><a href="{{siteRootPath}}/camel-quarkus/next/">Camel Quarkus</a></dd> <dd><a href="{{siteRootPath}}/camel-spring-boot/next/">Camel Spring Boot</a></dd> - <dd><a href="{{siteRootPath}}/camel-karaf/3.22.x/">Camel Karaf</a></dd> + <dd><a href="{{siteRootPath}}/camel-karaf/latest/">Camel Karaf</a></dd> <dd><a href="{{siteRootPath}}/manual/faq/index.html">FAQ</a></dd> </dl> <input id="footer-toggle-community" type="checkbox" title="Show/Hide Community section" /> diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 59137aa8..fc3cae52 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -27,7 +27,7 @@ <dd><a href="/camel-kafka-connector/next/">Camel Kafka Connector</a></dd> <dd><a href="/camel-quarkus/next/">Camel Quarkus</a></dd> <dd><a href="/camel-spring-boot/next/">Camel Spring Boot</a></dd> - <dd><a href="/camel-karaf/3.22.x/">Camel Karaf</a></dd> + <dd><a href="/camel-karaf/latest/">Camel Karaf</a></dd> <dd><a href="/manual/faq/index.html">FAQ</a></dd> </dl> <input id="footer-toggle-community" type="checkbox" title="Show/Hide Community section" /> diff --git a/layouts/sitemap/sitemap.html b/layouts/sitemap/sitemap.html index 7d9c067f..4a9d60af 100644 --- a/layouts/sitemap/sitemap.html +++ b/layouts/sitemap/sitemap.html @@ -30,7 +30,7 @@ <li><a href="/camel-quarkus/next/">Camel Quarkus</a></li> <li><a href="/camel-spring-boot/next/">Camel Spring Boot</a></li> <li><a href="/camel-kafka-connector/next/">Camel Kafka Connector</a></li> - <li><a href="/camel-karaf/3.22.x/">Camel Karaf</a></li> + <li><a href="/camel-karaf/latest/">Camel Karaf</a></li> </ul> </article> </div>
