Skip to content

Commit

Permalink
Merge pull request #277 from sebastian-xyz/main
Browse files Browse the repository at this point in the history
Switch search provider
  • Loading branch information
fdncred committed Mar 11, 2022
2 parents ddc37c2 + 256f546 commit 74267f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ module.exports = {
docsRepo: "nushell/nushell.github.io",
docsBranch: "main",
lastUpdated: false,
algolia: {
apiKey: 'dd6a8f770a42efaed5befa429d167232',
indexName: 'nushell',
appId: 'GHCTOYCW6T',
},
locales: {
"/": {
selectText: "Languages",
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"@vuepress/plugin-medium-zoom": "^1.9.0",
"vuepress": "^1.9.0",
"vuepress-plugin-feed": "^0.1.9"
},
"dependencies": {
"@docsearch/js": "3"
}
}

0 comments on commit 74267f5

Please sign in to comment.