Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch search provider #277

Merged
merged 1 commit into from
Mar 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
switch search provider
Use algolia as a search provider
  • Loading branch information
sebastian-xyz committed Mar 11, 2022
commit 256f546c465e694841a682d70d6684411480d5de
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"
}
}