From 2254f76b30d1f1dfb858295cf994a60d5f15455d Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Wed, 24 Feb 2021 09:23:21 -0600 Subject: [PATCH] Fix a broken link, a typo, and tweak menu text. Signed-off-by: Matt Moyer --- site/content/docs/background/_index.md | 2 +- site/content/docs/howto/install-cli.md | 2 +- site/content/docs/reference/api.md | 4 ++-- site/content/docs/reference/supported-clusters.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/content/docs/background/_index.md b/site/content/docs/background/_index.md index 5916ea0e..74240e8e 100644 --- a/site/content/docs/background/_index.md +++ b/site/content/docs/background/_index.md @@ -5,7 +5,7 @@ menu: docs: name: Background identifier: background - weight: 80 + weight: 110 --- # Pinniped background diff --git a/site/content/docs/howto/install-cli.md b/site/content/docs/howto/install-cli.md index 353d8f43..8bd71893 100644 --- a/site/content/docs/howto/install-cli.md +++ b/site/content/docs/howto/install-cli.md @@ -27,7 +27,7 @@ Find the appropriate binary for your platform from the [latest release](https:// {{< buttonlink href="https://get.pinniped.dev/latest/pinniped-cli-linux-amd64" >}}Download for Linux/amd64{{< buttonicon "download.png" >}}{{< /buttonlink >}} -{{< buttonlink href="https://get.pinniped.dev/latest/pinniped-cli-windows-amd64" >}}Download for Windows/amd64{{< buttonicon "download.png" >}}{{< /buttonlink >}} +{{< buttonlink href="https://get.pinniped.dev/latest/pinniped-cli-windows-amd64.exe" >}}Download for Windows/amd64{{< buttonicon "download.png" >}}{{< /buttonlink >}} You should put the command-line tool somewhere on your `$PATH`, such as `/usr/local/bin` on macOS/Linux. You'll also need to mark the file as executable. diff --git a/site/content/docs/reference/api.md b/site/content/docs/reference/api.md index 95f8fdf2..a27b71a0 100644 --- a/site/content/docs/reference/api.md +++ b/site/content/docs/reference/api.md @@ -1,11 +1,11 @@ --- -title: API +title: API Types description: Reference for the `*.pinniped.dev` Kubernetes API groups. cascade: layout: docs menu: docs: - name: Kubernetes API + name: API Types weight: 35 parent: reference --- diff --git a/site/content/docs/reference/supported-clusters.md b/site/content/docs/reference/supported-clusters.md index 8ff538f2..62ff07fe 100644 --- a/site/content/docs/reference/supported-clusters.md +++ b/site/content/docs/reference/supported-clusters.md @@ -10,7 +10,7 @@ menu: parent: reference --- -| **Cluster Type** | **Conciege Works?** | +| **Cluster Type** | **Concierge Works?** | |-|-| | [VMware Tanzu Kubernetes Grid (TKG) clusters](https://tanzu.vmware.com/kubernetes-grid) | Yes | | [Kind clusters](https://kind.sigs.k8s.io/) | Yes |