Skip to content

Commit ae54f48

Browse files
committed
Enable Algolia DocSearch
1 parent 68df1f4 commit ae54f48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ module.exports = {
2222
theme: require("prism-react-renderer/themes/github"),
2323
darkTheme: require("prism-react-renderer/themes/vsDark"),
2424
},
25+
algolia: {
26+
apiKey: "c0cf59beed38709e9ed6b0ac80b24ee5",
27+
indexName: "typescripttolua",
28+
},
2529
},
2630
presets: [
2731
[

0 commit comments

Comments
 (0)