Skip to content

Commit 3d34ef9

Browse files
authored
Add search by Algolia (#21)
* Add search by Algolia * Adjust indexName
1 parent 1dc7a94 commit 3d34ef9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docusaurus.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ const config = {
5959
}
6060
]
6161
},
62+
algolia: {
63+
appId: '7BN6NHDFB3',
64+
apiKey: '627ac09960f78327bfece9bf65f54d52',
65+
indexName: 'api-documentation-homewizard',
66+
insights: true,
67+
contextualSearch: true
68+
},
6269
footer: {
6370
style: 'dark',
6471
links: [

0 commit comments

Comments
 (0)