Skip to content

Commit 637b964

Browse files
committed
setup algolia
1 parent 55772c4 commit 637b964

File tree

3 files changed

+14129
-8595
lines changed

3 files changed

+14129
-8595
lines changed

docusaurus.config.js

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ module.exports = {
66
baseUrl: "/",
77
trailingSlash: true,
88
plugins: [
9-
[
10-
'docusaurus-lunr-search',
11-
{
12-
languages: ['en'], // optional
13-
},
14-
],
159
],
1610
onBrokenLinks: "warn",
1711
onBrokenMarkdownLinks: "warn",
@@ -83,6 +77,15 @@ module.exports = {
8377
],
8478
copyright: `Copyleft © ${new Date().getFullYear()}.`,
8579
},
80+
algolia: {
81+
appId: "D7BASQ1ESY",
82+
83+
apiKey: "8a175ff0c34022d46b4b26cf6f02ad41",
84+
85+
indexName: "bee-js-docs",
86+
87+
contextualSearch: false,
88+
},
8689
},
8790
presets: [
8891
[

0 commit comments

Comments
 (0)