diff --git a/docs-website/docusaurus.config.js b/docs-website/docusaurus.config.js index f1cdc2e231..3777fe6e3d 100644 --- a/docs-website/docusaurus.config.js +++ b/docs-website/docusaurus.config.js @@ -289,6 +289,15 @@ module.exports = { // darkTheme: require("prism-react-renderer/themes/vsDark"), additionalLanguages: ["ini", "java", "graphql", "shell-session"], }, + algolia: { + // This is the "Search API Key" in Algolia, which means that it is ok to be public. + apiKey: "2adf840a044a5ecbf7bdaac88cbf9ee5", + appId: "RK0UG797F3", + indexName: "datahubproject", + insights: true, + contextualSearch: true, + // debug: true, + }, }, presets: [ [ diff --git a/docs-website/src/theme/Layout/index.js b/docs-website/src/theme/Layout/index.js index 4889d466e6..f7e2943fdc 100644 --- a/docs-website/src/theme/Layout/index.js +++ b/docs-website/src/theme/Layout/index.js @@ -9,7 +9,7 @@ export default function LayoutWrapper(props) { {props.children} - + ); } \ No newline at end of file