Skip to content

Commit 1e67715

Browse files
committed
fixing adoc config and file paths
1 parent 597dde1 commit 1e67715

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

dev-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runtime:
44
site:
55
title: Knative Tutorial
66
url: https://redhat-developer-demos.github.io/knative-tutorial
7-
start_page: index.adoc
7+
start_page: knative-tutorial::index.adoc
88

99
content:
1010
sources:

documentation/modules/advanced/pages/_attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:kamel-version: 1.8.0
77
:experimental:
88
:maven-version: 3.6.3+
9-
:strimzi-version: 0.26.1
9+
:strimzi-version: 0.32.0
1010
:camelk-repo: advanced/camel-k
1111
:eventing-repo: eventing
1212
:observability-repo: advanced/observability

documentation/modules/advanced/pages/camel-k-cbr.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,13 @@ spec:
216216
description: Comma separated list of Kafka Broker URLs
217217
type: string
218218
dependencies:
219-
- "github:apache.camel-kamelets:camel-kamelets-utils:main-SNAPSHOT"
219+
- "mvn:org.apache.camel.kamelets:camel-kamelets-utils:0.10.0"
220220
- "camel:kafka"
221221
- "camel:kamelet"
222222
- "camel:jackson"
223223
- "camel:core"
224224
- "camel:log"
225-
flow:
225+
template:
226226
from:
227227
uri: "kafka:fruits?brokers=my-cluster-kafka-bootstrap.kafka:9092"#<1>
228228
steps:

documentation/modules/camelk/pages/images/kamelet-binding-simple.png renamed to documentation/modules/camelk/assets/images/kamelet-binding-simple.png

File renamed without changes.

site.yml renamed to site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ ui:
4242
snapshot: true
4343
supplemental_files: ./supplemental-ui
4444
output:
45-
dir: ./gh-pages
45+
dir: ./gh-pages

staging.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
_CURR_DIR="$( cd "$(dirname "$0")" ; pwd -P )"
44
rm -rf ./gh-pages .cache
55

6-
antora --pull --stacktrace staging.yaml
6+
antora --pull --stacktrace staging.yaml

0 commit comments

Comments
 (0)