Skip to content

Commit 0ab482e

Browse files
committed
adds docs search
1 parent 2d243fc commit 0ab482e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/docusaurus.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ module.exports = {
7777
},
7878
googleAnalytics: {
7979
trackingID: "UA-145065218-2"
80+
},
81+
algolia: {
82+
apiKey: "6ab12d669678aeba3bdf10b89f0c8db3",
83+
indexName: "nodegui_react",
84+
algoliaOptions: {} // Optional, if provided by Algolia
8085
}
8186
},
8287
presets: [

0 commit comments

Comments
 (0)