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