diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 4709f560..1247cba0 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -52,7 +52,7 @@ module.exports = { '/zh/guide/': sideBarGuide('指南'), '/zh/plugins/': sideBarPlugins('插件'), '/zh/components/': sideBarComponents('组件'), - '/zh/article/': sideBarArticle('文章'), + '/zh/article/': sideBarArticle('版本更新'), '/zh/others/': sideBarOthers('其它') } } @@ -106,10 +106,10 @@ function sideBarComponents (title) { ] } -function sideBarArticle (title) { +function sideBarArticle (titleUpdate) { return [ { - title, + title: titleUpdate, collapsable: false, children: [ '', diff --git a/docs/zh/article/README.md b/docs/zh/article/README.md index bc1a7c42..9dc383cc 100644 --- a/docs/zh/article/README.md +++ b/docs/zh/article/README.md @@ -1,3 +1,3 @@ -# 文章 +# 章节介绍 这个章节下收录关于 D2Admin 的一些介绍,用法,以及每次发布新版本时的推广文章,也是每篇新文章的首发地址。 \ No newline at end of file