Remove from TOC/Search: pods/init-containers ... (#2694)
This commit is contained in:
parent
ef32f29d08
commit
d4b42e9c7e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue