Skip to content

Commit d2150f7

Browse files
authored
docs(plugin-docsearch): add appId in example code (#1243)
1 parent f33d4bb commit d2150f7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/reference/plugin/docsearch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ If you are not using default theme, or you meet any problems when using docsearc
288288
export default {
289289
plugins: [
290290
docsearchPlugin({
291+
appId: '<APP_ID>',
291292
apiKey: '<API_KEY>',
292293
indexName: '<INDEX_NAME>',
293294
locales: {

docs/zh/reference/plugin/docsearch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ new Crawler({
287287
export default {
288288
plugins: [
289289
docsearchPlugin({
290+
appId: '<APP_ID>',
290291
apiKey: '<API_KEY>',
291292
indexName: '<INDEX_NAME>',
292293
locales: {

0 commit comments

Comments
 (0)