Skip to content

Commit

Permalink
Migrate website to latest DocSearch
Browse files Browse the repository at this point in the history
[DocSearch is migrating to a new Algolia backend](https://docusaurus.io/blog/2021/11/21/algolia-docsearch-migration). Adjust the API keys for the new account.
  • Loading branch information
starkos committed Jan 4, 2022
1 parent 24e5c8d commit dc024e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ module.exports = {
additionalLanguages: ['lua'],
},
algolia: {
apiKey: '7440a29a5d611582272899683f54f54e',
appId: 'BZ59R9HF86',
apiKey: '83150c6f407bbeccf4a8873378f7c67c',
indexName: 'premake',
},
navbar: {
Expand Down

0 comments on commit dc024e1

Please sign in to comment.