Skip to content

Commit a3c7791

Browse files
authored
Merge pull request #262 from benjaminhuo/main
Add docs for v0.8 preview
2 parents 5a70646 + b08d962 commit a3c7791

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

config.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,20 @@ archived_version = false
101101
# The version number for the version of the docs represented in this doc set.
102102
# Used in the "version-banner" partial to display a version number for the
103103
# current doc set.
104-
version = "0.6"
104+
version = "0.8"
105105

106106
# A link to latest version of the docs. Used in the "version-banner" partial to
107107
# point people to the main doc site.
108108
url_latest_version = "/docs"
109109

110110
[[params.versions]]
111-
version = "v0.7 (latest)"
111+
version = "v0.8 (preview)"
112112
url = "/docs"
113113

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

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: "v0.7 (latest)"
2+
title: "v0.8 (preview)"
33
linkTitle: "Docs"
44
weight: 20
55
---

0 commit comments

Comments
 (0)