更新文档

Former-commit-id: 27ccc3da08c64071572bd1eb1ed6b10db249362d [formerly 27ccc3da08c64071572bd1eb1ed6b10db249362d [formerly 27ccc3da08c64071572bd1eb1ed6b10db249362d [formerly 27ccc3da08c64071572bd1eb1ed6b10db249362d [formerly 0fa9c67f2c5244a9fd0ab3ef7f535ee5dbc17028 [formerly 5fa2a7b6bc4770626ad8dffb3079cc6c2dc9974d]]]]]
Former-commit-id: f30664ca7e509fd1dba988b0b1aafa26d597bc61
Former-commit-id: 7c5b94b5e644651fdb22b718a9510558d085f0e3
Former-commit-id: c73277f2c97cf7997a61be8593d8fa2ba88f00ca [formerly ea6c40ec2b32a4942246411f2840a88e3438bf4e]
Former-commit-id: 92245f6d7266be02d82f33c6fe924d6a3ed39b96
Former-commit-id: 42a7a0188ce77b45fe5f6005031317dede7a2572
Former-commit-id: effd07ee35c835c32458654db48d4e650020eadb
Former-commit-id: cf8765eb3f8f50ec96991ede9fd04705b2285d57
Former-commit-id: 01f9a3207cbd369c1a0776fad94d692471987fc8
This commit is contained in:
liyang
2018-08-01 12:56:01 +08:00
parent 7fd3660b67
commit fbedf5611f
4 changed files with 16 additions and 5 deletions

View File

@@ -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('其它')
}
}
@@ -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'

View File

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

View File

@@ -0,0 +1 @@
19d478d2f8f1eaf254a2f27de23d407916d28d0d

View File

@@ -0,0 +1,3 @@
# 什么是 Cookbook
计算机领域的 Cookbook 指的是实用经典案例的意思,是对一些普遍性问题的解决方案的总结和整理。