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 7919229 commit ab290deCopy full SHA for ab290de
.vitepress/config.mts
@@ -7,6 +7,10 @@ export default defineConfig({
7
srcDir: "./src",
8
themeConfig: {
9
// https://vitepress.dev/reference/default-theme-config
10
+ search: {
11
+ provider: "local",
12
+ },
13
+
14
nav: [
15
{ text: "Home", link: "/" },
16
{ text: "Install", link: "/installation" },
0 commit comments