We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7af2f1 commit c65a518Copy full SHA for c65a518
docs/.vuepress/config.js
@@ -91,8 +91,16 @@ module.exports = {
91
{
92
text: '架构',
93
items: [
94
+ {text: '业务架构', items: [
95
{text: '00-聚合支付架构', link: '/md/biz-arch/00-聚合支付架构从零到一.md'},
- ]
96
+ ]},
97
+
98
+ {
99
+ text: 'DDD',
100
+ items: [
101
+ {text: '00-DDD专栏规划', link: '/md/DDD/00-DDD专栏规划.md'},
102
103
+ ]
104
},
105
106
text: '大数据',
@@ -112,13 +120,6 @@ module.exports = {
112
120
]},
113
121
]
114
122
115
- {
116
- text: 'DDD',
117
- items: [
118
- {text: '00-DDD专栏规划', link: '/md/DDD/00-DDD专栏规划.md'},
119
- {text: '基于电商履约场景的DDD实战', link: '/md/DDD/基于电商履约场景的DDD实战.md'},
- },
123
124
text: 'Netty',
125
0 commit comments