代码拉取完成,页面将自动刷新
const { repository } = require('./package.json');
module.exports = {
plugins: [
{
resolve: '@antv/gatsby-theme-antv',
options: {
// eslint-disable-next-line quotes
GATrackingId: `UA-148148901-13`
}
}
],
siteMetadata: {
title: 'F2Native',
description: 'The Grammar of Graphics in c++',
siteUrl: 'https://f2native.antv.vision',
githubUrl: repository.url,
navs: [
{
slug: 'docs/tutorial',
title: {
zh: '使用文档',
en: 'Manual'
}
},
{
slug: 'docs/api',
title: {
zh: 'API 文档',
en: 'API'
}
},
{
slug: 'docs/examples/',
title: {
zh: '图表示例',
en: 'Examples'
}
}
],
docs: [
{
slug: 'tutorial/manual',
title: {
zh: '教程',
en: 'Tutorial'
},
order: 1
},
{
slug: 'api/chart',
title: {
zh: 'F2Chart',
en: 'F2Chart'
},
order: 2
},
{
slug: 'examples/line',
icon: 'line',
title: {
zh: '折线图',
en: 'Line Charts'
},
order: 0
},
{
slug: 'examples/area',
icon: 'area',
title: {
zh: '面积图',
en: 'Area Charts'
},
order: 2
},
{
slug: 'examples/column',
icon: 'column',
title: {
zh: '柱状图',
en: 'Column Charts'
},
order: 3
}
],
showSearch: false,
playground: {
container: '<div id="container" />',
playgroundDidMount: 'console.log("playgroundDidMount");',
playgroundWillUnmount: 'console.log("playgroundWillUnmount");'
},
docsearchOptions: {
apiKey: '349619374e9488b3f000714317d67381',
indexName: 'antv_f2native'
},
redirects: []
}
};
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。