Skip to content

Commit 6055782

Browse files
docs: 新增12306专栏
1 parent abdd003 commit 6055782

5 files changed

Lines changed: 18 additions & 0 deletions

File tree

docs/.vuepress/config.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,24 @@ module.exports = {
174174
{
175175
text: '面试题',
176176
link: '/md/zqy/面试题/01-分布式技术面试实战.md'
177+
},
178+
{
179+
text: '12306',
180+
items: [
181+
{text: '项目介绍', link: '/md/12306/项目介绍.md'},
182+
{text: '项目架构', items: [
183+
{text: '技术架构',link: '/md/12306/技术架构.md'}
184+
185+
]},
186+
{text: '快速开始', items: [
187+
{text: '环境搭建',link: '/md/12306/环境搭建.md'}
188+
189+
]},
190+
{text: '核心技术文档', items: [
191+
{text: '如何生成分布式ID',link: '/md/12306/如何生成分布式ID.md'}
192+
193+
]}
194+
]
177195
}
178196
],
179197
// 配置文章的侧边导航栏 新增文章提交前都需要在此处操作!!!

docs/md/12306/如何生成分布式ID.md

Whitespace-only changes.

docs/md/12306/技术架构.md

Whitespace-only changes.

docs/md/12306/环境搭建.md

Whitespace-only changes.

docs/md/12306/项目介绍.md

Whitespace-only changes.

0 commit comments

Comments
 (0)