From 5e4a1ed081149d5e62491744a2b94463eb6151cf Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Fri, 3 Mar 2017 15:18:37 -0800 Subject: [PATCH] Deprecate Guide topics: quick-start ... (#2696) --- _data/guides.yml | 2 -- .../expose-external-ip-address-service.md | 3 +++ .../run-stateless-application-deployment.md | 2 ++ docs/user-guide/deploying-applications.md | 11 ----------- docs/user-guide/quick-start.md | 10 ---------- robots.txt | 9 +++++++++ 6 files changed, 14 insertions(+), 23 deletions(-) delete mode 100644 docs/user-guide/deploying-applications.md delete mode 100644 docs/user-guide/quick-start.md diff --git a/_data/guides.yml b/_data/guides.yml index bf188b9037..31be2a277e 100644 --- a/_data/guides.yml +++ b/_data/guides.yml @@ -18,8 +18,6 @@ toc: - title: Workload Deployment and Management section: - - docs/user-guide/quick-start.md - - docs/user-guide/deploying-applications.md - docs/user-guide/managing-deployments.md - docs/user-guide/replication-controller/operations.md - docs/user-guide/resizing-a-replication-controller.md diff --git a/docs/tutorials/stateless-application/expose-external-ip-address-service.md b/docs/tutorials/stateless-application/expose-external-ip-address-service.md index f4a63b1e31..8564ed7d72 100644 --- a/docs/tutorials/stateless-application/expose-external-ip-address-service.md +++ b/docs/tutorials/stateless-application/expose-external-ip-address-service.md @@ -1,5 +1,8 @@ --- title: Using a Service to Access an Application in a Cluster +redirect_from: +- "/docs/user-guide/quick-start/" +- "/docs/user-guide/quick-start.html" --- {% capture overview %} diff --git a/docs/tutorials/stateless-application/run-stateless-application-deployment.md b/docs/tutorials/stateless-application/run-stateless-application-deployment.md index c81bcdae18..831ed6bb45 100644 --- a/docs/tutorials/stateless-application/run-stateless-application-deployment.md +++ b/docs/tutorials/stateless-application/run-stateless-application-deployment.md @@ -5,6 +5,8 @@ redirect_from: - "/docs/user-guide/simple-nginx.html" - "/docs/user-guide/pods/single-container/" - "/docs/user-guide/pods/single-container.html" +- "/docs/user-guide/deploying-applications/" +- "/docs/user-guide/deploying-applications.html" --- {% capture overview %} diff --git a/docs/user-guide/deploying-applications.md b/docs/user-guide/deploying-applications.md deleted file mode 100644 index a1c04e1003..0000000000 --- a/docs/user-guide/deploying-applications.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -assignees: -- bgrant0607 -- caesarxuchao -- thockin -title: Deploying Applications ---- - -{% include user-guide-content-moved.md %} - -[Running a Stateless Application Using a Deployment](/docs/tutorials/stateless-application/run-stateless-application-deployment/) diff --git a/docs/user-guide/quick-start.md b/docs/user-guide/quick-start.md deleted file mode 100644 index 67dfb1dc77..0000000000 --- a/docs/user-guide/quick-start.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -assignees: -- bgrant0607 -- janetkuo -title: Launching, Exposing, and Killing Applications ---- - -{% include user-guide-content-moved.md %} - -[Using a Service to Access an Application in a Cluster](https://kubernetes.io/docs/tutorials/stateless-application/expose-external-ip-address-service/) diff --git a/robots.txt b/robots.txt index f5e996388b..3fbd70eb24 100644 --- a/robots.txt +++ b/robots.txt @@ -8,9 +8,11 @@ Disallow: 404.html Disallow: /docs/user-guide/configuring-containers Disallow: /docs/user-guide/containers +Disallow: /docs/user-guide/deploying-applications Disallow: /docs/user-guide/liveness/index Disallow: /docs/user-guide/simple-nginx Disallow: /docs/user-guide/production-pods +Disallow: /docs/user-guide/quick-start Disallow: /docs/user-guide/persistent-volumes/walkthrough Disallow: /docs/user-guide/pods/single-container @@ -18,3 +20,10 @@ Disallow: /docs/user-guide/pods/single-container Disallow: /docs/user-guide/secrets/walkthrough SITEMAP: http://kubernetes.io/sitemap.xml + + + + + + +