Skip to content

Commit

Permalink
docs: 添加 docsearch key
Browse files Browse the repository at this point in the history
  • Loading branch information
stick-i committed Aug 28, 2024
1 parent fdcc0bd commit 0a12033
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions document/web-docs/docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ export default defineUserConfig({
// use plugins
plugins: [
docsearchPlugin({
appId: '',
apiKey: '',
indexName: 'spel-validator',
appId: '8FBM00A6YY',
apiKey: '9203c0aa6dc18e0c64e839a388178513',
indexName: 'spel-validator-sticki',
searchParameters: {
facetFilters: ['tags:v2'],
},
Expand Down

0 comments on commit 0a12033

Please sign in to comment.