Skip to content

Commit

Permalink
fix: fix cr
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Feb 28, 2024
1 parent 38a832e commit 2652ac9
Show file tree
Hide file tree
Showing 10 changed files with 119 additions and 97 deletions.
17 changes: 12 additions & 5 deletions site/docs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,25 @@ export const docs = [
],
},
{
title: '基础组件',
titleEn: 'Base',
type: 'component', // 组件文档
title: '全局配置',
titleEn: 'Global Config',
type: 'component',
children: [
{
title: 'ConfigProvider 全局配置',
titleEn: 'ConfigProvider',
title: '全局特性配置',
titleEn: 'Global Configuration',
name: 'config-provider',
path: '/mobile-vue/components/config-provider',
component: () => import('@/config-provider/config-provider.md'),
componentEn: () => import('@/config-provider/config-provider.en-US.md'),
},
],
},
{
title: '基础组件',
titleEn: 'Base',
type: 'component', // 组件文档
children: [
{
title: 'Button 按钮',
titleEn: 'Button',
Expand Down
Loading

0 comments on commit 2652ac9

Please sign in to comment.