Skip to content

Commit

Permalink
docs(plugin-docsearch): add appId in example code (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
leedom92 committed Feb 3, 2023
1 parent f33d4bb commit d2150f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/plugin/docsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ If you are not using default theme, or you meet any problems when using docsearc
export default {
plugins: [
docsearchPlugin({
appId: '<APP_ID>',
apiKey: '<API_KEY>',
indexName: '<INDEX_NAME>',
locales: {
Expand Down
1 change: 1 addition & 0 deletions docs/zh/reference/plugin/docsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ new Crawler({
export default {
plugins: [
docsearchPlugin({
appId: '<APP_ID>',
apiKey: '<API_KEY>',
indexName: '<INDEX_NAME>',
locales: {
Expand Down

0 comments on commit d2150f7

Please sign in to comment.