Skip to content

Commit 8e21676

Browse files
committed
Enable Search in docs
1 parent fa9f5c8 commit 8e21676

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ export default defineConfig({
4444
dark: '/logos/afdoc_logo_dark.svg',
4545
},
4646

47+
search: {
48+
provider: 'local',
49+
},
50+
4751
nav: [
4852
{ text: 'Guide', link: '/what-is-agent-score' },
4953
{ text: 'Checks', link: '/checks/' },

0 commit comments

Comments
 (0)