diff --git a/site/content/docs/howto/concierge/_index.md b/site/content/docs/howto/concierge/_index.md index b00a3ece..ffec4950 100644 --- a/site/content/docs/howto/concierge/_index.md +++ b/site/content/docs/howto/concierge/_index.md @@ -9,6 +9,6 @@ menu: weight: 60 --- -These how-to guides show how to configure the Pinniped Supervisor after it is installed: +These how-to guides show how to configure the Pinniped Concierge after it has been installed: {{< docsmenu "howto-configure-concierge" >}} diff --git a/site/content/docs/howto/supervisor/_index.md b/site/content/docs/howto/supervisor/_index.md index acafaecc..709ce2a4 100644 --- a/site/content/docs/howto/supervisor/_index.md +++ b/site/content/docs/howto/supervisor/_index.md @@ -9,6 +9,6 @@ menu: weight: 60 --- -These how-to guides show you how to install and configure Pinniped with specific identity providers: +These how-to guides show you how to install and configure the Pinniped Supervisor with specific identity providers: {{< docsmenu "howto-configure-supervisor" >}} diff --git a/site/content/docs/reference/fips.md b/site/content/docs/reference/fips.md index 2e012c81..e3391b18 100644 --- a/site/content/docs/reference/fips.md +++ b/site/content/docs/reference/fips.md @@ -5,7 +5,7 @@ cascade: layout: docs menu: docs: - name: FIPS-compatible builds of Pinniped binaries + name: FIPS-compatible builds weight: 30 parent: reference --- @@ -31,4 +31,3 @@ $ docker build -f hack/Dockerfile_fips . Now you can deploy [the concierge]({{< ref "install-concierge" >}}) and [the supervisor]({{< ref "install-supervisor" >}}) by specifying this image instead of the standard Pinniped image in your `values.yaml` or `deployment.yaml` file. -