Skip to content

Commit

Permalink
Update docusaurus.build.config.js (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnmoreels authored Dec 8, 2022
1 parent 7bbcf56 commit da15534
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docusaurus.build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
themeConfig: {
...buildConfig.themeConfig,
algolia: {
appId: process.env.ALGOLIA_APP_ID,
apiKey: process.env.ALGOLIA_API_KEY,
indexName: 'arcus-azure',
// Set `contextualSearch` to `true` when having multiple versions!!!
Expand All @@ -14,4 +15,4 @@ module.exports = {
},
},
}
}
}

0 comments on commit da15534

Please sign in to comment.