diff --git a/website/docs/configuration/templates.mdx b/website/docs/configuration/templates.mdx index e5f44585..2f52a63c 100644 --- a/website/docs/configuration/templates.mdx +++ b/website/docs/configuration/templates.mdx @@ -52,6 +52,7 @@ This can be used to for example populate an environment variable with a specific { label: 'zsh', value: 'zsh', }, { label: 'bash', value: 'bash', }, { label: 'fish', value: 'fish', }, + { label: 'nu', value: 'nu', }, ] }> diff --git a/website/sidebars.js b/website/sidebars.js index 0f2ee526..32ef3287 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -55,6 +55,7 @@ module.exports = { "segments/argocd", "segments/aws", "segments/az", + "segments/azd", "segments/azfunc", "segments/battery", "segments/bazel",