Skip to content

Commit

Permalink
Add search provider to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Jul 2, 2024
1 parent 0a059de commit 280be94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ export default defineConfig({
externalLinkIcon: true,
outline: 'deep',

search: {
provider: 'local',
},

// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
{ text: 'Documentation', link: '/docs/introduction', activeMatch: '/docs/' },
{ text: 'Reference', link: '/reference/types/data-table', activeMatch: '/reference/' },
],
Expand Down

0 comments on commit 280be94

Please sign in to comment.