From 201beb1e8f52c3d215f2c44c704dd35ecdeca0ed Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Mon, 25 Jun 2018 23:02:25 +0800 Subject: [PATCH] no message Former-commit-id: fcd0f531054a6057a3c512f063e9ef0848f34521 [formerly fcd0f531054a6057a3c512f063e9ef0848f34521 [formerly fcd0f531054a6057a3c512f063e9ef0848f34521 [formerly fcd0f531054a6057a3c512f063e9ef0848f34521 [formerly feabe1b687bb927dcc4f7f88c9cbeef514b74c03 [formerly bdc1de3744f7c23a4bf83e425989eb25e97d83fd]]]]] Former-commit-id: 651395f538ef6ef8e476d4631026bb1c087ddfe0 Former-commit-id: 2f720c700ed940ebd60e94e35cfb1cb744a75a30 Former-commit-id: 1e27c9940936266f51d99be6ae725f7eae473788 [formerly 4e6a0c4825f58214736623a71375fc601632e6c9] Former-commit-id: 46563ce020316852e0fed720571a7ded2f08d3b3 Former-commit-id: 40dc457788d10e9c4493fef575817312209af5ad Former-commit-id: cb7d592da92458d8602dbb9a922624f2b57e4f6b Former-commit-id: 3d5c3fb3465166486e8728fc174d484b63a7823a Former-commit-id: 598f9e65f3a46f73e6600108973de38c66829498 --- docs/.vuepress/config.js | 9 ++++++++- docs/.vuepress/dist | 1 + docs/zh/others/README.md | 4 +++- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 160000 docs/.vuepress/dist diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index eeb91e99..a0edcd07 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -27,7 +27,11 @@ module.exports = { selectText: 'Languages', label: 'English', editLinkText: 'Edit this page on GitHub', - lastUpdated: 'Last update' + lastUpdated: 'Last update', + nav: [ + { text: 'preview', link: 'https://fairyever.gitee.io/d2-admin-preview/#/index' }, + { text: 'download', link: 'https://github.com/FairyEver/d2-admin/releases' } + ] }, '/zh/': { selectText: '选择语言', @@ -39,6 +43,7 @@ module.exports = { { text: '插件', link: '/zh/plugins/' }, { text: '组件', link: '/zh/components/' }, { text: '其它', link: '/zh/others/' }, + { text: '预览', link: 'https://fairyever.gitee.io/d2-admin-preview/#/index' }, { text: '下载', link: 'https://github.com/FairyEver/d2-admin/releases' } ], sidebar: { @@ -69,6 +74,7 @@ function sideBarGuide (title) { function sideBarPlugins () { return [ + '', 'data-export', 'data-import', 'i18n', @@ -82,6 +88,7 @@ function sideBarComponents (title) { title, collapsable: false, children: [ + '', 'charts', 'container', 'count-up', diff --git a/docs/.vuepress/dist b/docs/.vuepress/dist new file mode 160000 index 00000000..3b677116 --- /dev/null +++ b/docs/.vuepress/dist @@ -0,0 +1 @@ +Subproject commit 3b67711679a1796185f6c9a3f4c596349211f452 diff --git a/docs/zh/others/README.md b/docs/zh/others/README.md index e21336ef..7fd6cd21 100644 --- a/docs/zh/others/README.md +++ b/docs/zh/others/README.md @@ -1 +1,3 @@ -# 其它 \ No newline at end of file +# 其它 + +这里主要是介绍一些其它的信息 \ No newline at end of file