Change Task titles to imperative: Access Extend. (#4029)

pull/3818/merge
Steve Perry 2017-06-08 13:47:48 -07:00 committed by GitHub
parent 423884e8b7
commit fbf7782ebf
3 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@ toc:
- title: Use Explorer to Examine the Runtime Environment
path: https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/explorer
- title: Accessing and Extending the Kubernetes API
- title: Access and Extend 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

View File

@ -1,7 +1,7 @@
---
assignees:
- IanLewis
title: Extending the Kubernetes API Using Third Party Resources
title: Extend the Kubernetes API Using Third Party Resources
redirect_from:
- "/docs/user-guide/thirdpartyresources/"
- "/docs/user-guide/thirdpartyresources.html"

View File

@ -1,5 +1,5 @@
---
title: Using an HTTP Proxy to Access the Kubernetes API
title: Use an HTTP Proxy to Access the Kubernetes API
redirect_from:
- "/docs/user-guide/connecting-to-applications-proxy/"
- "/docs/user-guide/connecting-to-applications-proxy.html"