This is an automated email from the ASF dual-hosted git repository.
djencks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push:
new 452d3c9 latest to next
452d3c9 is described below
commit 452d3c9a625af024efd5c8f4953cda6abdf96995
Author: David Jencks <[email protected]>
AuthorDate: Sun Oct 24 14:08:11 2021 -0700
latest to next
---
docs/antora.yml | 21 ++++++++++++++++++++-
docs/modules/languages/pages/yaml.adoc | 4 ++--
2 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/docs/antora.yml b/docs/antora.yml
index 17bcc13..e7005f3 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -1,2 +1,21 @@
+#
+# 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.
+#
+
+# The main part of this distributed component is in camel-k docs
+
name: camel-k
-version: latest
+version: next
diff --git a/docs/modules/languages/pages/yaml.adoc
b/docs/modules/languages/pages/yaml.adoc
index ba7b5a0..6bee0ab 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]
----