Skip to content

Commit 5f106d0

Browse files
committed
Remove di-plus and middleware-plus components
- Deleted the di-plus component including its source files, configuration, and documentation. - Removed middleware-plus component along with its related files and configurations. - Updated documentation to reflect the removal of these components from the project.
1 parent c5a7511 commit 5f106d0

16 files changed

Lines changed: 0 additions & 580 deletions

File tree

.vitepress/src/en/sidebars.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ const sidebar:DefaultTheme.Sidebar = {
4545
text: 'Console Spinner',
4646
link: '/en/components/console-spinner.md'
4747
},
48-
{
49-
text: 'Di Plus',
50-
link: '/en/components/di-plus.md'
51-
},
5248
{
5349
text: 'Elasticsearch',
5450
link: '/en/components/elasticsearch.md'
@@ -101,10 +97,6 @@ const sidebar:DefaultTheme.Sidebar = {
10197
text: 'Mail',
10298
link: '/en/components/mail.md'
10399
},
104-
{
105-
text: 'Middleware Plus',
106-
link: '/en/components/middleware-plus.md'
107-
},
108100
{
109101
text: 'Model Factory',
110102
link: '/en/components/model-factory.md'

.vitepress/src/zh-cn/sidebars.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ const sidebar:DefaultTheme.Sidebar = {
5858
text: 'Console Spinner',
5959
link: '/zh-cn/components/console-spinner.md'
6060
},
61-
{
62-
text: 'Di Plus',
63-
link: '/zh-cn/components/di-plus.md'
64-
},
6561
{
6662
text: 'Elasticsearch',
6763
link: '/zh-cn/components/elasticsearch.md'
@@ -114,10 +110,6 @@ const sidebar:DefaultTheme.Sidebar = {
114110
text: 'Mail',
115111
link: '/zh-cn/components/mail.md'
116112
},
117-
{
118-
text: 'Middleware Plus',
119-
link: '/zh-cn/components/middleware-plus.md'
120-
},
121113
{
122114
text: 'Model Factory',
123115
link: '/zh-cn/components/model-factory.md'

.vitepress/src/zh-hk/sidebars.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ const sidebar:DefaultTheme.Sidebar = {
5858
text: 'Console Spinner',
5959
link: '/zh-hk/components/console-spinner.md'
6060
},
61-
{
62-
text: 'Di Plus',
63-
link: '/zh-hk/components/di-plus.md'
64-
},
6561
{
6662
text: 'Elasticsearch',
6763
link: '/zh-hk/components/elasticsearch.md'
@@ -114,10 +110,6 @@ const sidebar:DefaultTheme.Sidebar = {
114110
text: 'Mail',
115111
link: '/zh-hk/components/mail.md'
116112
},
117-
{
118-
text: 'Middleware Plus',
119-
link: '/zh-hk/components/middleware-plus.md'
120-
},
121113
{
122114
text: 'Model Factory',
123115
link: '/zh-hk/components/model-factory.md'

.vitepress/src/zh-tw/sidebars.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ const sidebar:DefaultTheme.Sidebar = {
5858
text: 'Console Spinner',
5959
link: '/zh-tw/components/console-spinner.md'
6060
},
61-
{
62-
text: 'Di Plus',
63-
link: '/zh-tw/components/di-plus.md'
64-
},
6561
{
6662
text: 'Elasticsearch',
6763
link: '/zh-tw/components/elasticsearch.md'
@@ -114,10 +110,6 @@ const sidebar:DefaultTheme.Sidebar = {
114110
text: 'Mail',
115111
link: '/zh-tw/components/mail.md'
116112
},
117-
{
118-
text: 'Middleware Plus',
119-
link: '/zh-tw/components/middleware-plus.md'
120-
},
121113
{
122114
text: 'Model Factory',
123115
link: '/zh-tw/components/model-factory.md'

en/components/di-plus.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

en/components/middleware-plus.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

en/guide/start/components.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
| [confd](https://github.com/friendsofhyperf/confd) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/confd/v)](https://packagist.org/packages/friendsofhyperf/confd) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/confd/downloads)](https://packagist.org/packages/friendsofhyperf/confd) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/confd/d/monthly)](https://packagist.org/packages/friendsofhyperf/confd) |
1313
| [config-consul](https://github.com/friendsofhyperf/config-consul) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/config-consul/v)](https://packagist.org/packages/friendsofhyperf/config-consul) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/config-consul/downloads)](https://packagist.org/packages/friendsofhyperf/config-consul) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/config-consul/d/monthly)](https://packagist.org/packages/friendsofhyperf/config-consul) |
1414
| [console-spinner](https://github.com/friendsofhyperf/console-spinner) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/console-spinner/v)](https://packagist.org/packages/friendsofhyperf/console-spinner) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/console-spinner/downloads)](https://packagist.org/packages/friendsofhyperf/console-spinner) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/console-spinner/d/monthly)](https://packagist.org/packages/friendsofhyperf/console-spinner) |
15-
| [di-plus](https://github.com/friendsofhyperf/di-plus) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/di-plus/v)](https://packagist.org/packages/friendsofhyperf/di-plus) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/di-plus/downloads)](https://packagist.org/packages/friendsofhyperf/di-plus) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/di-plus/d/monthly)](https://packagist.org/packages/friendsofhyperf/di-plus) |
1615
| [elasticsearch](https://github.com/friendsofhyperf/elasticsearch) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/elasticsearch/v)](https://packagist.org/packages/friendsofhyperf/elasticsearch) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/elasticsearch/downloads)](https://packagist.org/packages/friendsofhyperf/elasticsearch) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/elasticsearch/d/monthly)](https://packagist.org/packages/friendsofhyperf/elasticsearch) |
1716
| [encryption](https://github.com/friendsofhyperf/encryption) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/encryption/v)](https://packagist.org/packages/friendsofhyperf/encryption) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/encryption/downloads)](https://packagist.org/packages/friendsofhyperf/encryption) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/encryption/d/monthly)](https://packagist.org/packages/friendsofhyperf/encryption) |
1817
| [exception-event](https://github.com/friendsofhyperf/exception-event) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/exception-event/v)](https://packagist.org/packages/friendsofhyperf/exception-event) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/exception-event/downloads)](https://packagist.org/packages/friendsofhyperf/exception-event) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/exception-event/d/monthly)](https://packagist.org/packages/friendsofhyperf/exception-event) |
@@ -26,7 +25,6 @@
2625
| [lock](https://github.com/friendsofhyperf/lock) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/lock/v)](https://packagist.org/packages/friendsofhyperf/lock) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/lock/downloads)](https://packagist.org/packages/friendsofhyperf/lock) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/lock/d/monthly)](https://packagist.org/packages/friendsofhyperf/lock) |
2726
| [macros](https://github.com/friendsofhyperf/macros) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/macros/v)](https://packagist.org/packages/friendsofhyperf/macros) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/macros/downloads)](https://packagist.org/packages/friendsofhyperf/macros) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/macros/d/monthly)](https://packagist.org/packages/friendsofhyperf/macros) |
2827
| [mail](https://github.com/friendsofhyperf/mail) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/mail/v)](https://packagist.org/packages/friendsofhyperf/mail) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/mail/downloads)](https://packagist.org/packages/friendsofhyperf/mail) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/mail/d/monthly)](https://packagist.org/packages/friendsofhyperf/mail) |
29-
| [middleware-plus](https://github.com/friendsofhyperf/middleware-plus) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/middleware-plus/v)](https://packagist.org/packages/friendsofhyperf/middleware-plus) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/middleware-plus/downloads)](https://packagist.org/packages/friendsofhyperf/middleware-plus) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/middleware-plus/d/monthly)](https://packagist.org/packages/friendsofhyperf/middleware-plus) |
3028
| [model-factory](https://github.com/friendsofhyperf/model-factory) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/model-factory/v)](https://packagist.org/packages/friendsofhyperf/model-factory) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/model-factory/downloads)](https://packagist.org/packages/friendsofhyperf/model-factory) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/model-factory/d/monthly)](https://packagist.org/packages/friendsofhyperf/model-factory) |
3129
| [model-hashids](https://github.com/friendsofhyperf/model-hashids) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/model-hashids/v)](https://packagist.org/packages/friendsofhyperf/model-hashids) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/model-hashids/downloads)](https://packagist.org/packages/friendsofhyperf/model-hashids) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/model-hashids/d/monthly)](https://packagist.org/packages/friendsofhyperf/model-hashids) |
3230
| [model-morph-addon](https://github.com/friendsofhyperf/model-morph-addon) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/model-morph-addon/v)](https://packagist.org/packages/friendsofhyperf/model-morph-addon) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/model-morph-addon/downloads)](https://packagist.org/packages/friendsofhyperf/model-morph-addon) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/model-morph-addon/d/monthly)](https://packagist.org/packages/friendsofhyperf/model-morph-addon) |

zh-cn/components/di-plus.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

zh-cn/components/middleware-plus.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)