We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0061017 commit 7b20cb2Copy full SHA for 7b20cb2
config.toml
@@ -108,9 +108,13 @@ version = "0.8"
108
url_latest_version = "/docs"
109
110
[[params.versions]]
111
- version = "v0.8 (latest)"
+ version = "v1.0 (preview)"
112
url = "/docs"
113
114
+[[params.versions]]
115
+ version = "v0.8 (latest)"
116
+ url = "https://v0-8.openfunction.dev/docs/"
117
+
118
119
version = "v0.7"
120
url = "https://v0-7.openfunction.dev/docs/"
content/en/docs/_index.md
@@ -1,5 +1,5 @@
1
---
2
-title: "v0.8 (latest)"
+title: "v1.0 (preview)"
3
linkTitle: "Docs"
4
weight: 20
5
0 commit comments