Deprecation phase 2: daemons, deployments ... (#3396)
* Deprecation phase 2: daemons, deployments ... * Remove files from TOC. * Fix typos.
This commit is contained in:
parent
7653d204cb
commit
b0e5322ebb
|
@ -67,21 +67,10 @@ toc:
|
|||
section:
|
||||
- docs/user-guide/annotations.md
|
||||
- docs/user-guide/cron-jobs.md
|
||||
- docs/admin/daemons.md
|
||||
- docs/user-guide/deployments.md
|
||||
- docs/user-guide/horizontal-pod-autoscaling/index.md
|
||||
- docs/user-guide/ingress.md
|
||||
- docs/user-guide/labels.md
|
||||
- docs/user-guide/identifiers.md
|
||||
- docs/user-guide/namespaces.md
|
||||
- docs/user-guide/networkpolicies.md
|
||||
- docs/admin/node.md
|
||||
- docs/user-guide/petset.md
|
||||
- docs/user-guide/pods/index.md
|
||||
- docs/user-guide/pod-security-policy/index.md
|
||||
- docs/user-guide/pod-preset/index.md
|
||||
- docs/user-guide/replicasets.md
|
||||
- docs/user-guide/replication-controller/index.md
|
||||
- docs/admin/resourcequota/index.md
|
||||
- docs/user-guide/secrets/index.md
|
||||
- docs/user-guide/security-context.md
|
||||
|
|
14
robots.txt
14
robots.txt
|
@ -116,7 +116,19 @@ Disallow: /docs/contribute/stage-documentation-changes.html
|
|||
Disallow: /docs/contribute/page-templates.html
|
||||
Disallow: /docs/contribute/review-issues.html
|
||||
Disallow: /docs/contribute/style-guide.html
|
||||
Disallow: /docs/deprecation-policy.md
|
||||
Disallow: /docs/deprecation-policy.html
|
||||
|
||||
Disallow: /docs/admin/daemons.html
|
||||
Disallow: /docs/user-guide/deployments.html
|
||||
Disallow: /docs/user-guide/replicasets.html
|
||||
Disallow: /docs/user-guide/replication-controller/index.html
|
||||
Disallow: /docs/user-guide/ingress.html
|
||||
Disallow: /docs/user-guide/namespaces.html
|
||||
Disallow: /docs/user-guide/identifiers.html
|
||||
Disallow: /docs/user-guide/networkpolicies.html
|
||||
Disallow: /docs/admin/node.html
|
||||
Disallow: /docs/user-guide/petset.html
|
||||
Disallow: /docs/user-guide/pods/intex.html
|
||||
|
||||
SITEMAP: http://kubernetes.io/sitemap.xml
|
||||
|
||||
|
|
|
@ -114,3 +114,24 @@ docs/contribute/page-templates.md
|
|||
docs/contribute/review-issues.md
|
||||
docs/contribute/style-guide.md
|
||||
|
||||
docs/admin/daemons.md
|
||||
docs/user-guide/deployments.md
|
||||
docs/user-guide/replicasets.md
|
||||
docs/user-guide/replication-controller/index.md
|
||||
docs/user-guide/ingress.md
|
||||
docs/user-guide/namespaces.md
|
||||
docs/user-guide/identifiers.md
|
||||
docs/user-guide/networkpolicies.md
|
||||
docs/admin/node.md
|
||||
docs/user-guide/petset.md
|
||||
docs/user-guide/pods/index.md
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue