@@ -7,7 +7,9 @@ enableRobotsTXT = true
7
7
8
8
disableKinds = [" taxonomy" , " taxonomyTerm" ]
9
9
10
- ignoreFiles = [ " ^OWNERS$" , " README.md" , " ^node_modules$" ]
10
+ # ignoreFiles = [ "^OWNERS$", "README.md", "^node_modules$"
11
+ # Ignore extra things in archives
12
+ ignoreFiles = [ " ^OWNERS$" , " README.md" , " ^node_modules$" , " content/en/blog" , " content/en/case-studies" , " content/en/community" , " content/en/partners" ]
11
13
12
14
contentDir = " content/en"
13
15
@@ -45,50 +47,50 @@ time_format_blog = "Monday, January 02, 2006"
45
47
description = " Production-Grade Container Orchestration"
46
48
showedit = true
47
49
48
- latest = " v1.10 "
50
+ latest = " v1.11 "
49
51
50
- fullversion = " v1.10.3 "
52
+ fullversion = " v1.10.5 "
51
53
version = " v1.10"
52
- githubbranch = " master "
53
- docsbranch = " master "
54
- deprecated = false
54
+ githubbranch = " v1.10.5 "
55
+ docsbranch = " release-1.10 "
56
+ deprecated = true
55
57
currentUrl = " https://kubernetes.io/docs/home/"
56
58
nextUrl = " http://kubernetes-io-vnext-staging.netlify.com/"
57
59
githubWebsiteRepo = " github.com/kubernetes/website"
58
60
githubWebsiteRaw = " raw.githubusercontent.com/kubernetes/website"
59
61
60
62
[[params .versions ]]
61
- fullversion = " v1.10.3 "
63
+ fullversion = " v1.10.5 "
62
64
version = " v1.10"
63
- githubbranch = " v1.10.3 "
65
+ githubbranch = " master "
64
66
docsbranch = " release-1.10"
65
- url = " https://kubernetes.io"
67
+ url = " https://v1-10.docs. kubernetes.io"
66
68
67
69
[[params .versions ]]
68
- fullversion = " v1.9.7 "
70
+ fullversion = " v1.9.8 "
69
71
version = " v1.9"
70
- githubbranch = " v1.9.7 "
72
+ githubbranch = " v1.9.8 "
71
73
docsbranch = " release-1.9"
72
74
url = " https://v1-9.docs.kubernetes.io"
73
75
74
76
[[params .versions ]]
75
- fullversion = " v1.8.4 "
77
+ fullversion = " v1.8.14 "
76
78
version = " v1.8"
77
- githubbranch = " v1.8.4 "
79
+ githubbranch = " v1.8.14 "
78
80
docsbranch = " release-1.8"
79
81
url = " https://v1-8.docs.kubernetes.io"
80
82
81
83
[[params .versions ]]
82
- fullversion = " v1.7.6 "
84
+ fullversion = " v1.7.16 "
83
85
version = " v1.7"
84
- githubbranch = " v1.7.6 "
86
+ githubbranch = " v1.7.16 "
85
87
docsbranch = " release-1.7"
86
88
url = " https://v1-7.docs.kubernetes.io"
87
89
88
90
[[params .versions ]]
89
- fullversion = " v1.6.8 "
91
+ fullversion = " v1.6.13 "
90
92
version = " v1.6"
91
- githubbranch = " v1.6.8 "
93
+ githubbranch = " v1.6.13 "
92
94
docsbranch = " release-1.6"
93
95
url = " https://v1-6.docs.kubernetes.io"
94
96
0 commit comments