Skip to content

Commit 1bda8fc

Browse files
Merge branch 'main' of github.com:ipfs/ipfs-docs
2 parents 049761a + 22fcfeb commit 1bda8fc

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

docs/.vuepress/config.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ module.exports = {
2626
}
2727
},
2828
themeConfig: {
29-
algolia: {
30-
apiKey: 'e56fc7c611806522df45191e22ed15ac',
31-
indexName: 'ipfs-docs'
32-
},
3329
defaultImage: '/images/social-card.png',
3430
author: {
3531
name: 'IPFS Team',
@@ -443,6 +439,12 @@ module.exports = {
443439
defaultTitle: ''
444440
}
445441
],
442+
[
443+
'@vuepress/search',
444+
{
445+
searchMaxSuggestions: 10
446+
}
447+
],
446448
'vuepress-plugin-chunkload-redirect',
447449
'vuepress-plugin-ipfs',
448450
'vuepress-plugin-mermaidjs',

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"@vuepress/plugin-google-analytics": "^1.9.8",
1212
"@vuepress/plugin-html-redirect": "^0.1.4",
1313
"@vuepress/plugin-last-updated": "^1.9.8",
14+
"@vuepress/plugin-search": "^1.9.8",
1415
"husky": "^8.0.3",
1516
"lint-staged": "^13.1.1",
1617
"markdown-it-deflist": "^2.1.0",

0 commit comments

Comments
 (0)