Skip to content

Commit

Permalink
docs: Wrong "comma" position in the Algolia configuration sample code (
Browse files Browse the repository at this point in the history
  • Loading branch information
Lete114 committed Aug 14, 2023
1 parent 3bcd4d0 commit 355e73a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/docs/docs/theme/default-theme-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,9 @@ module.exports = {
themeConfig: {
algolia: {
apiKey: '<API_KEY>',
indexName: '<INDEX_NAME>'
indexName: '<INDEX_NAME>',
// If Algolia did not provided you any `appId`, use `BH4D9OD16A` or remove this option
appId: '<APP_ID>',
appId: '<APP_ID>'
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/docs/zh/theme/default-theme-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,9 @@ module.exports = {
themeConfig: {
algolia: {
apiKey: '<API_KEY>',
indexName: '<INDEX_NAME>'
indexName: '<INDEX_NAME>',
// 如果 Algolia 没有为你提供 `appId` ,使用 `BH4D9OD16A` 或者移除该配置项
appId: '<APP_ID>',
appId: '<APP_ID>'
}
}
}
Expand Down

0 comments on commit 355e73a

Please sign in to comment.