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