We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26eb90a commit 5bb6362Copy full SHA for 5bb6362
1 file changed
site/.dumirc.ts
@@ -43,7 +43,8 @@ export default defineConfig({
43
showLanguageSwitcher: true, // 是否显示官网语言切换
44
showWxQrcode: true, // 是否显示头部菜单的微信公众号
45
showChartResize: true, // 是否在 demo 页展示图表视图切换
46
- showAPIDoc: process.env.NODE_ENV === 'production', // 是否在 demo 页展示 API 说明
+ // showAPIDoc: process.env.NODE_ENV === 'production', // 是否在 demo 页展示 API 说明
47
+ showAPIDoc: false,
48
links: true, // 是否显示links研发小蜜
49
versions: {
50
[version]: 'https://ant-design-charts.antgroup.com',
0 commit comments