Skip to content

Commit d740993

Browse files
Merge pull request #84 from kameshsampath/master
(site): Prepare for v0.4.0 upgrade
2 parents 12506b9 + fbcd189 commit d740993

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

documentation/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: knative-tutorial
22
title: Knative Tutorial
3-
version: v1.0.0
3+
version: v1.1.0-SNAPSHOT
44
nav:
55
- modules/ROOT/nav.adoc
66
- modules/camelk/nav.adoc

site.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ runtime:
44
site:
55
title: Knative Tutorial
66
url: https://redhat-developer-demos.github.io/knative-tutorial
7-
start_page: knative-tutorial::index.adoc
7+
start_page: v1.0.0@knative-tutorial::index.adoc
88

99
content:
1010
sources:
1111
- url: .
12-
branches: HEAD
12+
tags: v*
13+
branches: master
1314
start_path: documentation
1415
ui:
1516
bundle:

0 commit comments

Comments
 (0)