correct tool reference front matter
parent
1210b91c88
commit
87f68710ff
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: cloud-controller-manager
|
||||
content_template: templates/tool-reference
|
||||
content_type: tool-reference
|
||||
weight: 30
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: kube-apiserver
|
||||
content_template: templates/tool-reference
|
||||
content_type: tool-reference
|
||||
weight: 30
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: kube-controller-manager
|
||||
content_template: templates/tool-reference
|
||||
content_type: tool-reference
|
||||
weight: 30
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: kube-proxy
|
||||
content_template: templates/tool-reference
|
||||
content_type: tool-reference
|
||||
weight: 30
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: kube-scheduler
|
||||
content_template: templates/tool-reference
|
||||
content_type: tool-reference
|
||||
weight: 30
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: kubelet
|
||||
content_template: templates/tool-reference
|
||||
content_type: tool-reference
|
||||
weight: 28
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: kubectl
|
||||
content_template: templates/tool-reference
|
||||
content_type: tool-reference
|
||||
weight: 30
|
||||
---
|
||||
|
||||
|
|
|
@ -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:"
|
||||
|
||||
|
|
Loading…
Reference in New Issue