docs(reindex): fix docsearch config (#5479)

This commit is contained in:
Harshal Sheth 2022-07-25 22:08:28 +00:00 committed by GitHub
parent 5ec7b9d4c6
commit 91ca1e6425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ module.exports = {
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "throw",
favicon: "img/favicon.ico",
organizationName: "linkedin", // Usually your GitHub org/user name.
organizationName: "datahub-project", // Usually your GitHub org/user name.
projectName: "datahub", // Usually your repo name.
stylesheets: [
"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600&display=swap",
@ -172,7 +172,8 @@ module.exports = {
additionalLanguages: ["ini"],
},
algolia: {
apiKey: "26a4b687e96e7476b5a6f11365a83336",
appId: "RK0UG797F3",
apiKey: "39d7eb90d8b31d464e309375a52d674f",
indexName: "datahubproject",
// contextualSearch: true,
// searchParameters: {},