Skip to content

Commit 4951613

Browse files
chanieljdantengqm
andauthored
Updated config.toml for 1.32 release (#48157)
* Updated config.toml for 1.32 release Updating hugo.toml for the 1.32 release. * Update hugo.toml Co-authored-by: Qiming Teng <[email protected]> --------- Co-authored-by: Qiming Teng <[email protected]>
1 parent c0bdce3 commit 4951613

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

hugo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
143143
description = "Production-Grade Container Orchestration"
144144
showedit = true
145145

146-
latest = "v1.31"
146+
latest = "v1.32"
147147

148-
version = "v1.31"
148+
version = "v1.32"
149149
githubbranch = "main"
150150
docsbranch = "main"
151151
deprecated = false
@@ -185,11 +185,17 @@ js = [
185185
]
186186

187187
[[params.versions]]
188-
version = "v1.31"
189-
githubbranch = "v1.31.0"
188+
version = "v1.32"
189+
githubbranch = "v1.32.0"
190190
docsbranch = "main"
191191
url = "https://kubernetes.io"
192192

193+
[[params.versions]]
194+
version = "v1.31"
195+
githubbranch = "v1.31.0"
196+
docsbranch = "release-1.31"
197+
url = "https://v1-31.docs.kubernetes.io"
198+
193199
[[params.versions]]
194200
version = "v1.30"
195201
githubbranch = "v1.30.3"
@@ -208,12 +214,6 @@ githubbranch = "v1.28.12"
208214
docsbranch = "release-1.28"
209215
url = "https://v1-28.docs.kubernetes.io"
210216

211-
[[params.versions]]
212-
version = "v1.27"
213-
githubbranch = "v1.27.16"
214-
docsbranch = "release-1.27"
215-
url = "https://v1-27.docs.kubernetes.io"
216-
217217
# User interface configuration
218218
[params.ui]
219219
# Enable to show the side bar menu in its compact state.

0 commit comments

Comments
 (0)