Merge pull request #280 from zhamao-robot/add-container-docs

添加依赖注入组件文档
This commit is contained in:
sunxyw
2023-02-07 18:57:07 +08:00
committed by GitHub
6 changed files with 197 additions and 2 deletions

View File

@@ -104,6 +104,16 @@ module.exports = {
'store/cache',
'store/redis',
]
},
{
title: '依赖注入组件',
collapsable: true,
sidebarDepth: 2,
children: [
'container/dependency-injection',
'container/configuration',
'container/dependencies',
],
}
],
'/advanced/': [