+2
-3
@@ -45,12 +45,11 @@ twitter:
|
|||||||
# Tables of contents, stored in the _data folder, that control the sidebar nav
|
# Tables of contents, stored in the _data folder, that control the sidebar nav
|
||||||
tocs:
|
tocs:
|
||||||
- docs-home
|
- docs-home
|
||||||
- guides
|
|
||||||
- setup
|
- setup
|
||||||
- tutorials
|
- guides
|
||||||
- tasks
|
- tasks
|
||||||
|
- tutorials
|
||||||
- concepts
|
- concepts
|
||||||
- reference
|
- reference
|
||||||
- samples
|
- samples
|
||||||
- support
|
|
||||||
- search
|
- search
|
||||||
|
|||||||
@@ -98,3 +98,12 @@ toc:
|
|||||||
path: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security_context.md
|
path: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security_context.md
|
||||||
- title: Security in Kubernetes
|
- title: Security in Kubernetes
|
||||||
path: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security.md
|
path: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security.md
|
||||||
|
|
||||||
|
- title: Issues and Security
|
||||||
|
section:
|
||||||
|
- title: Kubernetes Issue Tracker on GitHub
|
||||||
|
path: https://github.com/kubernetes/kubernetes/issues/
|
||||||
|
- docs/reporting-security-issues.md
|
||||||
|
- docs/home/deprecation-policy.md
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,18 +0,0 @@
|
|||||||
bigheader: "Support"
|
|
||||||
abstract: "Troubleshooting resources, frequently asked questions, and community support channels."
|
|
||||||
toc:
|
|
||||||
- docs/troubleshooting.md
|
|
||||||
|
|
||||||
- title: Other Resources
|
|
||||||
section:
|
|
||||||
- title: Kubernetes Issue Tracker on GitHub
|
|
||||||
path: https://github.com/kubernetes/kubernetes/issues/
|
|
||||||
- docs/reporting-security-issues.md
|
|
||||||
- title: Release Notes
|
|
||||||
path: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG.md
|
|
||||||
- title: Release Roadmap
|
|
||||||
path: https://github.com/kubernetes/kubernetes/milestones/
|
|
||||||
|
|
||||||
- title: Deprecation Policy
|
|
||||||
path: /docs/home/deprecation-policy/
|
|
||||||
|
|
||||||
@@ -23,14 +23,13 @@
|
|||||||
<div id="vendorStrip" class="light-text">
|
<div id="vendorStrip" class="light-text">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/docs/home/" {% if toc.bigheader == "Kubernetes Documentation" %}class="YAH"{% endif %}>HOME</a></li>
|
<li><a href="/docs/home/" {% if toc.bigheader == "Kubernetes Documentation" %}class="YAH"{% endif %}>HOME</a></li>
|
||||||
<li><a href="/docs/user-guide/" {% if toc.bigheader == "Guides" %}class="YAH"{% endif %}>GUIDES</a></li>
|
|
||||||
<li><a href="/docs/setup/" {% if toc.bigheader == "Setup" %}class="YAH"{% endif %}>SETUP</a></li>
|
<li><a href="/docs/setup/" {% if toc.bigheader == "Setup" %}class="YAH"{% endif %}>SETUP</a></li>
|
||||||
|
<li><a href="/docs/user-guide/" {% if toc.bigheader == "Guides" %}class="YAH"{% endif %}>GUIDES</a></li>
|
||||||
<li><a href="/docs/tasks/" {% if toc.bigheader == "Tasks" %}class="YAH"{% endif %}>TASKS</a></li>
|
<li><a href="/docs/tasks/" {% if toc.bigheader == "Tasks" %}class="YAH"{% endif %}>TASKS</a></li>
|
||||||
<li><a href="/docs/tutorials/" {% if toc.bigheader == "Tutorials" %}class="YAH"{% endif %}>TUTORIALS</a></li>
|
<li><a href="/docs/tutorials/" {% if toc.bigheader == "Tutorials" %}class="YAH"{% endif %}>TUTORIALS</a></li>
|
||||||
<li><a href="/docs/concepts/" {% if toc.bigheader == "Concepts" %}class="YAH"{% endif %}>CONCEPTS</a></li>
|
<li><a href="/docs/concepts/" {% if toc.bigheader == "Concepts" %}class="YAH"{% endif %}>CONCEPTS</a></li>
|
||||||
<li><a href="/docs/reference/" {% if toc.bigheader == "Reference Documentation" %}class="YAH"{% endif %}>REFERENCE</a></li>
|
<li><a href="/docs/reference/" {% if toc.bigheader == "Reference Documentation" %}class="YAH"{% endif %}>REFERENCE</a></li>
|
||||||
<li><a href="/docs/samples/" {% if toc.bigheader == "Samples" %}class="YAH"{% endif %}>SAMPLES</a></li>
|
<li><a href="/docs/samples/" {% if toc.bigheader == "Samples" %}class="YAH"{% endif %}>SAMPLES</a></li>
|
||||||
<li><a href="/docs/troubleshooting/" {% if toc.bigheader == "Support" %}class="YAH"{% endif %}>SUPPORT</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<div id="searchBox">
|
<div id="searchBox">
|
||||||
<input type="text" id="search" placeholder="Search" onkeydown="if (event.keyCode==13) window.location.replace('/docs/search/?q=' + this.value)" autofocus="autofocus">
|
<input type="text" id="search" placeholder="Search" onkeydown="if (event.keyCode==13) window.location.replace('/docs/search/?q=' + this.value)" autofocus="autofocus">
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
assignees:
|
|
||||||
- brendandburns
|
|
||||||
- davidopp
|
|
||||||
title: Support
|
|
||||||
---
|
|
||||||
|
|
||||||
{% include user-guide-content-moved.md %}
|
|
||||||
|
|
||||||
[Troubleshooting](/docs/tasks/debug-application-cluster/troubleshooting/)
|
|
||||||
Reference in New Issue
Block a user