Ai
1 Star 0 Fork 0

kernelstudio/docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.dumirc.ts 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
nullable 提交于 2025-04-17 14:16 +08:00 . Initial commit
import {defineConfig} from 'dumi';
export default defineConfig({
apiParser: {},
resolve: {
entryFile: 'src/index.ts',
},
outputPath: 'dist',
themeConfig: {
// name: 'firecho',
title: 'Kernel Studio 在线文档',
description: 'Kernel Studio 在线文档',
logo: '/assets/logo/default.svg',
metas: [
{name: 'keywords', content: 'Firecho,Framework'},
{name: 'description', content: 'Firecho framework.'},
],
nav: {
'zh-CN': [
{title: '后端', link: '/firecho/zh-hans/introduce'},
{title: '前端', link: '/vuecho/zh-hans/introduce'},
{title: '流程', link: '/flowecho/zh-hans/introduce'},
{title: '低代码', link: '/framecho/zh-hans/introduce'},
{title: '平台', link: '/platform/zh-hans/introduce'},
{title: '联系', link: '/contract/zh-hans/introduce'},
],
},
socialLinks: {
github: 'https://github.com/kernelstudio'
},
prefersColor: {
default: 'auto'
},
showLineNum: true,
nprogress: true,
footer: `Open-source MIT Licensed | @kernelstudio ${new Date().getFullYear()}`
},
presets: [require.resolve('@dumijs/preset-vue')],
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kernelstudio/docs.git
git@gitee.com:kernelstudio/docs.git
kernelstudio
docs
docs
master

搜索帮助