Move Support topics. (#3363)

* Move Support topics.

* Fix toc entry.
pull/3364/head
Steve Perry 2017-04-12 18:42:34 -07:00 committed by GitHub
parent e4cacf8e8a
commit d28bff7284
5 changed files with 12 additions and 33 deletions

View File

@ -45,12 +45,11 @@ twitter:
# Tables of contents, stored in the _data folder, that control the sidebar nav
tocs:
- docs-home
- guides
- setup
- tutorials
- guides
- tasks
- tutorials
- concepts
- reference
- samples
- support
- search

View File

@ -98,3 +98,12 @@ toc:
path: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security_context.md
- title: Security in Kubernetes
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

View File

@ -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/

View File

@ -23,14 +23,13 @@
<div id="vendorStrip" class="light-text">
<ul>
<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/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/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/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/troubleshooting/" {% if toc.bigheader == "Support" %}class="YAH"{% endif %}>SUPPORT</a></li>
</ul>
<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">

View File

@ -1,10 +0,0 @@
---
assignees:
- brendandburns
- davidopp
title: Support
---
{% include user-guide-content-moved.md %}
[Troubleshooting](/docs/tasks/debug-application-cluster/troubleshooting/)