Skip to content

Commit 3c7b110

Browse files
committed
Update Algolia indexName to project name
Change the Algolia indexName in docusaurus.config.js from 'mmdocs' to 'MetaMask Documentation' to reflect the project's full name in search configuration. Verify that the corresponding Algolia index exists and that the provided appId/apiKey remain valid after this change.
1 parent abf393f commit 3c7b110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ const config = {
663663
// The application ID provided by Algolia
664664
appId: 'W4ZOZ72ZFG',
665665
apiKey: 'b4e925aa9bf05e5bef2e40b3ee6ee431',
666-
indexName: 'mmdocs',
666+
indexName: 'MetaMask Documentation',
667667
contextualSearch: false,
668668
translations: {
669669
button: {

0 commit comments

Comments
 (0)