From c57fad453fdfb4d05273faf130226d99247fb84f Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Wed, 29 Mar 2017 15:11:59 -0700 Subject: [PATCH] Move Support topics. (#3108) * Move Support topics. * Update stage-documentation-changes.md * Update stage-documentation-changes.md --- _data/docs-home.yml | 23 +- _data/globals.yml | 2 +- _data/support.yml | 1 + _data/tasks.yml | 5 + _includes/header.html | 6 +- _includes/support-content-moved.md | 2 + _layouts/docwithnav.html | 4 +- docs/admin/cluster-troubleshooting.md | 110 +-- docs/contribute/create-pull-request.md | 95 +-- docs/contribute/page-templates.md | 216 +----- docs/contribute/review-issues.md | 70 +- .../contribute/stage-documentation-changes.md | 106 +-- docs/contribute/style-guide.md | 233 +------ docs/contribute/write-new-topic.md | 140 +--- docs/deprecation-policy.md | 254 +------ docs/home/contribute/create-pull-request.md | 98 +++ docs/home/contribute/page-templates.md | 222 ++++++ docs/home/contribute/review-issues.md | 73 ++ .../contribute/stage-documentation-changes.md | 109 +++ docs/home/contribute/style-guide.md | 236 +++++++ docs/home/contribute/write-new-topic.md | 143 ++++ docs/home/deprecation-policy.md | 262 ++++++++ docs/{ => home}/index.md | 3 + security/index.md => docs/home/security.md | 0 docs/reporting-security-issues.md | 2 +- .../debug-application-introspection.md | 362 ++++++++++ .../debug-application.md | 195 ++++++ .../debug-cluster.md | 115 ++++ .../debug-pod-replication-controller.md | 108 +++ .../debug-service.md | 636 ++++++++++++++++++ .../user-guide/application-troubleshooting.md | 189 +----- ...ugging-pods-and-replication-controllers.md | 103 +-- docs/user-guide/debugging-services.md | 628 +---------------- .../user-guide/introspection-and-debugging.md | 348 +--------- 34 files changed, 2622 insertions(+), 2477 deletions(-) create mode 100644 _includes/support-content-moved.md create mode 100644 docs/home/contribute/create-pull-request.md create mode 100644 docs/home/contribute/page-templates.md create mode 100644 docs/home/contribute/review-issues.md create mode 100644 docs/home/contribute/stage-documentation-changes.md create mode 100644 docs/home/contribute/style-guide.md create mode 100644 docs/home/contribute/write-new-topic.md create mode 100644 docs/home/deprecation-policy.md rename docs/{ => home}/index.md (98%) rename security/index.md => docs/home/security.md (100%) create mode 100644 docs/tasks/debug-application-cluster/debug-application-introspection.md create mode 100644 docs/tasks/debug-application-cluster/debug-application.md create mode 100644 docs/tasks/debug-application-cluster/debug-cluster.md create mode 100644 docs/tasks/debug-application-cluster/debug-pod-replication-controller.md create mode 100644 docs/tasks/debug-application-cluster/debug-service.md diff --git a/_data/docs-home.yml b/_data/docs-home.yml index b80c025d5e..ce300a5524 100644 --- a/_data/docs-home.yml +++ b/_data/docs-home.yml @@ -1,4 +1,25 @@ bigheader: "Kubernetes Documentation" abstract: "Documentation for using and learning about Kubernetes." toc: -- docs/index.md +- docs/home/index.md + +- docs/home/index.md + +- title: Contributing to the Kubernetes Docs + section: + - editdocs.md + - docs/home/contribute/create-pull-request.md + - docs/home/contribute/write-new-topic.md + - docs/home/contribute/stage-documentation-changes.md + - docs/home/contribute/page-templates.md + - docs/home/contribute/review-issues.md + - docs/home/contribute/style-guide.md + +- title: Release Notes + path: https://github.com/kubernetes/kubernetes/releases/ +- title: Release Roadmap + path: https://github.com/kubernetes/kubernetes/milestones/ +- docs/home/deprecation-policy.md +- docs/home/security.md + + diff --git a/_data/globals.yml b/_data/globals.yml index 2994e8b519..f018b1ddcc 100644 --- a/_data/globals.yml +++ b/_data/globals.yml @@ -1,8 +1,8 @@ tocs: - docs-home - guides -- tutorials - tasks +- tutorials - concepts - reference - tools diff --git a/_data/support.yml b/_data/support.yml index a6b13e9d09..b7d8f9a1bb 100644 --- a/_data/support.yml +++ b/_data/support.yml @@ -42,3 +42,4 @@ toc: - title: Deprecation Policy path: /docs/deprecation-policy.md + diff --git a/_data/tasks.yml b/_data/tasks.yml index 33619c0988..6b7d00b932 100644 --- a/_data/tasks.yml +++ b/_data/tasks.yml @@ -53,6 +53,11 @@ toc: - docs/tasks/debug-application-cluster/logging-stackdriver.md - docs/tasks/debug-application-cluster/monitor-node-health.md - docs/tasks/debug-application-cluster/logging-elasticsearch-kibana.md + - docs/tasks/debug-application-cluster/debug-application.md + - docs/tasks/debug-application-cluster/debug-application-introspection.md + - docs/tasks/debug-application-cluster/debug-cluster.md + - docs/tasks/debug-application-cluster/debug-pod-replication-controller.md + - docs/tasks/debug-application-cluster/debug-service.md - title: Accessing the Kubernetes API section: diff --git a/_includes/header.html b/_includes/header.html index 436e4262c4..56edb8f643 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -5,13 +5,13 @@ @@ -23,7 +23,7 @@

Ready to get your hands dirty? Build a simple Kubernetes cluster that runs "Hello World" for Node.js.