Skip to content

Commit 8127b81

Browse files
authored
[ISSUE #5963]šŸ“Update Algolia configuration with new appId, apiKey, and indexName for improved search functionality (#5964)
1 parent ab70d95 commit 8127b81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ā€Žrocketmq-website/docusaurus.config.tsā€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ const config: Config = {
231231
additionalLanguages: ['rust', 'java', 'yaml', 'bash', 'toml'],
232232
},
233233
algolia: {
234-
appId: 'A7P4XEL1X0',
235-
apiKey: 'db1ad68e86dd7d47a5988ab78dcc8347',
236-
indexName: 'crawler_rocketmqrust_index',
234+
appId: '2B1J2W7AVD',
235+
apiKey: 'd79913c712f99f4a1ca8fa1fb36138d6',
236+
indexName: 'RocketMQ-Rust',
237237
contextualSearch: true,
238238
},
239239
// Using custom DevWarningBanner component instead of built-in announcementBar

0 commit comments

Comments
Ā (0)