1 Star 0 Fork 0

huikedev/huike_docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.umirc.ts 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
刘谦 提交于 2021-02-25 13:52 . 更新文档
import { defineConfig } from 'dumi';
export default defineConfig({
title: 'HuikeDev',
outputPath: 'docs-dist',
logo:'logo.png',
mode: 'site',
locales:[['zh-CN', '中文']],
// more config: https://d.umijs.org/config
exportStatic: {},
navs: [
null, // null 值代表保留约定式生成的导航,只做增量配置
{
title: '功能演示',
path: 'https://demo.huike.dev',
},
{
title: '仓库地址',
// 可通过如下形式嵌套二级导航菜单,目前暂不支持更多层级嵌套:
children: [
{
title: 'GitHub',
path: 'https://github.com/huikedev',
},
{
title: 'Gitee',
path: 'https://gitee.com/huikedev',
},
],
},
],
extraBabelPlugins: [
[
'import',
{
libraryName: 'antd',
libraryDirectory: 'es',
style: 'css',
},
],
],
styles:[
'strong{\n' +
' background-color: yellow;\n' +
' padding: 2px 5px;\n' +
' font-weight: 600;\n' +
'}'
]
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huikedev/huike_docs.git
git@gitee.com:huikedev/huike_docs.git
huikedev
huike_docs
huike_docs
master

搜索帮助