4 Star 12 Fork 8

qixianchuan/react-visual-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.umirc.js 891 Bytes
一键复制 编辑 原始数据 按行查看 历史
黑主辉阎 提交于 5年前 . chore:补充文档
import { defineConfig } from 'dumi'
export default defineConfig({
mode: 'site',
title: 'Brick Design',
hash: true,
menus:{
'/guide': [
{
title: '简介',
children: ['guide/index', 'guide/getting-started'],
},
{
title: '基础配置',
children: ['guide/configs','guide/component-schema'],
},
{
title: '类型定义',
children: ['guide/types/ConfigType','guide/types/ComponentSchemaTypes'],
}
],
'/react': [
{
title: '介绍',
children: ['react/index', 'react/getting-started'],
},
{
title: '组件',
children: ['react/components/BrickProvider','react/components/BrickDesign','react/components/BrickTree'],
},
{
title: 'Api',
children: ['react/api/state','react/api/functions'],
}
],
},
navs: [
null,
{ title: 'GitHub', path: 'https://github.com/brick-design/react-visual-editor' },
],
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qixianchuan/react-visual-editor.git
git@gitee.com:qixianchuan/react-visual-editor.git
qixianchuan
react-visual-editor
react-visual-editor
master

搜索帮助