Add Algolia to documentation website for better search

This commit is contained in:
sabaimran
2024-01-16 15:53:42 +05:30
parent 45f892dfdd
commit c24389cff5

View File

@@ -175,6 +175,12 @@ const config = {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
algolia: {
appId: "NBR0FXJNGW",
apiKey: "8841b34192a28b2d06f04dd28d768017",
indexName: "khoj",
contextualSearch: false,
}
}),
};