File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -101,16 +101,19 @@ 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.0 "
104+ version = " 0.6 "
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.
108- url_latest_version = " /"
108+ url_latest_version = " https://openfunction.dev/docs /"
109109
110110[[params .versions ]]
111- version = " latest"
112- # url = "./docs" # If chinese document is avaliable
113- url = ' /docs'
111+ version = " v0.6(latest)"
112+ url = " https://openfunction.dev/docs/"
113+
114+ [[params .versions ]]
115+ version = " v0.6"
116+ url = " https://v0-6.openfunction.dev/docs/"
114117
115118# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
116119github_repo = " https://github.com/OpenFunction/website"
You can’t perform that action at this time.
0 commit comments