We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1c6e2 commit b401654Copy full SHA for b401654
1 file changed
docs/docusaurus.build.config.js
@@ -5,6 +5,7 @@ module.exports = {
5
themeConfig: {
6
...buildConfig.themeConfig,
7
algolia: {
8
+ appId: process.env.ALGOLIA_APP_ID,
9
apiKey: process.env.ALGOLIA_API_KEY,
10
indexName: 'arcus-azure',
11
// Set `contextualSearch` to `true` when having multiple versions!!!
0 commit comments