Rename to masterdocs, refining of editdocs.md

This commit is contained in:
John Mulhausen
2016-02-24 15:40:43 -08:00
parent b90ff22068
commit 7e683b3bff
606 changed files with 339 additions and 337 deletions
+29
View File
@@ -0,0 +1,29 @@
* The [User's guide](/{{page.version}}/docs/user-guide/) is for anyone who wants to run programs and
services on an existing Kubernetes cluster.
* The [Cluster Admin's guide](/{{page.version}}/docs/admin/) is for anyone setting up
a Kubernetes cluster or administering it.
* The [Developer guide](/{{page.version}}/docs/devel/) is for anyone wanting to write
programs that access the Kubernetes API, write plugins or extensions, or
modify the core code of Kubernetes.
* The [Kubectl Command Line Interface](/{{page.version}}/docs/user-guide/kubectl/kubectl) is a detailed reference on
the `kubectl` CLI.
* The [API object documentation](http://kubernetes.io/third_party/swagger-ui/)
is a detailed description of all fields found in core API objects.
* An overview of the [Design of Kubernetes](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/docs/design/)
* There are example files and walkthroughs in the [examples](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples)
folder.
* If something went wrong, see the [troubleshooting](/{{page.version}}/docs/troubleshooting) document for how to debug.
You should also check the [known issues](/{{page.version}}/docs/user-guide/known-issues) for the release you're using.
* To report a security issue, see [Reporting a Security Issue](/{{page.version}}/docs/reporting-security-issues).