diff --git a/content/en/docs/reference/_index.md b/content/en/docs/reference/_index.md index 01341d4a67..a261b8a947 100644 --- a/content/en/docs/reference/_index.md +++ b/content/en/docs/reference/_index.md @@ -18,7 +18,7 @@ This section of the Kubernetes documentation contains references. -## Standardized Glossary +## API Reference * [Glossary](/docs/reference/glossary/) - a comprehensive, standardized list of Kubernetes terminology @@ -30,7 +30,7 @@ This section of the Kubernetes documentation contains references. * [API access control](/docs/reference/access-authn-authz/) - details on how Kubernetes controls API access * [Well-Known Labels, Annotations and Taints](/docs/reference/kubernetes-api/labels-annotations-taints/) -## API Client Libraries +## Officially supported client libraries To call the Kubernetes API from a programming language, you can use [client libraries](/docs/reference/using-api/client-libraries/). Officially supported diff --git a/content/en/docs/reference/kubectl/_index.md b/content/en/docs/reference/kubectl/_index.md index ce08a5a97a..765adb6fe8 100755 --- a/content/en/docs/reference/kubectl/_index.md +++ b/content/en/docs/reference/kubectl/_index.md @@ -1,5 +1,5 @@ --- -title: "CLI" +title: "kubectl" weight: 60 ---