This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 0a963811 Temporarily remove camel-karaf main branch from 
antora-playbook.yml
0a963811 is described below

commit 0a963811be7a30338aeb0eb611b34d4cf31d0655
Author: James Netherton <jamesnether...@users.noreply.github.com>
AuthorDate: Tue Apr 30 10:53:31 2024 +0100

    Temporarily remove camel-karaf main branch from antora-playbook.yml
    
    * Temporarily remove camel-karaf main branch from antora-playbook.yml
    
    * Temporarily update karaf doc links to 3.22.x
---
 antora-playbook-snippets/antora-playbook.yml         | 1 -
 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(+), 5 deletions(-)

diff --git a/antora-playbook-snippets/antora-playbook.yml 
b/antora-playbook-snippets/antora-playbook.yml
index 827f1b3d..d2023f27 100644
--- a/antora-playbook-snippets/antora-playbook.yml
+++ b/antora-playbook-snippets/antora-playbook.yml
@@ -84,7 +84,6 @@ content:
 
     - url: https://github.com/apache/camel-karaf.git
       branches:
-        - main
         - camel-karaf-3.22.x
         - camel-karaf-3.21.x
       start_path: docs
diff --git a/antora-ui-camel/public/_/partials/footer-content.hbs 
b/antora-ui-camel/public/_/partials/footer-content.hbs
index 95be25b0..23ea796e 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/next/">Camel 
Karaf</a></dd>
+                <dd><a href="{{siteRootPath}}/camel-karaf/3.22.x/">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 623309ce..8170cca0 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/next/">Camel 
Karaf</a></dd>
+                <dd><a href="{{siteRootPath}}/camel-karaf/3.22.x/">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 e67a13dc..59137aa8 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/next/">Camel Karaf</a></dd>
+                <dd><a href="/camel-karaf/3.22.x/">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 23a9dee4..7d9c067f 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/next/">Camel Karaf</a></li>
+                    <li><a href="/camel-karaf/3.22.x/">Camel Karaf</a></li>
                 </ul>
             </article>
         </div>

Reply via email to