fix(doc): Disable Algolia search (#12831)

This commit is contained in:
Tamas Nemeth 2025-03-10 14:05:52 +01:00 committed by GitHub
parent 48b6581f12
commit b9f3d07455
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -289,14 +289,6 @@ module.exports = {
// darkTheme: require("prism-react-renderer/themes/vsDark"), // darkTheme: require("prism-react-renderer/themes/vsDark"),
additionalLanguages: ["ini", "java", "graphql", "shell-session"], additionalLanguages: ["ini", "java", "graphql", "shell-session"],
}, },
algolia: {
appId: "RK0UG797F3",
apiKey: "39d7eb90d8b31d464e309375a52d674f",
indexName: "datahubproject",
insights: true,
contextualSearch: true,
// debug: true,
},
}, },
presets: [ presets: [
[ [