crud文档准备
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
This commit is contained in:
@@ -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'
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,3 @@
|
||||
---
|
||||
sidebar: auto
|
||||
---
|
||||
|
||||
# D2 CRUD
|
||||
|
||||
comming soon
|
||||
介绍内容
|
||||
9
docs/zh/ecosystem-d2-crud/api.md
Normal file
9
docs/zh/ecosystem-d2-crud/api.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# api
|
||||
|
||||
## api-1
|
||||
|
||||
hhh
|
||||
|
||||
## api-2
|
||||
|
||||
## api-3
|
||||
Reference in New Issue
Block a user