From 177c96da733ba3ef01334723f11eced3287cbfed Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Mon, 8 May 2017 14:14:13 -0700 Subject: [PATCH] Move to Tasks: ThirdPartyRes. (#3679) * Move to Tasks: ThirdPartyRes. * Change title. --- _data/concepts.yml | 2 +- _data/tasks.yml | 3 ++- .../access-kubernetes-api/extend-api-third-party-resource.md} | 4 +++- 3 files changed, 6 insertions(+), 3 deletions(-) rename docs/{concepts/ecosystem/thirdpartyresource.md => tasks/access-kubernetes-api/extend-api-third-party-resource.md} (96%) diff --git a/_data/concepts.yml b/_data/concepts.yml index 75b9f12f41..dc47dbf4b8 100644 --- a/_data/concepts.yml +++ b/_data/concepts.yml @@ -98,4 +98,4 @@ toc: - title: Ecosystem section: - - docs/concepts/ecosystem/thirdpartyresource.md + diff --git a/_data/tasks.yml b/_data/tasks.yml index 49f032f316..0b1bb6899d 100644 --- a/_data/tasks.yml +++ b/_data/tasks.yml @@ -89,9 +89,10 @@ toc: - title: Using Explorer to Examine the Runtime Environment path: https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/explorer -- title: Accessing the Kubernetes API +- title: Accessing and Extending the Kubernetes API section: - docs/tasks/access-kubernetes-api/http-proxy-access-api.md + - docs/tasks/access-kubernetes-api/extend-api-third-party-resource.md - title: Using TLS section: diff --git a/docs/concepts/ecosystem/thirdpartyresource.md b/docs/tasks/access-kubernetes-api/extend-api-third-party-resource.md similarity index 96% rename from docs/concepts/ecosystem/thirdpartyresource.md rename to docs/tasks/access-kubernetes-api/extend-api-third-party-resource.md index f6e2b872ba..15aa0c356a 100644 --- a/docs/concepts/ecosystem/thirdpartyresource.md +++ b/docs/tasks/access-kubernetes-api/extend-api-third-party-resource.md @@ -1,10 +1,12 @@ --- assignees: - IanLewis -title: Third Party Resources +title: Extending the Kubernetes API Using Third Party Resources redirect_from: - "/docs/user-guide/thirdpartyresources/" - "/docs/user-guide/thirdpartyresources.html" +- "/docs/concepts/ecosystem/thirdpartyresource/" +- "/docs/concepts/ecosystem/thirdpartyresource.html" --- * TOC