Skip to content

Commit 355e73a

Browse files
authored
docs: Wrong "comma" position in the Algolia configuration sample code (#3016)
1 parent 3bcd4d0 commit 355e73a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: packages/docs/docs/theme/default-theme-config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,9 @@ module.exports = {
407407
themeConfig: {
408408
algolia: {
409409
apiKey: '<API_KEY>',
410-
indexName: '<INDEX_NAME>'
410+
indexName: '<INDEX_NAME>',
411411
// If Algolia did not provided you any `appId`, use `BH4D9OD16A` or remove this option
412-
appId: '<APP_ID>',
412+
appId: '<APP_ID>'
413413
}
414414
}
415415
}

Diff for: packages/docs/docs/zh/theme/default-theme-config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,9 @@ module.exports = {
399399
themeConfig: {
400400
algolia: {
401401
apiKey: '<API_KEY>',
402-
indexName: '<INDEX_NAME>'
402+
indexName: '<INDEX_NAME>',
403403
// 如果 Algolia 没有为你提供 `appId` ,使用 `BH4D9OD16A` 或者移除该配置项
404-
appId: '<APP_ID>',
404+
appId: '<APP_ID>'
405405
}
406406
}
407407
}

0 commit comments

Comments
 (0)