Skip to content

Commit

Permalink
[DOCS] Change algolia search to leverage crawler instead of legacy do…
Browse files Browse the repository at this point in the history
…csearch
  • Loading branch information
bhasudha committed Jul 25, 2023
1 parent c7e0358 commit bbcfcfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ module.exports = {
themeConfig: {
metadata: [{name: 'keywords', content: 'apache hudi, data lake, lakehouse, big data, apache spark, apache flink, presto, trino, analytics, data engineering'}],
algolia: {
apiKey: 'e300f1558b703c001c515c0e7f8e0908',
indexName: 'apache_hudi',
appId: 'FPJWMM2YS1',
apiKey: '3c363b591dea2b943974248aa1a142d8',
contextualSearch: true,
},
navbar: {
Expand Down

0 comments on commit bbcfcfc

Please sign in to comment.