Skip to content

Commit b80d957

Browse files
committed
Change latest version to relative path (#171)
* Add versions (#169) Signed-off-by: Benjamin Huo <benjamin@kubesphere.io> * Minor changes (#170) Signed-off-by: Benjamin Huo <benjamin@kubesphere.io> * Change latest version to relative path Signed-off-by: Benjamin Huo <benjamin@kubesphere.io>
1 parent 337960c commit b80d957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ 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 = "https://openfunction.dev/docs/"
108+
url_latest_version = "/docs"
109109

110110
[[params.versions]]
111111
version = "v0.6 (latest)"
112-
url = "https://openfunction.dev/docs/"
112+
url = "/docs"
113113

114114
[[params.versions]]
115115
version = "v0.6"

0 commit comments

Comments
 (0)