Merge pull request #753 from langflow-ai/docs-issue-519
Docs: Enable Algolia search
This commit is contained in:
commit
674f8b6295
1 changed files with 9 additions and 0 deletions
|
|
@ -236,6 +236,15 @@ const config = {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
algolia: {
|
||||||
|
appId: "SMEA51Q5OL",
|
||||||
|
// public key, safe to commit
|
||||||
|
apiKey: "b2ec302e9880e8979ad6a68f0c36271e",
|
||||||
|
indexName: "openrag-algolia",
|
||||||
|
contextualSearch: true,
|
||||||
|
searchParameters: {},
|
||||||
|
searchPagePath: "search",
|
||||||
|
},
|
||||||
prism: {
|
prism: {
|
||||||
theme: prismThemes.github,
|
theme: prismThemes.github,
|
||||||
darkTheme: prismThemes.dracula,
|
darkTheme: prismThemes.dracula,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue