This is an automated email from the ASF dual-hosted git repository.
tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 5e8fd7b35 chore(doc): KNative -> Knative in doc and script
5e8fd7b35 is described below
commit 5e8fd7b3530dd4e37874305af37200a5873b3401
Author: Tadayoshi Sato <[email protected]>
AuthorDate: Wed Jan 18 12:48:36 2023 +0900
chore(doc): KNative -> Knative in doc and script
---
docs/modules/ROOT/pages/index.adoc | 4 ++--
script/update_docs.sh | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/modules/ROOT/pages/index.adoc
b/docs/modules/ROOT/pages/index.adoc
index 3ffc2b10d..b4fabd8b7 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -67,7 +67,7 @@
indexTable::[version="*",relative="running/running.adoc",cellformats="util.ckRef
|Camel K Version
|Kubernetes API
|Operator Framework API
-|KNative API
+|Knative API
|Service Binding Operator
|Prometheus Operator
|Buildah
@@ -76,4 +76,4 @@
indexTable::[version="*",relative="running/running.adoc",cellformats="util.ckRef
|===
//cannot use top level index.adoc as the page with the query is always omitted.
-indexTable::[version="*",relative="running/running.adoc",cellformats="util.ckRef(pageComponentDisplayVersion,
pageComponentVersion)|kubernetesApiVersion|operatorFwkApiVersion|knativeApiVersion|serviceBindingOpVersion|prometheusOpVersion|buildahVersion|kanikoVersion|kustomizeVersion",
requires={requires},transform=util.sortCompatibilityItems]
\ No newline at end of file
+indexTable::[version="*",relative="running/running.adoc",cellformats="util.ckRef(pageComponentDisplayVersion,
pageComponentVersion)|kubernetesApiVersion|operatorFwkApiVersion|knativeApiVersion|serviceBindingOpVersion|prometheusOpVersion|buildahVersion|kanikoVersion|kustomizeVersion",
requires={requires},transform=util.sortCompatibilityItems]
diff --git a/script/update_docs.sh b/script/update_docs.sh
index 67d48d74b..78af2a302 100755
--- a/script/update_docs.sh
+++ b/script/update_docs.sh
@@ -95,7 +95,7 @@ PROMETHEUS_OP_VERSION=$(grep
'^.*github.com/prometheus-operator/prometheus-opera
echo "Kubernetes API version: $KUBE_API_VERSION"
echo "Operator Framework API version: $OPERATOR_FWK_API_VERSION"
-echo "KNative API version: $KNATIVE_API_VERSION"
+echo "Knative API version: $KNATIVE_API_VERSION"
echo "Service Binding Operator version: $SERVICE_BINDING_OP_VERSION"
echo "Prometheus Operator version: $PROMETHEUS_OP_VERSION"
@@ -103,4 +103,4 @@ yq -i ".asciidoc.attributes.kubernetes-api-version =
\"$KUBE_API_VERSION\"" $loc
yq -i ".asciidoc.attributes.operator-fwk-api-version =
\"$OPERATOR_FWK_API_VERSION\"" $location/../docs/antora.yml
yq -i ".asciidoc.attributes.knative-api-version = \"$KNATIVE_API_VERSION\""
$location/../docs/antora.yml
yq -i ".asciidoc.attributes.service-binding-op-version =
\"$SERVICE_BINDING_OP_VERSION\"" $location/../docs/antora.yml
-yq -i ".asciidoc.attributes.prometheus-op-version =
\"$PROMETHEUS_OP_VERSION\"" $location/../docs/antora.yml
\ No newline at end of file
+yq -i ".asciidoc.attributes.prometheus-op-version =
\"$PROMETHEUS_OP_VERSION\"" $location/../docs/antora.yml