From fbedf5611f7f19af44aff57755442f55dd7a6f7b Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Wed, 1 Aug 2018 12:56:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docs/.vuepress/config.js | 13 ++++++++++--- docs/zh/article/README.md | 4 ++-- .../combinable-questionnaire.md.REMOVED.git-id | 1 + docs/zh/article/cookbook/what-is-cookbook.md | 3 +++ 4 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 docs/zh/article/cookbook/combinable-questionnaire.md.REMOVED.git-id create mode 100644 docs/zh/article/cookbook/what-is-cookbook.md diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 0e899682..5ad8e324 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('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' diff --git a/docs/zh/article/README.md b/docs/zh/article/README.md index 9dc383cc..37a1c102 100644 --- a/docs/zh/article/README.md +++ b/docs/zh/article/README.md @@ -1,3 +1,3 @@ -# 章节介绍 +# 文章 -这个章节下收录关于 D2Admin 的一些介绍,用法,以及每次发布新版本时的推广文章,也是每篇新文章的首发地址。 \ No newline at end of file +请在侧边栏目录选择文章阅读 \ No newline at end of file diff --git a/docs/zh/article/cookbook/combinable-questionnaire.md.REMOVED.git-id b/docs/zh/article/cookbook/combinable-questionnaire.md.REMOVED.git-id new file mode 100644 index 00000000..0b0e820e --- /dev/null +++ b/docs/zh/article/cookbook/combinable-questionnaire.md.REMOVED.git-id @@ -0,0 +1 @@ +19d478d2f8f1eaf254a2f27de23d407916d28d0d \ No newline at end of file diff --git a/docs/zh/article/cookbook/what-is-cookbook.md b/docs/zh/article/cookbook/what-is-cookbook.md new file mode 100644 index 00000000..53c4758c --- /dev/null +++ b/docs/zh/article/cookbook/what-is-cookbook.md @@ -0,0 +1,3 @@ +# 什么是 Cookbook + +计算机领域的 Cookbook 指的是实用经典案例的意思,是对一些普遍性问题的解决方案的总结和整理。 \ No newline at end of file