Skip to content

Commit

Permalink
docs: enable search detailed view by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 8, 2024
1 parent 5a46278 commit 3175a62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,10 @@ export default defineConfig({
],
},
search: {
provider: 'local'
provider: 'local',
options: {
detailedView: true,
},
},
},
})

0 comments on commit 3175a62

Please sign in to comment.