Skip to content

Commit e7c8bb2

Browse files
authored
Merge pull request #29196 from PI-Victor/fix/config.toml
Update config.toml for dev-1.22 branch.
2 parents 465b4da + 039a127 commit e7c8bb2

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

config.toml

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ latest = "v1.22"
142142

143143
fullversion = "v1.22.0"
144144
version = "v1.22"
145-
githubbranch = "master"
146-
docsbranch = "master"
145+
githubbranch = "main"
146+
docsbranch = "main"
147147
deprecated = false
148148
currentUrl = "https://kubernetes.io/docs/home/"
149149
nextUrl = "https://kubernetes-io-vnext-staging.netlify.com/"
@@ -181,30 +181,37 @@ js = [
181181
fullversion = "v1.22.0"
182182
version = "v1.22"
183183
githubbranch = "v1.22.0"
184-
docsbranch = "master"
184+
docsbranch = "main"
185185
url = "https://kubernetes.io"
186186

187187
[[params.versions]]
188-
fullversion = "v1.21.1"
188+
fullversion = "v1.21.4"
189189
version = "v1.21"
190-
githubbranch = "v1.21.1"
190+
githubbranch = "v1.21.4"
191191
docsbranch = "release-1.21"
192192
url = "https://v1-21.docs.kubernetes.io"
193193

194194
[[params.versions]]
195-
fullversion = "v1.20.7"
195+
fullversion = "v1.20.10"
196196
version = "v1.20"
197-
githubbranch = "v1.20.7"
197+
githubbranch = "v1.20.10"
198198
docsbranch = "release-1.20"
199199
url = "https://v1-20.docs.kubernetes.io"
200200

201201
[[params.versions]]
202-
fullversion = "v1.19.11"
202+
fullversion = "v1.19.14"
203203
version = "v1.19"
204-
githubbranch = "v1.19.11"
204+
githubbranch = "v1.19.14"
205205
docsbranch = "release-1.19"
206206
url = "https://v1-19.docs.kubernetes.io"
207207

208+
[[params.versions]]
209+
fullversion = "v1.18.20"
210+
version = "v1.18"
211+
githubbranch = "v1.18.20"
212+
docsbranch = "release-1.18"
213+
url = "https://v1-18.docs.kubernetes.io"
214+
208215
# User interface configuration
209216
[params.ui]
210217
# Enable to show the side bar menu in its compact state.

0 commit comments

Comments
 (0)