diff --git a/site/content/docs/_index.md b/site/content/docs/_index.md index f77233ce..e297ecf3 100644 --- a/site/content/docs/_index.md +++ b/site/content/docs/_index.md @@ -13,6 +13,10 @@ As a Kubernetes cluster administrator or user, you can learn how Pinniped works, Have a question, comment, or idea? Please reach out via [GitHub Discussions](https://github.com/vmware-tanzu/pinniped/discussions) or [join the Pinniped community meetings]({{< ref "/community" >}}). +## Background + +{{< docsmenu "background" >}} + ## Tutorials {{< docsmenu "tutorials" >}} @@ -24,7 +28,3 @@ Have a question, comment, or idea? Please reach out via [GitHub Discussions](htt ## Reference {{< docsmenu "reference" >}} - -## Background - -{{< docsmenu "background" >}} diff --git a/site/content/docs/background/_index.md b/site/content/docs/background/_index.md index d16b0b58..1fe8360a 100644 --- a/site/content/docs/background/_index.md +++ b/site/content/docs/background/_index.md @@ -6,7 +6,7 @@ menu: docs: name: Background identifier: background - weight: 110 + weight: 11 --- {{< docsmenu "background" >}} diff --git a/site/content/docs/background/architecture.md b/site/content/docs/background/architecture.md index c466d0d2..6991e2bb 100644 --- a/site/content/docs/background/architecture.md +++ b/site/content/docs/background/architecture.md @@ -100,7 +100,7 @@ issue short-lived cluster certificates. (In the future, when the Kubernetes CSR provides a way to issue short-lived certificates, then the Pinniped credential exchange API will use that instead of using the cluster's signing keypair.) * Impersonation Proxy: Pinniped hosts an [impersonation](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#user-impersonation) -proxy that sends requests to the Kubernetes API server with user information and permissions based on a token. +proxy that sends requests to the Kubernetes API server with user information and permissions based on a token. ## kubectl Integration