Former-commit-id: f49fd649e8112762da16c19cc47096a1ee4df915 [formerly f49fd649e8112762da16c19cc47096a1ee4df915 [formerly f49fd649e8112762da16c19cc47096a1ee4df915 [formerly f49fd649e8112762da16c19cc47096a1ee4df915 [formerly e823cb5704053a752c459a73df46bc8e7f84499b [formerly 2e0a028ed58db71cd881a04674c9f40528a3d519]]]]] Former-commit-id: 099414d526aaef2ffe6ccf8b4cd80b2f82617a00 Former-commit-id: e767cab4e22f02b67a613cc52b6a6ca6b2d2ecd0 Former-commit-id: 0b903e8fd6908a000c132c633c3d78edbb976b63 [formerly 84cb3b3748ee30c4add1ca4b54d08c1c7e789e24] Former-commit-id: 70e4e52abfcd456d1e07beac5021284c94c67806 Former-commit-id: c6171ff60f2ebd06268a7622a01dc3053326095b Former-commit-id: 4be56a352dca28edf92dd4822c76c03f1366bed6 Former-commit-id: 4ac03030ea453be384ec095aea4ba856d34759b3 Former-commit-id: 9111882dabfcc04b5557461844df46578fa3f156
187 lines
5.7 KiB
JavaScript
187 lines
5.7 KiB
JavaScript
module.exports = {
|
|
locales: {
|
|
'/': {
|
|
lang: 'en-US',
|
|
title: 'D2 Admin',
|
|
description: 'Elegant management system front-end integration'
|
|
},
|
|
'/zh/': {
|
|
lang: 'zh-CN',
|
|
title: 'D2 Admin',
|
|
description: '优雅的管理系统前端集成方案'
|
|
}
|
|
},
|
|
head: [
|
|
['link', { rel: 'icon', href: `/logo@2x.png` }],
|
|
['script', {}, 'var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "https://hm.baidu.com/hm.js?be9d34853430c136b5d62c3081d556a5";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();']
|
|
],
|
|
themeConfig: {
|
|
// 项目仓库地址
|
|
repo: 'https://github.com/d2-projects/d2-admin',
|
|
// 自定义仓库链接文字
|
|
repoLabel: '查看源码',
|
|
// 文档不是放在仓库的根目录下
|
|
docsDir: 'docs',
|
|
// 默认是 false, 设置为 true 来启用
|
|
editLinks: true,
|
|
// 多国语言
|
|
locales: {
|
|
'/': {
|
|
selectText: 'Languages',
|
|
label: 'English',
|
|
editLinkText: 'Edit this page on GitHub',
|
|
lastUpdated: 'Last update',
|
|
nav: [
|
|
{ text: 'preview', link: 'https://fairyever.gitee.io/d2-admin-preview/#/index' }
|
|
]
|
|
},
|
|
'/zh/': {
|
|
selectText: '选择语言',
|
|
label: '简体中文',
|
|
editLinkText: '在 GitHub 上编辑此页',
|
|
lastUpdated: '最后更新',
|
|
nav: [
|
|
{
|
|
text: '学习',
|
|
items: [
|
|
{ text: '教程', link: '/zh/learn-guide/' },
|
|
{ text: '相关知识', link: '/zh/learn-knowledge/' }
|
|
]
|
|
},
|
|
{
|
|
text: '系统模块',
|
|
items: [
|
|
{ text: '组件', link: '/zh/sys-components/' },
|
|
{ text: '插件', link: '/zh/sys-plugins/' },
|
|
{ text: 'vuex', link: '/zh/sys-vuex/' },
|
|
{ text: '菜单', link: '/zh/sys-menu/' },
|
|
{ text: '路由', link: '/zh/sys-route/' },
|
|
{ text: '多页面', link: '/zh/sys-multi-page/' },
|
|
{ text: '数据持久化', link: '/zh/sys-db/' },
|
|
{ text: 'CSS 实用类', link: '/zh/sys-css/' },
|
|
{ text: 'JS Util', link: '/zh/sys-util/' }
|
|
]
|
|
},
|
|
{
|
|
text: '生态',
|
|
items: [
|
|
{ text: 'D2 Admin start kit', link: '/zh/ecosystem-d2-admin-start-kit/' },
|
|
{ text: 'D2 Admin ICE', link: '/zh/ecosystem-d2-admin-ice/' },
|
|
{ text: 'D2 CRUD', link: '/zh/ecosystem-d2-crud/' },
|
|
{ text: 'D2 Ribbons', link: '/zh/ecosystem-d2-ribbons/' }
|
|
]
|
|
},
|
|
{ text: '文章', link: '/zh/article/' },
|
|
{
|
|
text: '其它',
|
|
items: [
|
|
{ text: '更新日志', link: '/zh/change-log/' },
|
|
{ text: '参与者名单', link: '/zh/collaborator/' },
|
|
{
|
|
text: '交流',
|
|
items: [
|
|
{ text: '微信公众号', link: '/zh/communication-we/' },
|
|
{ text: '交流群', link: '/zh/communication-group-chat/' }
|
|
]
|
|
},
|
|
{
|
|
text: '关注我们',
|
|
items: [
|
|
{ text: '掘金', link: 'https://juejin.im/user/57a48b632e958a006691b946/posts' },
|
|
{ text: 'CSDN', link: 'https://blog.csdn.net/fairyever' },
|
|
{ text: 'segmentfault', link: 'https://segmentfault.com/blog/liyang-note-book' },
|
|
{ text: '知乎', link: 'https://www.zhihu.com/people/fairy-ever/activities' }
|
|
]
|
|
},
|
|
{
|
|
text: 'D2 在其它地方',
|
|
items: [
|
|
{ text: 'awesome-vue', link: 'https://github.com/vuejs/awesome-vue' },
|
|
{ text: 'ant design scaffolds', link: 'http://scaffold.ant.design/#/scaffolds/d2-admin' },
|
|
{ text: 'ice vue scaffold', link: 'https://alibaba.github.io/ice/scaffold?type=vue' },
|
|
{ text: 'awesomes.cn', link: 'https://www.awesomes.cn/repo/d2-projects/d2-admin' },
|
|
{ text: 'oschina.net', link: 'https://www.oschina.net/p/D2admin' },
|
|
{ text: 'ctolib.com', link: 'https://www.ctolib.com/FairyEver-d2-admin.html' }
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{ text: '常见问题', link: '/zh/question/' }
|
|
],
|
|
sidebar: {
|
|
'/zh/learn-guide/': sideBarLearnGuide(),
|
|
'/zh/sys-components/': sideBarSysComponents(),
|
|
'/zh/sys-plugins/': sideBarSysPlugins(),
|
|
'/zh/article/': sideBarArticle('版本发布', 'Cookbook')
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
function sideBarLearnGuide () {
|
|
return [
|
|
{
|
|
collapsable: false,
|
|
children: [
|
|
'',
|
|
'getting-started'
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|
|
function sideBarSysComponents () {
|
|
return [
|
|
{
|
|
collapsable: false,
|
|
children: [
|
|
'container',
|
|
'icon',
|
|
'icon-svg',
|
|
'icon-select',
|
|
'markdown',
|
|
'highlight',
|
|
'count-up',
|
|
'charts'
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|
|
function sideBarSysPlugins () {
|
|
return [
|
|
{
|
|
collapsable: false,
|
|
children: [
|
|
'data-export',
|
|
'data-import',
|
|
'i18n',
|
|
'mock.md'
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|
|
function sideBarArticle (titleUpdate, titleCookbook) {
|
|
return [
|
|
{
|
|
title: titleCookbook,
|
|
collapsable: false,
|
|
children: [
|
|
'cookbook/what-is-cookbook',
|
|
'cookbook/combinable-questionnaire'
|
|
]
|
|
},
|
|
{
|
|
title: titleUpdate,
|
|
collapsable: false,
|
|
children: [
|
|
'update/ice-1.1.2',
|
|
'update/1.1.5',
|
|
'update/1.1.4',
|
|
'update/0.0.0'
|
|
]
|
|
}
|
|
]
|
|
} |