代码拉取完成,页面将自动刷新
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' +
'}'
]
});
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。