diff --git a/site/config.yaml b/site/config.yaml index 0b4ab6a5a..00fe91725 100644 --- a/site/config.yaml +++ b/site/config.yaml @@ -7,8 +7,8 @@ params: github_url: "https://github.com/vmware-tanzu/pinniped" slack_url: "https://go.pinniped.dev/community/slack" community_url: "https://go.pinniped.dev/community" - latest_version: v0.23.0 - latest_codegen_version: 1.26 + latest_version: v0.24.0 + latest_codegen_version: 1.27 pygmentsCodefences: true pygmentsStyle: "pygments" markup: diff --git a/site/content/docs/reference/cli.md b/site/content/docs/reference/cli.md index 75f2c8932..6a2c20172 100644 --- a/site/content/docs/reference/cli.md +++ b/site/content/docs/reference/cli.md @@ -133,7 +133,7 @@ to enable it. You can execute the following once: To load completions in your current shell session: - source <(pinniped completion zsh); compdef _pinniped pinniped + source <(pinniped completion zsh) To load completions for every new session, execute once: