File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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.
108108url_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/"
Original file line number Diff line number Diff line change 11---
2- title: "v0.7 (latest )"
2+ title: "v0.8 (preview )"
33linkTitle: "Docs"
44weight: 20
55---
You can’t perform that action at this time.
0 commit comments