Skip to content

Commit 72fb04f

Browse files
committed
导航地图的xmind文件和md文件内容补充
1 parent 587c7d5 commit 72fb04f

59 files changed

Lines changed: 1144 additions & 122 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vuepress/config/function.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ function genSidebar4Guide() {
1313
"algorithm-overview.md",
1414
"database-overview.md",
1515
"programming-overview.md",
16+
"develop-overview.md",
1617
"micro-services-overview.md",
1718
"method-overview.md",
1819
"devops-overview.md",
@@ -733,7 +734,7 @@ function genSidebar4project() {
733734
collapsable: false,
734735
sidebarDepth: 0,
735736
children: [
736-
"person/build_lib/build_lib.md"
737+
"person/person-overview.md"
737738
]
738739
},
739740
{
@@ -745,7 +746,6 @@ function genSidebar4project() {
745746
"develop/develop-process.md",
746747
"develop/develop-opt.md",
747748
"develop/develop-notice.md",
748-
"develop/develop-version.md",
749749
"develop/uml/develop-uml.md",
750750
]
751751
},
@@ -1170,6 +1170,7 @@ function genSidebar4Grow() {
11701170
children: [
11711171
"product/product-requirement-instantiation.md",
11721172
"product/product-compatibility-principle.md",
1173+
"product/product-version.md",
11731174
]
11741175
},{
11751176
title: "团队",

.vuepress/config/nav.js

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ module.exports =
1616
]
1717
},
1818
{
19-
text: 'C++ 函数学习',
19+
text: 'C++ 函数',
2020
items: [
21-
{ text: '函数学习', link: '/md/c++/function/c++-function-Linux_Hook.md' }
21+
{ text: '函数', link: '/md/c++/function/c++-function-Linux_Hook.md' }
2222
]
2323
},
2424
{
@@ -83,9 +83,22 @@ module.exports =
8383
]
8484
},
8585
{
86-
text: '开发',
86+
text: '开发|测试',
8787
items: [
88-
{ text: '开发 - 常用库', link: '/md/develop/library/library-overview.md' },
88+
{
89+
text: '开发',
90+
items: [
91+
{ text: '常用库', link: '/md/develop/library/library-overview.md' },
92+
]
93+
},
94+
{
95+
text: '测试',
96+
items: [
97+
{ text: '测试理论', link: '/md/test/basic/basic-develop.md' },
98+
{ text: '测试用例', link: '/md/test/testCase/testCase-concept.md' },
99+
{ text: '测试工具', link: '/md/test/tools/postman/postman-use.md' }
100+
]
101+
},
89102
]
90103
},
91104
{
@@ -193,7 +206,7 @@ module.exports =
193206
items: [
194207
{ text: '开源项目', link: '/md/project/opensource/libco/libco-learn.md' },
195208
{ text: '学习项目', link: '/md/project/study/ssm/spring/spring-basic.md' },
196-
{ text: '个人github项目', link: '/md/project/person/build_lib/build_lib.md' },
209+
{ text: '个人github项目', link: '/md/project/person/person-overview.md' },
197210
{ text: '项目开发', link: '/md/project/develop/develop-process.md' },
198211
{ text: '项目Idea', link: '/md/project/idea/idea-basic.md' }
199212
]
@@ -230,7 +243,6 @@ module.exports =
230243
{ text: '并发', link: '/md/article/concurrent/article-concurrent-lock.md' },
231244
{ text: '部署', link: '/md/article/deploy/article-deploy-blue-green.md' },
232245
{ text: '分布式', link: '/md/article/distribute/article-distributed-cellular.md' },
233-
{ text: '成长', link: '/md/article/grow/article-grow-Stay_hungry_Stay_foolish.md' },
234246
{ text: '知识', link: '/md/article/knowledge/article-knowledge-service-mesh.md' },
235247
{ text: '问题', link: '/md/article/problem/article-problem-top.md' }
236248
]
23.9 KB
Loading
103 KB
Loading
125 KB
Loading
148 KB
Loading
41.9 KB
Loading
177 KB
Loading
99.2 KB
Loading
187 KB
Loading

0 commit comments

Comments
 (0)