Skip to content

Commit

Permalink
feat: add search that might or might not work
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu committed Aug 9, 2022
1 parent 3eb239c commit f8a9c8b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/docusaurus.config.js
Expand Up @@ -252,13 +252,13 @@ const config = {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages: ['powershell', 'batch']
},
algolia: {
appId: 'TR1O0DBFL9',
apiKey: '6822440beca69053ab122881d75064dc',
indexName: 'discord-api-types',
contextualSearch: false
}
// algolia: {
// appId: 'TO_BE_DONE',
// apiKey: 'TO_BE_DONE',
// indexName: 'TO_BE_DONE',
// contextualSearch: false
// }
})
};

Expand Down

1 comment on commit f8a9c8b

@vercel
Copy link

@vercel vercel bot commented on f8a9c8b Aug 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.