Skip to content

Commit

Permalink
docs: enable search
Browse files Browse the repository at this point in the history
  • Loading branch information
Priestch committed Sep 20, 2023
1 parent 32bff3d commit c0d6f1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ const config = {
},
head: [["script", {}, scriptContent]],
themeConfig: {
search: {
provider: "local",
},
nav: [
{ text: "Home", link: "/" },
{ text: "API", link: "/api" },
Expand Down

0 comments on commit c0d6f1f

Please sign in to comment.