From 18109ebc48402a5521d3bed244a59dd42118fbd0 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Tue, 21 Aug 2018 19:44:37 +0800 Subject: [PATCH] =?UTF-8?q?crud=E6=96=87=E6=A1=A3=E5=87=86=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 16277d60ffd4a543ee6876355fd73571afc80a48 [formerly 16277d60ffd4a543ee6876355fd73571afc80a48 [formerly 16277d60ffd4a543ee6876355fd73571afc80a48 [formerly 16277d60ffd4a543ee6876355fd73571afc80a48 [formerly a2b7f8188e5b92c09c035711bbc0bd54100f1366 [formerly b44a6d863a25b263178055725a5c7104919d5f86]]]]] Former-commit-id: 7d854f418f5c7ba456a0e61987296fdf6d89279a Former-commit-id: 4638b91efea131e828ffb896f21f52ad22245251 Former-commit-id: 89807efe010a73166b2b1f2d72696799f68aebf7 [formerly f6ee451feaa61688e8aa515e9ccb5df750759bd5] Former-commit-id: 564b634bd80a96efdb6080b5360c35ef66f6412d Former-commit-id: fc781e65cf36aac8cb47d137f3c391805b08e99d Former-commit-id: aabc178457282c9d179480cbb99f5d362c6e93d4 Former-commit-id: 0d19643a9e0e599b33d0f342db48354125586e8b Former-commit-id: 11f9a8608afba2d9a53611e53d2d7b700da034b2 --- docs/.vuepress/config.js | 15 ++++++++++++++- docs/zh/ecosystem-d2-crud/README.md | 6 +----- docs/zh/ecosystem-d2-crud/api.md | 9 +++++++++ 3 files changed, 24 insertions(+), 6 deletions(-) create mode 100644 docs/zh/ecosystem-d2-crud/api.md diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index bc589254..44ef5b09 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -115,7 +115,8 @@ module.exports = { '/zh/learn-guide/': sideBarLearnGuide(), '/zh/sys-components/': sideBarSysComponents(), '/zh/sys-plugins/': sideBarSysPlugins(), - '/zh/article/': sideBarArticle('版本发布', 'Cookbook') + '/zh/article/': sideBarArticle('版本发布', 'Cookbook'), + '/zh/ecosystem-d2-crud/': sideBarEcosystemD2Crud() } } } @@ -190,4 +191,16 @@ function sideBarArticle (titleUpdate, titleCookbook) { ] } ] +} + +function sideBarEcosystemD2Crud () { + return [ + { + collapsable: false, + children: [ + '', + 'api' + ] + } + ] } \ No newline at end of file diff --git a/docs/zh/ecosystem-d2-crud/README.md b/docs/zh/ecosystem-d2-crud/README.md index 21b8b712..9c09a7f4 100644 --- a/docs/zh/ecosystem-d2-crud/README.md +++ b/docs/zh/ecosystem-d2-crud/README.md @@ -1,7 +1,3 @@ ---- -sidebar: auto ---- - # D2 CRUD -comming soon \ No newline at end of file +介绍内容 \ No newline at end of file diff --git a/docs/zh/ecosystem-d2-crud/api.md b/docs/zh/ecosystem-d2-crud/api.md new file mode 100644 index 00000000..2c426cfd --- /dev/null +++ b/docs/zh/ecosystem-d2-crud/api.md @@ -0,0 +1,9 @@ +# api + +## api-1 + +hhh + +## api-2 + +## api-3 \ No newline at end of file