Skip to content

Commit f37f599

Browse files
authored
Add algolia config (#126)
1 parent 0651d5b commit f37f599

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
@@ -12,6 +12,12 @@ module.exports = {
1212
organizationName: 'rtk-incubator', // Usually your GitHub org/user name.
1313
projectName: 'rtk-query', // Usually your repo name.
1414
themeConfig: {
15+
algolia: {
16+
apiKey: '59c7887d3d06cf3e4d774d2caf0dcb4b',
17+
indexName: 'rtk-query-docs',
18+
19+
searchParameters: {},
20+
},
1521
navbar: {
1622
title: 'RTK Query',
1723
logo: {

0 commit comments

Comments
 (0)