diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 32991cf..700fbba 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -11,6 +11,9 @@ export default defineConfig({ { text: 'Home', link: '/' }, { text: 'Changelog', link: '/CHANGELOG' }, ], + search: { + provider: 'local', + }, sidebar: [ { text: 'Getting Started', @@ -30,6 +33,10 @@ export default defineConfig({ link: '/configuration', items: [ { text: 'Common Issues', link: '/configuration/common-issues' }, + { + text: 'Sensitive Values', + link: '/configuration#sensitive-values', + }, ], }, { text: 'Nix', link: '/Nix' },