Skip to content

Commit 72af618

Browse files
committed
Enable algolia search
1 parent 48b8423 commit 72af618

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/docusaurus.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@ const config = {
135135
theme: lightCodeTheme,
136136
darkTheme: darkCodeTheme,
137137
},
138+
algolia: {
139+
appId: '6QMK05JVSZ',
140+
apiKey: 'c62a0c0e9e4d67e3f7bfd69210b06dd5',
141+
indexName: 'jest-extended',
142+
contextualSearch: true,
143+
},
138144
}),
139145
};
140146

0 commit comments

Comments
 (0)