Skip to content

Commit c65a518

Browse files
committed
refactor:细分架构专栏,精简导航栏
1 parent a7af2f1 commit c65a518

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/.vuepress/config.js

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,16 @@ module.exports = {
9191
{
9292
text: '架构',
9393
items: [
94+
{text: '业务架构', items: [
9495
{text: '00-聚合支付架构', link: '/md/biz-arch/00-聚合支付架构从零到一.md'},
95-
]
96+
]},
97+
98+
{
99+
text: 'DDD',
100+
items: [
101+
{text: '00-DDD专栏规划', link: '/md/DDD/00-DDD专栏规划.md'},
102+
]},
103+
]
96104
},
97105
{
98106
text: '大数据',
@@ -112,13 +120,6 @@ module.exports = {
112120
]},
113121
]
114122
},
115-
{
116-
text: 'DDD',
117-
items: [
118-
{text: '00-DDD专栏规划', link: '/md/DDD/00-DDD专栏规划.md'},
119-
{text: '基于电商履约场景的DDD实战', link: '/md/DDD/基于电商履约场景的DDD实战.md'},
120-
]
121-
},
122123
{
123124
text: 'Netty',
124125
items: [

0 commit comments

Comments
 (0)