From df77bb68007e53b6a6c2187151b4abeaecc81f79 Mon Sep 17 00:00:00 2001 From: aburdenthehand Date: Sat, 19 May 2018 09:17:50 +1000 Subject: [PATCH] Added toc_hide=true flag to file frontmatter (#8633) --- content/en/docs/concepts/example-concept-template.md | 1 + content/en/docs/tasks/example-task-template.md | 1 + .../en/docs/user-journeys/users/cluster-operator/_advanced.md | 1 + 3 files changed, 3 insertions(+) diff --git a/content/en/docs/concepts/example-concept-template.md b/content/en/docs/concepts/example-concept-template.md index 4f953a8855..6bbd6a080b 100644 --- a/content/en/docs/concepts/example-concept-template.md +++ b/content/en/docs/concepts/example-concept-template.md @@ -3,6 +3,7 @@ title: Example Concept Template reviewers: - chenopis content_template: templates/concept +toc_hide: true --- {{% capture overview %}} diff --git a/content/en/docs/tasks/example-task-template.md b/content/en/docs/tasks/example-task-template.md index af4c10b987..285a832500 100644 --- a/content/en/docs/tasks/example-task-template.md +++ b/content/en/docs/tasks/example-task-template.md @@ -3,6 +3,7 @@ title: Example Task Template reviewers: - chenopis content_template: templates/task +toc_hide: true --- {{% capture overview %}} diff --git a/content/en/docs/user-journeys/users/cluster-operator/_advanced.md b/content/en/docs/user-journeys/users/cluster-operator/_advanced.md index eee67a972c..78c7cc19a4 100644 --- a/content/en/docs/user-journeys/users/cluster-operator/_advanced.md +++ b/content/en/docs/user-journeys/users/cluster-operator/_advanced.md @@ -7,6 +7,7 @@ js: https://use.fontawesome.com/4bcc658a89.js, https://cdnjs.cloudflare.com/ajax title: Advanced Topics track: "USERS > CLUSTER OPERATOR > ADVANCED" content_template: templates/user-journey-content +toc_hide: true --- {{% capture overview %}}