We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12506b9 + fbcd189 commit d740993Copy full SHA for d740993
2 files changed
documentation/antora.yml
@@ -1,6 +1,6 @@
1
name: knative-tutorial
2
title: Knative Tutorial
3
-version: v1.0.0
+version: v1.1.0-SNAPSHOT
4
nav:
5
- modules/ROOT/nav.adoc
6
- modules/camelk/nav.adoc
site.yml
@@ -4,12 +4,13 @@ runtime:
site:
url: https://redhat-developer-demos.github.io/knative-tutorial
7
- start_page: knative-tutorial::index.adoc
+ start_page: v1.0.0@knative-tutorial::index.adoc
8
9
content:
10
sources:
11
- url: .
12
- branches: HEAD
+ tags: v*
13
+ branches: master
14
start_path: documentation
15
ui:
16
bundle:
0 commit comments