-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
37 lines (30 loc) · 885 Bytes
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
baseURL = "https://unofficial.client-go.io/"
languageCode = "en-us"
title = "client-go documentation"
contentDir = "content/en"
[languages]
[languages.en]
title = "client-go documentation"
description = "Production-Grade Container Orchestration"
languageName ="English"
# Weight used for sorting.
weight = 1
[params]
time_format_blog = "Monday, January 02, 2006"
description = "Production-Grade Container Orchestration"
showedit = true
latest = "v1.10"
fullversion = "v1.10.3"
version = "v1.10"
githubbranch = "master"
docsbranch = "master"
deprecated = false
currentUrl = "https://unofficial.client-go.io/"
nextUrl = "http://client-go-vnext-staging.netlify.com/"
githubWebsiteRepo = "github.com/client-go/unofficial-docs"
[[params.versions]]
fullversion = "v1.10.3"
version = "v1.10"
githubbranch = "v1.10.3"
docsbranch = "release-1.10"
url = "https://unofficial.client-go.io"