From e0d4b37070b160f8c6e8fd73fa7a8d254b62ae4d Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Sun, 5 Dec 2021 23:04:29 +0000 Subject: [PATCH] Highlight link to kubectl cheat sheet Also, reorder the section overall. --- content/en/docs/reference/kubectl/_index.md | 3 ++- content/en/docs/reference/kubectl/cheatsheet.md | 1 + content/en/docs/reference/kubectl/jsonpath.md | 1 - content/en/docs/reference/kubectl/kubectl-cmds.md | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/kubectl/_index.md b/content/en/docs/reference/kubectl/_index.md index ba53c66598..26f16a3abe 100644 --- a/content/en/docs/reference/kubectl/_index.md +++ b/content/en/docs/reference/kubectl/_index.md @@ -21,7 +21,8 @@ This overview covers `kubectl` syntax, describes the command operations, and pro For details about each command, including all the supported flags and subcommands, see the [kubectl](/docs/reference/generated/kubectl/kubectl-commands/) reference documentation. -For installation instructions, see [Installing kubectl](/docs/tasks/tools/#kubectl). +For installation instructions, see [Installing kubectl](/docs/tasks/tools/#kubectl); +for a quick guide, see the [cheat sheet](/docs/reference/kubectl/cheatsheet/). diff --git a/content/en/docs/reference/kubectl/cheatsheet.md b/content/en/docs/reference/kubectl/cheatsheet.md index 52addfb9d2..8d995efb49 100644 --- a/content/en/docs/reference/kubectl/cheatsheet.md +++ b/content/en/docs/reference/kubectl/cheatsheet.md @@ -5,6 +5,7 @@ reviewers: - krousey - clove content_type: concept +weight: 10 # highlight it card: name: reference weight: 30 diff --git a/content/en/docs/reference/kubectl/jsonpath.md b/content/en/docs/reference/kubectl/jsonpath.md index d26c110cee..36e29e6350 100644 --- a/content/en/docs/reference/kubectl/jsonpath.md +++ b/content/en/docs/reference/kubectl/jsonpath.md @@ -1,7 +1,6 @@ --- title: JSONPath Support content_type: concept -weight: 25 --- diff --git a/content/en/docs/reference/kubectl/kubectl-cmds.md b/content/en/docs/reference/kubectl/kubectl-cmds.md index 0c37ed2fd1..ecb8b87c3b 100644 --- a/content/en/docs/reference/kubectl/kubectl-cmds.md +++ b/content/en/docs/reference/kubectl/kubectl-cmds.md @@ -1,5 +1,6 @@ --- title: kubectl Commands +weight: 20 --- [kubectl Command Reference](/docs/reference/generated/kubectl/kubectl-commands/)