Merge pull request #753 from langflow-ai/docs-issue-519

Docs: Enable Algolia search
This commit is contained in:
April I. Murphy 2026-01-13 12:27:45 -08:00 committed by GitHub
commit 674f8b6295
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,