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