Skip to content

Commit

Permalink
Add search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
KadDarem committed Apr 25, 2024
1 parent 70b95bf commit 06f7939
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ export default defineConfig({
label: 'On this page',
},
outlineBadges: true,
search: {
provider: 'local',
options: {
translations: {
button: {
buttonText: 'Search in the documentation...'
}
}
}
},
nav: [
{ text: 'Home', link: '/' },
{ text: 'Store', link: 'https://shop.jumpon-studios.com',target: '_target',rel: 'external' }
Expand Down

0 comments on commit 06f7939

Please sign in to comment.