Change header order to "Concepts, Tasks, Tutorials"
https://kubernetes.io/docs/home/ suggests: Concepts, Tasks, and Tutorials > The Kubernetes documentation contains a number of resources to help you understand and work with Kubernetes. > Concepts provide a deep understanding of how Kubernetes works. > Tasks contain step-by-step instructions for common Kubernetes tasks. > Tutorials contain detailed walkthroughs of the Kubernetes workflow. This is a logical order and I've rearranged the header to match.pull/3830/head^2
parent
46133af83f
commit
ec4bb7ecef
|
@ -24,9 +24,9 @@
|
|||
<ul>
|
||||
<li><a href="/docs/home/" {% if toc.bigheader == "Kubernetes Documentation" %}class="YAH"{% endif %}>HOME</a></li>
|
||||
<li><a href="/docs/setup/" {% if toc.bigheader == "Setup" %}class="YAH"{% endif %}>SETUP</a></li>
|
||||
<li><a href="/docs/concepts/" {% if toc.bigheader == "Concepts" %}class="YAH"{% endif %}>CONCEPTS</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>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue