docs: enable search

This commit is contained in:
Aarnav Tale
2025-12-05 15:38:36 -05:00
parent 1463a8cc42
commit 2ff5dd290f
+7
View File
@@ -11,6 +11,9 @@ export default defineConfig({
{ text: 'Home', link: '/' }, { text: 'Home', link: '/' },
{ text: 'Changelog', link: '/CHANGELOG' }, { text: 'Changelog', link: '/CHANGELOG' },
], ],
search: {
provider: 'local',
},
sidebar: [ sidebar: [
{ {
text: 'Getting Started', text: 'Getting Started',
@@ -30,6 +33,10 @@ export default defineConfig({
link: '/configuration', link: '/configuration',
items: [ items: [
{ text: 'Common Issues', link: '/configuration/common-issues' }, { text: 'Common Issues', link: '/configuration/common-issues' },
{
text: 'Sensitive Values',
link: '/configuration#sensitive-values',
},
], ],
}, },
{ text: 'Nix', link: '/Nix' }, { text: 'Nix', link: '/Nix' },