This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch website-3.16.x in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
commit 6a0be6457c87a710ac4b4d12ac2fb8445cd5440a Author: Gregor Zurowski <[email protected]> AuthorDate: Mon Mar 28 09:31:23 2022 +0200 Set up docs for version 3.16.x --- docs/antora.yml | 4 +--- docs/source-map.yml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 8c263ad..dca85a5 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -17,9 +17,7 @@ name: camel-karaf title: Camel Karaf -version: next -prerelease: true -display_version: Next (Pre-release) +version: 3.16.x nav: - modules/ROOT/nav.adoc diff --git a/docs/source-map.yml b/docs/source-map.yml index 6b799b6..1bac30c 100644 --- a/docs/source-map.yml +++ b/docs/source-map.yml @@ -21,5 +21,5 @@ - url: 'https://github.com/apache/camel-karaf.git' mapped-url: './../camel-karaf' branches: - - branch: main + - branch: camel-karaf-3.16.x mapped-branch: HEAD
