Skip to content

Commit c7728d3

Browse files
committed
[webiste] Update the appId and apiKey of algolia to enable doc search
1 parent 5075fec commit c7728d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ const config: Config = {
197197
additionalLanguages: ['java', 'bash']
198198
},
199199
algolia: {
200-
appId: "D8RXQUTC99",
201-
apiKey: "8039cbe25ae878764cbace303aa800e0",
202-
indexName: "alibabaio",
200+
appId: "X8KSGGLJW1",
201+
apiKey: "5d0685995a3cb0052f32a59216ad3d35",
202+
indexName: "fluss",
203203
contextualSearch: true,
204204
},
205205
} satisfies Preset.ThemeConfig,

0 commit comments

Comments
 (0)