From 346e6466c5e4a21183e1f1410855c3ce6574dcba Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Wed, 29 Mar 2017 15:31:55 -0700 Subject: [PATCH] Change What is Kubernetes to deprecation phase 2. (#3117) --- _data/guides.yml | 3 --- robots.txt | 2 ++ skip_toc_check.txt | 2 ++ 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_data/guides.yml b/_data/guides.yml index adcf503b07..c692df27b0 100644 --- a/_data/guides.yml +++ b/_data/guides.yml @@ -2,9 +2,6 @@ bigheader: "Guides" abstract: "How to get started, and accomplish tasks, using Kubernetes." toc: - docs/user-guide/index.md - -- docs/whatisk8s.md - - docs/user-guide/index.md - title: Accessing the Cluster diff --git a/robots.txt b/robots.txt index cc0368cb2a..3594b34fc9 100644 --- a/robots.txt +++ b/robots.txt @@ -38,6 +38,8 @@ Disallow: /docs/user-guide/pods/multi-container/ Disallow: /docs/user-guide/environment-guide/ Disallow: /docs/user-guide/compute-resources/ +Disallow: /docs/whatisk8s/ + SITEMAP: http://kubernetes.io/sitemap.xml diff --git a/skip_toc_check.txt b/skip_toc_check.txt index 5c0ef95f87..d42d092695 100644 --- a/skip_toc_check.txt +++ b/skip_toc_check.txt @@ -26,3 +26,5 @@ docs/user-guide/federation/federated-services.md docs/user-guide/pods/multi-container.md docs/user-guide/environment-guide/index.md docs/user-guide/compute-resources.md + +docs/whatisk8s.md