Skip to content

Commit 9e558c0

Browse files
authored
Add search to docs (#366)
1 parent d4b26ce commit 9e558c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/docusaurus.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@ const config = {
137137
theme: prismThemes.github,
138138
darkTheme: prismThemes.dracula,
139139
},
140+
algolia: {
141+
appId: 'E46M8TLYZ1',
142+
apiKey: '7bc604aed2cae4aa59febf78339ffc14',
143+
indexName: 'Documentation Website',
144+
contextualSearch: true,
145+
},
140146
}),
141147
};
142148

0 commit comments

Comments
 (0)