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." abstract: "Detailed explanations of Kubernetes system concepts and abstractions."
toc: toc:
- docs/concepts/index.md - docs/concepts/index.md
section:
- title: Kubernetes Objects
section: section:
- docs/concepts/abstractions/overview.md - title: Kubernetes Objects
- docs/concepts/abstractions/pod.md
- title: Controllers
section: 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 - title: Object Metadata
section: section:
+1 -1
View File
@@ -30,7 +30,7 @@ In addition, Kubernetes contains a number of higher-level abstractions called Co
* ReplicaSet * ReplicaSet
* Deployment * Deployment
* [StatefulSet](/docs/concepts/abstractions/controllers/statefulsets/)) * [StatefulSet](/docs/concepts/abstractions/controllers/statefulsets/)
* DaemonSet * DaemonSet
* Job * Job