correct tool reference front matter

pull/21359/head
Karen Bradshaw 2020-06-09 21:01:24 -04:00
parent 1210b91c88
commit 87f68710ff
8 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
---
title: cloud-controller-manager
content_template: templates/tool-reference
content_type: tool-reference
weight: 30
---

View File

@ -1,6 +1,6 @@
---
title: kube-apiserver
content_template: templates/tool-reference
content_type: tool-reference
weight: 30
---

View File

@ -1,6 +1,6 @@
---
title: kube-controller-manager
content_template: templates/tool-reference
content_type: tool-reference
weight: 30
---

View File

@ -1,6 +1,6 @@
---
title: kube-proxy
content_template: templates/tool-reference
content_type: tool-reference
weight: 30
---

View File

@ -1,6 +1,6 @@
---
title: kube-scheduler
content_template: templates/tool-reference
content_type: tool-reference
weight: 30
---

View File

@ -1,6 +1,6 @@
---
title: kubelet
content_template: templates/tool-reference
content_type: tool-reference
weight: 28
---

View File

@ -1,6 +1,6 @@
---
title: kubectl
content_template: templates/tool-reference
content_type: tool-reference
weight: 30
---

View File

@ -10,7 +10,7 @@ CONTENT_DIR=${K8S_WEBSITE}/content
declare -a DIRS=("concepts" "contribute" "home" "reference" "setup" "tasks" "tutorials")
declare -a EMPTY_STMTS=("body" "discussion" "lessoncontent" "overview" "steps")
declare -a REPLACE_STMTS=("cleanup" "objectives" "options" "prerequisites" "seealso" "synopsis" "whatsnext")
declare -a CONTENT_TYPES=("concept" "task" "tutorial" "tool_reference")
declare -a CONTENT_TYPES=("concept" "task" "tutorial" "tool-reference")
END_CAPTURE="{{% \/capture %}}"
CONTENT_TEMPLATE="content_template:"