mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Add Algolia to documentation website for better search
This commit is contained in:
parent
45f892dfdd
commit
c24389cff5
1 changed files with 6 additions and 0 deletions
|
@ -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,
|
||||||
|
}
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue