Skip to content

Commit d28bff7

Browse files
Move Support topics. (kubernetes#3363)
* Move Support topics. * Fix toc entry.
1 parent e4cacf8 commit d28bff7

File tree

5 files changed

+12
-33
lines changed

5 files changed

+12
-33
lines changed

_config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,11 @@ twitter:
4545
# Tables of contents, stored in the _data folder, that control the sidebar nav
4646
tocs:
4747
- docs-home
48-
- guides
4948
- setup
50-
- tutorials
49+
- guides
5150
- tasks
51+
- tutorials
5252
- concepts
5353
- reference
5454
- samples
55-
- support
5655
- search

_data/reference.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,12 @@ toc:
9898
path: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security_context.md
9999
- title: Security in Kubernetes
100100
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+

_data/support.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

_layouts/docwithnav.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@ <h5>{{ toc.abstract }}</h5>
2323
<div id="vendorStrip" class="light-text">
2424
<ul>
2525
<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>
2726
<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>
2828
<li><a href="/docs/tasks/" {% if toc.bigheader == "Tasks" %}class="YAH"{% endif %}>TASKS</a></li>
2929
<li><a href="/docs/tutorials/" {% if toc.bigheader == "Tutorials" %}class="YAH"{% endif %}>TUTORIALS</a></li>
3030
<li><a href="/docs/concepts/" {% if toc.bigheader == "Concepts" %}class="YAH"{% endif %}>CONCEPTS</a></li>
3131
<li><a href="/docs/reference/" {% if toc.bigheader == "Reference Documentation" %}class="YAH"{% endif %}>REFERENCE</a></li>
3232
<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>
3433
</ul>
3534
<div id="searchBox">
3635
<input type="text" id="search" placeholder="Search" onkeydown="if (event.keyCode==13) window.location.replace('/docs/search/?q=' + this.value)" autofocus="autofocus">

docs/troubleshooting.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)