Skip to content

Commit

Permalink
chore: change docsearch appid (#3280)
Browse files Browse the repository at this point in the history
  • Loading branch information
NewByVector authored Feb 23, 2023
1 parent 3c9093f commit 3103c11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions sites/x6-sites/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,10 @@ export default defineConfig({
},
],
docsearchOptions: {
apiKey: 'fe8bee8366e56a9463229c3c81200866',
indexName: 'antv_x6',
appId: '7J0MWEOGMO',
apiKey: 'e0d8089bb224298dfd4415b3e98bb700',
indexName: 'x6_sites_2.0',
versionV3: true,
},
playground: {
extraLib: '',
Expand Down
2 changes: 1 addition & 1 deletion sites/x6-sites/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@antv/x6-sites",
"version": "1.5.2",
"version": "2.5.0",
"description": "X6 sites deployed on gh-pages",
"scripts": {
"dev": "dumi dev",
Expand Down

0 comments on commit 3103c11

Please sign in to comment.