From a856ab1549417a243abd3bd5c63e50c1a99eed87 Mon Sep 17 00:00:00 2001 From: steveperry-53 Date: Mon, 28 Nov 2016 11:49:17 -0800 Subject: [PATCH 1/2] Update Tutorial and Task landing pages. --- docs/tasks/index.md | 8 +++++++- docs/tutorials/index.md | 5 ++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/tasks/index.md b/docs/tasks/index.md index e59f8732b2..b71057e640 100644 --- a/docs/tasks/index.md +++ b/docs/tasks/index.md @@ -1,7 +1,9 @@ --- --- -The Tasks section of the Kubernetes documentation is a work in progress +This section of the Kubernetes documentation contains pages that +show how to do individual tasks. A task page shows how to do a +single thing, typically by giving a short sequence of steps. #### Configuring Pods and Containers @@ -13,6 +15,10 @@ The Tasks section of the Kubernetes documentation is a work in progress * [Using Port Forwarding to Access Applications in a Cluster](/docs/tasks/access-application-cluster/port-forward-access-application-cluster/) +#### Debugging Applications in a Cluster + +* [Determining the Reason for Pod Failure](/docs/tasks/debug-application-cluster/determine-reason-pod-failure/) + #### Accessing the Kubernetes API * [Using an HTTP Proxy to Access the Kubernetes API](/docs/tasks/access-kubernetes-api/http-proxy-access-api) diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md index 60aab6a8fb..88c5b75807 100644 --- a/docs/tutorials/index.md +++ b/docs/tutorials/index.md @@ -1,7 +1,10 @@ --- --- -The Tutorials section of the Kubernetes documentation is a work in progress. +This section of the Kubernetes documentation contains tutorials. +A tutorial shows how to accomplish a goal that is larger than a single +[task](/docs/tasks/). Typically a tutorial has several sections, +each of which has a sequence of steps. #### Kubernetes Basics From a4f8d3c06a9ed5243330579dceadb4d26f9e2661 Mon Sep 17 00:00:00 2001 From: steveperry-53 Date: Wed, 23 Nov 2016 15:37:41 -0800 Subject: [PATCH 2/2] Remove old template topics. --- _data/support.yml | 2 - docs/contribute/page-templates.md | 3 + docs/templatedemos/OWNERS | 3 - docs/templatedemos/blank.md | 3 - docs/templatedemos/blankkubectl.md | 6 - docs/templatedemos/blanklanding.md | 3 - docs/templatedemos/blanktask.md | 3 - docs/templatedemos/filledout.md | 80 --------- docs/templatedemos/index.md | 249 ----------------------------- docs/templatedemos/kubectl.md | 7 - docs/templatedemos/landingpage.md | 53 ------ docs/templatedemos/partial.md | 6 - docs/templatedemos/task.md | 62 ------- 13 files changed, 3 insertions(+), 477 deletions(-) delete mode 100644 docs/templatedemos/OWNERS delete mode 100644 docs/templatedemos/blank.md delete mode 100644 docs/templatedemos/blankkubectl.md delete mode 100644 docs/templatedemos/blanklanding.md delete mode 100644 docs/templatedemos/blanktask.md delete mode 100644 docs/templatedemos/filledout.md delete mode 100644 docs/templatedemos/index.md delete mode 100644 docs/templatedemos/kubectl.md delete mode 100644 docs/templatedemos/landingpage.md delete mode 100644 docs/templatedemos/partial.md delete mode 100644 docs/templatedemos/task.md diff --git a/_data/support.yml b/_data/support.yml index 1b8e80699a..3e9ec08ee4 100644 --- a/_data/support.yml +++ b/_data/support.yml @@ -53,5 +53,3 @@ toc: path: https://github.com/kubernetes/kubernetes/milestones/ - title: Contributing to Kubernetes Documentation path: /editdocs/ - - title: New Template Instructions - path: /docs/templatedemos/ diff --git a/docs/contribute/page-templates.md b/docs/contribute/page-templates.md index 5bea261e3c..4b19cde39b 100644 --- a/docs/contribute/page-templates.md +++ b/docs/contribute/page-templates.md @@ -1,4 +1,7 @@ --- +redirect_from: + - /docs/templatedemos/ + - /docs/templatedemos.html ---