Skip to content

Commit f20a0d9

Browse files
authored
Add v1.1 docs (#352)
Signed-off-by: Benjamin Huo <benjamin@kubesphere.io>
1 parent f0720b2 commit f20a0d9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Netlify Status](https://api.netlify.com/api/v1/badges/ecf7df22-21fe-4e32-8cae-fc62fb20dff5/deploy-status)](https://app.netlify.com/sites/openfunction-dev/deploys)
44

5-
openfunction.dev is OpenFunction's website which is built with [Hugo](https://gohugo.io/) and [Hugo template Docsy](https://github.com/google/docsy).
5+
openfunction.dev is OpenFunction's website which is built with [Hugo](https://gohugo.io/) and [Hugo template Docsy](https://github.com/google/docsy).
66

77
## Contribute
88

content/en/docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "v1.0"
2+
title: "v1.1 (preview)"
33
linkTitle: "Docs"
44
weight: 20
55
---

hugo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,13 @@ version = "0.8"
108108
url_latest_version = "/docs"
109109

110110
[[params.versions]]
111-
version = "v1.0 (latest)"
111+
version = "v1.1 (preview)"
112112
url = "/docs"
113113

114+
[[params.versions]]
115+
version = "v1.0"
116+
url = "https://v1-0.openfunction.dev/docs/"
117+
114118
[[params.versions]]
115119
version = "v0.8"
116120
url = "https://v0-8.openfunction.dev/docs/"

0 commit comments

Comments
 (0)