More bug fixes for TOC, titling, and formatting.

This commit is contained in:
Devin Donnelly
2017-01-18 14:23:41 -08:00
parent 65de831b9c
commit 34d349d7b8
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -2,14 +2,14 @@ bigheader: "Concepts"
abstract: "Detailed explanations of Kubernetes system concepts and abstractions."
toc:
- docs/concepts/index.md
section:
- title: Kubernetes Objects
section:
- docs/concepts/abstractions/overview.md
- docs/concepts/abstractions/pod.md
- title: Controllers
- title: Kubernetes Objects
section:
- docs/concepts/abstractions/controllers/statefulsets.md
- docs/concepts/abstractions/overview.md
- docs/concepts/abstractions/pod.md
- title: Controllers
section:
- docs/concepts/abstractions/controllers/statefulsets.md
- title: Object Metadata
section:
+1 -1
View File
@@ -30,7 +30,7 @@ In addition, Kubernetes contains a number of higher-level abstractions called Co
* ReplicaSet
* Deployment
* [StatefulSet](/docs/concepts/abstractions/controllers/statefulsets/))
* [StatefulSet](/docs/concepts/abstractions/controllers/statefulsets/)
* DaemonSet
* Job