diff --git a/_data/guides.yml b/_data/guides.yml index 0a06052579155..46a33a8ef8927 100644 --- a/_data/guides.yml +++ b/_data/guides.yml @@ -54,16 +54,12 @@ toc: - title: Containers and Pods section: - docs/user-guide/pods/multi-container.md - - docs/user-guide/pods/init-container.md - docs/user-guide/pod-templates.md - docs/user-guide/environment-guide/index.md - docs/user-guide/compute-resources.md - - docs/user-guide/pod-states.md - docs/user-guide/liveness/index.md - docs/user-guide/container-environment.md - docs/user-guide/node-selection/index.md - - docs/user-guide/downward-api/index.md - - docs/user-guide/downward-api/volume/index.md - docs/user-guide/petset/bootstrapping/index.md - title: Monitoring, Logging, and Debugging Containers @@ -74,7 +70,6 @@ toc: - docs/user-guide/logging/overview.md - docs/user-guide/logging/stackdriver.md - docs/user-guide/logging/elasticsearch.md - - docs/user-guide/getting-into-containers.md - docs/user-guide/connecting-to-applications-proxy.md - docs/user-guide/connecting-to-applications-port-forward.md - title: Using Explorer to Examine the Runtime Environment diff --git a/robots.txt b/robots.txt index 3fbd70eb240fd..3b38c25967b1f 100644 --- a/robots.txt +++ b/robots.txt @@ -9,12 +9,20 @@ Disallow: 404.html Disallow: /docs/user-guide/configuring-containers Disallow: /docs/user-guide/containers Disallow: /docs/user-guide/deploying-applications +Disallow: /docs/user-guide/getting-into-containers +>>>>>>> fb2ab359... Remove from TOC/Search: pods/init-containers ... Disallow: /docs/user-guide/liveness/index +Disallow: /docs/user-guide/pod-states Disallow: /docs/user-guide/simple-nginx Disallow: /docs/user-guide/production-pods Disallow: /docs/user-guide/quick-start +Disallow: /docs/user-guide/downward-api/index +Disallow: /docs/user-guide/downward-api/volume/index + Disallow: /docs/user-guide/persistent-volumes/walkthrough + +Disallow: /docs/user-guide/pods/init-container Disallow: /docs/user-guide/pods/single-container Disallow: /docs/user-guide/secrets/walkthrough diff --git a/skip_toc_check.txt b/skip_toc_check.txt index 255bb26d100b7..7299c12c1fef5 100644 --- a/skip_toc_check.txt +++ b/skip_toc_check.txt @@ -8,4 +8,11 @@ docs/user-guide/walkthrough/k8s201.md docs/user-guide/logging-demo/README.md docs/user-guide/downward-api/README.md docs/user-guide/configmap/README.md -docs/concepts/abstractions/pod-termination.md \ No newline at end of file +docs/concepts/abstractions/pod-termination.md + +docs/user-guide/pods/init-container.md +docs/user-guide/pod-states.md +docs/user-guide/downward-api/index.md +docs/user-guide/downward-api/volume/index.md +docs/user-guide/getting-into-containers.md +