diff --git a/content/en/docs/reference/_index.md b/content/en/docs/reference/_index.md index c8df4c82f41ea..1821d1ced9936 100644 --- a/content/en/docs/reference/_index.md +++ b/content/en/docs/reference/_index.md @@ -5,8 +5,17 @@ approvers: linkTitle: "Reference" main_menu: true weight: 70 +content_template: templates/concept --- +{{% capture overview %}} + +This section of the Kubernetes documentation contains references. + +{{% /capture %}} + +{{% capture body %}} + ## API Reference * [Kubernetes API Overview](/docs/reference/using-api/api-overview/) - Overview of the API for Kubernetes. @@ -46,3 +55,5 @@ client libraries: ## Design Docs An archive of the design docs for Kubernetes functionality. Good starting points are [Kubernetes Architecture](https://git.k8s.io/community/contributors/design-proposals/architecture/architecture.md) and [Kubernetes Design Overview](https://git.k8s.io/community/contributors/design-proposals). + +{{% /capture %}}