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

djencks pushed a commit to branch release-1.9.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/release-1.9.x by this push:
     new af1383b  latest to next
af1383b is described below

commit af1383b78fb0f280011cca0983532ad20b0d9ff1
Author: David Jencks <[email protected]>
AuthorDate: Sun Oct 24 14:25:08 2021 -0700

    latest to next
---
 docs/antora.yml                        | 19 ++++++++++++++++++-
 docs/modules/languages/pages/yaml.adoc |  4 ++--
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index 17bcc13..caae349 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -1,2 +1,19 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
 name: camel-k
-version: latest
+version: 1.6.x
diff --git a/docs/modules/languages/pages/yaml.adoc 
b/docs/modules/languages/pages/yaml.adoc
index 3dc6be5..9c56243 100644
--- a/docs/modules/languages/pages/yaml.adoc
+++ b/docs/modules/languages/pages/yaml.adoc
@@ -135,7 +135,7 @@ To define an endpoint with the YAML dsl you have three 
options:
           parameters:
             authorizationToken: "XXX"
 ----
-. Using the YAML implementation of the 
xref:latest@manual::Endpoint-dsl.adoc[Endpoint DSL]:
+. Using the YAML implementation of the xref:manual::Endpoint-dsl.adoc[Endpoint 
DSL]:
 +
 [source,yaml]
 ----
@@ -160,7 +160,7 @@ Support for Endpoint DSL auto completion 
https://github.com/apache/camel-k-runti
 
 == Defining beans
 
-In addition to the general support for creating beans provided by 
xref:latest@components:others:main.adoc#_specifying_custom_beans[Camel Main], 
the YAML DSL provide a convenient syntax to define and configure them:
+In addition to the general support for creating beans provided by 
xref:{camel-version}@components:others:main.adoc#_specifying_custom_beans[Camel 
Main], the YAML DSL provide a convenient syntax to define and configure them:
 
 [source,yaml]
 ----

Reply via email to