mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 13:25:11 +00:00
Add Algolia to documentation website for better search
This commit is contained in:
@@ -175,6 +175,12 @@ const config = {
|
|||||||
theme: prismThemes.github,
|
theme: prismThemes.github,
|
||||||
darkTheme: prismThemes.dracula,
|
darkTheme: prismThemes.dracula,
|
||||||
},
|
},
|
||||||
|
algolia: {
|
||||||
|
appId: "NBR0FXJNGW",
|
||||||
|
apiKey: "8841b34192a28b2d06f04dd28d768017",
|
||||||
|
indexName: "khoj",
|
||||||
|
contextualSearch: false,
|
||||||
|
}
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user