Skip to content

Commit

Permalink
Remove from TOC/Search: pods/init-containers ... (#2694)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveperry-53 authored Mar 21, 2017
1 parent ef32f29 commit d4b42e9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
5 changes: 0 additions & 5 deletions _data/guides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 8 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 8 additions & 1 deletion skip_toc_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit d4b42e9

Please sign in to comment.