From 543f132e78a46d0df405b842806a3457b98d946f Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Wed, 21 Oct 2020 13:49:54 -0700 Subject: [PATCH] move from /docs/plugins to /plugins Signed-off-by: Ahmet Alp Balkan --- site/content/_index.md | 2 +- site/content/docs/user-guide/quickstart.md | 2 +- site/content/docs/user-guide/search.md | 2 +- site/content/{docs => }/plugins.md | 2 +- site/layouts/{docs => _default}/single.html | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename site/content/{docs => }/plugins.md (89%) rename site/layouts/{docs => _default}/single.html (100%) diff --git a/site/content/_index.md b/site/content/_index.md index 528e6883..e3655c10 100644 --- a/site/content/_index.md +++ b/site/content/_index.md @@ -21,4 +21,4 @@ plugins on multiple platforms easily and makes them discoverable through a centralized plugin repository with Krew. [kpl]: https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/ -[list]: {{< relref "docs/plugins.md" >}} +[list]: {{< relref "plugins.md" >}} diff --git a/site/content/docs/user-guide/quickstart.md b/site/content/docs/user-guide/quickstart.md index 25212c3e..5720c990 100644 --- a/site/content/docs/user-guide/quickstart.md +++ b/site/content/docs/user-guide/quickstart.md @@ -57,4 +57,4 @@ auth-proxy Authentication proxy to a pod or service This is pretty much all you need to know as a user to use Krew. [kpl]: https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/ -[list]: {{< relref "docs/plugins.md" >}} +[list]: {{< relref "plugins.md" >}} diff --git a/site/content/docs/user-guide/search.md b/site/content/docs/user-guide/search.md index a43d0c32..2e99d8be 100644 --- a/site/content/docs/user-guide/search.md +++ b/site/content/docs/user-guide/search.md @@ -59,4 +59,4 @@ DESCRIPTION: ...{{}} ``` -[list]: {{< relref "docs/plugins.md" >}} +[list]: {{< relref "plugins.md" >}} diff --git a/site/content/docs/plugins.md b/site/content/plugins.md similarity index 89% rename from site/content/docs/plugins.md rename to site/content/plugins.md index a3118412..7b452202 100644 --- a/site/content/docs/plugins.md +++ b/site/content/plugins.md @@ -7,7 +7,7 @@ Below you will find the list of kubectl plugins distributed on the centralized [krew-index](https://sigs.k8s.io/krew-index). To install these plugins on your machine: -1. [Install Krew]({{< relref "user-guide/setup/install.md" >}}) +1. [Install Krew]({{< relref "docs/user-guide/setup/install.md" >}}) 2. Run `kubectl krew install ` to install a plugin via Krew. diff --git a/site/layouts/docs/single.html b/site/layouts/_default/single.html similarity index 100% rename from site/layouts/docs/single.html rename to site/layouts/_default/single.html