Skip to content

Commit

Permalink
remove algolia (#184)
Browse files Browse the repository at this point in the history
**Description**
remove algolia apikey to mitigate serv2 ticket. The contextual search
does not work now since because we don't config crawler for it. We can
temporarily remove it to mitigate urgent serv2 ticket
  • Loading branch information
tocean authored Aug 23, 2024
1 parent 0a2cd72 commit 8de09e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ module.exports = {
'📢 <a href="https://azure.github.io/MS-AMP/blog/release-msamp-v0.4">v0.4.0</a> has been released! ' +
'⭐️ If you like MS-AMP, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/Azure/MS-AMP">GitHub</a>! ⭐️',
},
algolia: {
apiKey: '6809111d3dabf59fe562601d591d7c53',
indexName: 'msamp',
contextualSearch: true,
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
Expand Down

0 comments on commit 8de09e0

Please sign in to comment.