docs: 🔍 Add algolia docsearchOptions

This commit is contained in:
afc163 2019-12-12 12:13:47 +08:00
parent 3a02abfc3a
commit c4d57e311f
2 changed files with 5 additions and 1 deletions

View File

@ -169,6 +169,10 @@ module.exports = {
'@antv/l7': 'beta',
'@antv/l7-maps': 'latest'
}
},
docsearchOptions: {
apiKey: '97db146dbe490416af81ef3a8923bcaa',
indexName: 'antv_l7'
}
}
};

View File

@ -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",