Skip to content

Commit a921c4f

Browse files
committed
"add-deploy-tutorial"
1 parent 02ff0c3 commit a921c4f

2 files changed

Lines changed: 405 additions & 0 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default withMermaid(
1818
nav: [
1919
{ text: '首页', link: '/' },
2020
{ text: '教程', link: '/deep-research/01-项目概述与架构设计' },
21+
{ text: '部署指南', link: '/deploy-tutorial' },
2122
{
2223
text: '项目源码',
2324
items: [
@@ -76,6 +77,7 @@ export default withMermaid(
7677
items: [
7778
{ text: '术语表', link: '/appendix/glossary' },
7879
{ text: '配置参考', link: '/appendix/configuration-reference' },
80+
{ text: 'VitePress 部署教程', link: '/deploy-tutorial' },
7981
]
8082
}
8183
],

0 commit comments

Comments
 (0)