We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2caeaea commit f87d9f0Copy full SHA for f87d9f0
1 file changed
docs/.vitepress/config.mts
@@ -6,6 +6,10 @@ export default defineConfig({
6
base: '/',
7
ignoreDeadLinks: true,
8
themeConfig: {
9
+ search: {
10
+ provider: 'local'
11
+ },
12
+
13
nav: [
14
{ text: 'Home', link: '/' },
15
{ text: 'Getting Started', link: '/guide' },
0 commit comments