Skip to content

Commit

Permalink
docs: use local search for website
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Feb 6, 2025
1 parent cba0290 commit c95b54b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ export default defineConfig({
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
logo: '/media/logo.svg',
search: {
provider: 'local',
options: {
disableDetailedView: true
}
},
nav: [
{ text: 'Home', link: '/' },
{
Expand Down

0 comments on commit c95b54b

Please sign in to comment.