Skip to content

Commit 5bb6362

Browse files
authored
chore: 关闭 api doc 功能 (#3147)
1 parent 26eb90a commit 5bb6362

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

site/.dumirc.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ export default defineConfig({
4343
showLanguageSwitcher: true, // 是否显示官网语言切换
4444
showWxQrcode: true, // 是否显示头部菜单的微信公众号
4545
showChartResize: true, // 是否在 demo 页展示图表视图切换
46-
showAPIDoc: process.env.NODE_ENV === 'production', // 是否在 demo 页展示 API 说明
46+
// showAPIDoc: process.env.NODE_ENV === 'production', // 是否在 demo 页展示 API 说明
47+
showAPIDoc: false,
4748
links: true, // 是否显示links研发小蜜
4849
versions: {
4950
[version]: 'https://ant-design-charts.antgroup.com',

0 commit comments

Comments
 (0)