mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-22 08:05:34 +08:00
Merge pull request #280 from zhamao-robot/add-container-docs
添加依赖注入组件文档
This commit is contained in:
@@ -104,6 +104,16 @@ module.exports = {
|
||||
'store/cache',
|
||||
'store/redis',
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '依赖注入组件',
|
||||
collapsable: true,
|
||||
sidebarDepth: 2,
|
||||
children: [
|
||||
'container/dependency-injection',
|
||||
'container/configuration',
|
||||
'container/dependencies',
|
||||
],
|
||||
}
|
||||
],
|
||||
'/advanced/': [
|
||||
|
||||
Reference in New Issue
Block a user