Skip to content

Commit

Permalink
Merge 089ef0b into 8bb66d7
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Apr 28, 2022
2 parents 8bb66d7 + 089ef0b commit d22ee6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ module.exports = {
showGithubCorner: true, // 是否展示角落的 GitHub 图标
showAPIDoc: true, // 是否在demo页展示API文档
showChartResize: true, // 是否在demo页展示图表视图切换
docsearchOptions: {
versionV3: true,
apiKey: '94877923b52fede27834c0e345b19e6d',
indexName: 'l7plot-antv',
appId: '3RDFA6ITAF',
},
playground: {
container: '<div id="container" style="position: relative; width: 100%; height: 100vh;" />',
playgroundDidMount: 'console.log("playgroundDidMount");',
Expand Down

0 comments on commit d22ee6a

Please sign in to comment.