Remove and redirect: api. (#3838)
This commit is contained in:
parent
4a6cd30b2a
commit
e2bc3491a0
12
docs/api.md
12
docs/api.md
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
assignees:
|
|
||||||
- bgrant0607
|
|
||||||
- erictune
|
|
||||||
- lavalamp
|
|
||||||
title: Kubernetes API Overview
|
|
||||||
---
|
|
||||||
|
|
||||||
{% include user-guide-content-moved.md %}
|
|
||||||
|
|
||||||
* [The Kubernetes API Overview](/docs/concepts/overview/kubernetes-api/)
|
|
||||||
* Kubernetes API Reference documentation for [Version 1.6](/docs/api-reference/v1.6/) and [Version 1.5](/docs/api-reference/v1.5/).
|
|
|
@ -2,6 +2,9 @@
|
||||||
assignees:
|
assignees:
|
||||||
- chenopis
|
- chenopis
|
||||||
title: The Kubernetes API
|
title: The Kubernetes API
|
||||||
|
redirect_from:
|
||||||
|
- "/docs/api/"
|
||||||
|
- "/docs/api.html"
|
||||||
---
|
---
|
||||||
|
|
||||||
Overall API conventions are described in the [API conventions doc](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/docs/devel/api-conventions.md).
|
Overall API conventions are described in the [API conventions doc](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/docs/devel/api-conventions.md).
|
||||||
|
|
Loading…
Reference in New Issue