Skip to content

Commit

Permalink
docs: fix the docsSearch vuepress plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed Jun 26, 2022
1 parent 1ebf4d8 commit db17ce3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/website/docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,19 @@ module.exports = {
return vuepressSlugify(str)
}
},
plugins: [
docsearchPlugin({
apiKey: "512c3a75c3c7e55f583e8e9c5f131066",
indexName: "sap_chevrotain",
appId: "J7Q8R9M5PG"
})
],
theme: defaultTheme({
repo: "chevrotain/chevrotain",
docsDir: "packages/website/docs",
docsBranch: "master",
editLinks: true,
editLinkText: "Edit this page on GitHub",
plugins: [
docsearchPlugin({
apiKey: "512c3a75c3c7e55f583e8e9c5f131066",
indexName: "sap_chevrotain",
appId: "J7Q8R9M5PG"
})
],
navbar: [
{ text: "Home", link: "/" },
{ text: "Features", link: "/features/blazing_fast" },
Expand Down

0 comments on commit db17ce3

Please sign in to comment.