mirror of https://gitee.com/antv-l7/antv-l7
docs: 🔍 Add algolia docsearchOptions
This commit is contained in:
parent
9b6dd2b597
commit
d3e5b97d7a
|
@ -169,6 +169,10 @@ module.exports = {
|
|||
'@antv/l7': 'beta',
|
||||
'@antv/l7-maps': 'latest'
|
||||
}
|
||||
},
|
||||
docsearchOptions: {
|
||||
apiKey: '97db146dbe490416af81ef3a8923bcaa',
|
||||
indexName: 'antv_l7'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@antv/g2": "^3.5.9",
|
||||
"@antv/gatsby-theme-antv": "^0.10.4",
|
||||
"@antv/gatsby-theme-antv": "^0.10.17",
|
||||
"@babel/cli": "^7.6.4",
|
||||
"@babel/core": "^7.6.4",
|
||||
"@babel/plugin-proposal-decorators": "^7.6.0",
|
||||
|
|
Loading…
Reference in New Issue