From 4d2e6c2fb3b57826f3bc868b4be2681e23bd662c Mon Sep 17 00:00:00 2001 From: makocchi-git Date: Sat, 21 Jul 2018 00:57:37 +0900 Subject: [PATCH] apply content_template --- content/en/docs/reference/_index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 %}}