Skip to content

Commit

Permalink
docs(reindex): fix docsearch config (#5479)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Jul 25, 2022
1 parent 5ec7b9d commit 91ca1e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs-website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -172,7 +172,8 @@ module.exports = {
additionalLanguages: ["ini"],
},
algolia: {
apiKey: "26a4b687e96e7476b5a6f11365a83336",
appId: "RK0UG797F3",
apiKey: "39d7eb90d8b31d464e309375a52d674f",
indexName: "datahubproject",
// contextualSearch: true,
// searchParameters: {},
Expand Down

0 comments on commit 91ca1e6

Please sign in to comment.