File tree Expand file tree Collapse file tree 5 files changed +12
-33
lines changed Expand file tree Collapse file tree 5 files changed +12
-33
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,11 @@ twitter:
45
45
# Tables of contents, stored in the _data folder, that control the sidebar nav
46
46
tocs :
47
47
- docs-home
48
- - guides
49
48
- setup
50
- - tutorials
49
+ - guides
51
50
- tasks
51
+ - tutorials
52
52
- concepts
53
53
- reference
54
54
- samples
55
- - support
56
55
- search
Original file line number Diff line number Diff line change 98
98
path : https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security_context.md
99
99
- title : Security in Kubernetes
100
100
path : https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security.md
101
+
102
+ - title : Issues and Security
103
+ section :
104
+ - title : Kubernetes Issue Tracker on GitHub
105
+ path : https://github.com/kubernetes/kubernetes/issues/
106
+ - docs/reporting-security-issues.md
107
+ - docs/home/deprecation-policy.md
108
+
109
+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,14 +23,13 @@ <h5>{{ toc.abstract }}</h5>
23
23
< div id ="vendorStrip " class ="light-text ">
24
24
< ul >
25
25
< li > < a href ="/docs/home/ " {% if toc.bigheader == "Kubernetes Documentation " %}class ="YAH "{% endif %} > HOME</ a > </ li >
26
- < li > < a href ="/docs/user-guide/ " {% if toc.bigheader == "Guides " %}class ="YAH "{% endif %} > GUIDES</ a > </ li >
27
26
< li > < a href ="/docs/setup/ " {% if toc.bigheader == "Setup " %}class ="YAH "{% endif %} > SETUP</ a > </ li >
27
+ < li > < a href ="/docs/user-guide/ " {% if toc.bigheader == "Guides " %}class ="YAH "{% endif %} > GUIDES</ a > </ li >
28
28
< li > < a href ="/docs/tasks/ " {% if toc.bigheader == "Tasks " %}class ="YAH "{% endif %} > TASKS</ a > </ li >
29
29
< li > < a href ="/docs/tutorials/ " {% if toc.bigheader == "Tutorials " %}class ="YAH "{% endif %} > TUTORIALS</ a > </ li >
30
30
< li > < a href ="/docs/concepts/ " {% if toc.bigheader == "Concepts " %}class ="YAH "{% endif %} > CONCEPTS</ a > </ li >
31
31
< li > < a href ="/docs/reference/ " {% if toc.bigheader == "Reference Documentation " %}class ="YAH "{% endif %} > REFERENCE</ a > </ li >
32
32
< li > < a href ="/docs/samples/ " {% if toc.bigheader == "Samples " %}class ="YAH "{% endif %} > SAMPLES</ a > </ li >
33
- < li > < a href ="/docs/troubleshooting/ " {% if toc.bigheader == "Support " %}class ="YAH "{% endif %} > SUPPORT</ a > </ li >
34
33
</ ul >
35
34
< div id ="searchBox ">
36
35
< input type ="text " id ="search " placeholder ="Search " onkeydown ="if (event.keyCode==13) window.location.replace('/docs/search/?q=' + this.value) " autofocus ="autofocus ">
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments