Skip to content

Commit e264c5f

Browse files
authored
Change version to 0.6.x for branch v0.6 (#165)
Signed-off-by: Benjamin Huo <benjamin@kubesphere.io>
1 parent d9dbd20 commit e264c5f

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
@@ -108,7 +108,7 @@ version = "0.0"
108108
url_latest_version = "/"
109109

110110
[[params.versions]]
111-
version = "latest"
111+
version = "v0.6.x"
112112
# url = "./docs" # If chinese document is avaliable
113113
url = '/docs'
114114

@@ -120,7 +120,7 @@ github_repo = "https://github.com/OpenFunction/website"
120120

121121
# Uncomment this if you have a newer GitHub repo with "main" as the default branch,
122122
# or specify a new value if you want to reference another branch in your GitHub links
123-
github_branch= "main"
123+
github_branch= "v0.6"
124124

125125
# Google Custom Search Engine ID. Remove or comment out to disable search.
126126
# gcs_engine_id = "d72aa9b2712488cc3"

0 commit comments

Comments
 (0)