From fcc2dc2b19533646a1e5f3f30545361be6a78aa1 Mon Sep 17 00:00:00 2001 From: Karen Bradshaw Date: Wed, 1 Jul 2020 12:06:04 -0400 Subject: [PATCH] add no_list param --- content/en/docs/concepts/cluster-administration/_index.md | 1 + content/en/docs/concepts/containers/_index.md | 1 + content/en/docs/concepts/extend-kubernetes/_index.md | 1 + 3 files changed, 3 insertions(+) diff --git a/content/en/docs/concepts/cluster-administration/_index.md b/content/en/docs/concepts/cluster-administration/_index.md index 7ce7126d9d..39af4fb779 100644 --- a/content/en/docs/concepts/cluster-administration/_index.md +++ b/content/en/docs/concepts/cluster-administration/_index.md @@ -7,6 +7,7 @@ weight: 100 content_type: concept description: > Lower-level detail relevant to creating or administering a Kubernetes cluster. +no_list: true --- diff --git a/content/en/docs/concepts/containers/_index.md b/content/en/docs/concepts/containers/_index.md index 091cea881b..edee4eccc4 100644 --- a/content/en/docs/concepts/containers/_index.md +++ b/content/en/docs/concepts/containers/_index.md @@ -6,6 +6,7 @@ reviewers: - erictune - thockin content_type: concept +no_list: true --- diff --git a/content/en/docs/concepts/extend-kubernetes/_index.md b/content/en/docs/concepts/extend-kubernetes/_index.md index 934861904f..6468ffa410 100644 --- a/content/en/docs/concepts/extend-kubernetes/_index.md +++ b/content/en/docs/concepts/extend-kubernetes/_index.md @@ -8,6 +8,7 @@ reviewers: - cheftako - chenopis content_type: concept +no_list: true ---