Skip to content

Commit

Permalink
Merge branch 'release/v1.1.6'
Browse files Browse the repository at this point in the history
Former-commit-id: 85f1fb9
  • Loading branch information
FairyEver committed Aug 1, 2018
2 parents e986561 + 09c6116 commit 7348ae2
Show file tree
Hide file tree
Showing 9 changed files with 944 additions and 20 deletions.
13 changes: 10 additions & 3 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = {
'/zh/guide/': sideBarGuide('指南'),
'/zh/plugins/': sideBarPlugins('插件'),
'/zh/components/': sideBarComponents('组件'),
'/zh/article/': sideBarArticle('版本更新'),
'/zh/article/': sideBarArticle('Cookbook', '版本更新'),
'/zh/others/': sideBarOthers('其它')
}
}
Expand Down Expand Up @@ -109,13 +109,20 @@ function sideBarComponents (title) {
]
}

function sideBarArticle (titleUpdate) {
function sideBarArticle (titleCookBook, titleUpdate) {
return [
{
title: titleCookBook,
collapsable: false,
children: [
'cookbook/what-is-cookbook',
'cookbook/combinable-questionnaire',
]
},
{
title: titleUpdate,
collapsable: false,
children: [
'',
'update/1.1.5',
'update/1.1.4',
'update/0.0.0'
Expand Down
4 changes: 2 additions & 2 deletions docs/zh/article/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 章节介绍
# 文章

这个章节下收录关于 D2Admin 的一些介绍,用法,以及每次发布新版本时的推广文章,也是每篇新文章的首发地址。
请在侧边栏目录选择文章阅读
Loading

0 comments on commit 7348ae2

Please sign in to comment.