Skip to content

Commit 62a399d

Browse files
author
Chu Fan
committed
feat: 更新配置
1 parent ced189d commit 62a399d

File tree

5 files changed

+386
-386
lines changed

5 files changed

+386
-386
lines changed
Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,69 @@
11
export const battleInterviewSidebar = [
2-
{
3-
text: '面经分享',
4-
link: 'introduce-share',
5-
children: [
6-
{
7-
text: '前端常考',
8-
link: 'problems/前端常考.md'
9-
},
10-
{
11-
text: '接口幂等',
12-
link: 'problems/接口幂等.md'
13-
},
14-
{
15-
text: 'Node面试',
16-
link: 'problems/node面试.md'
17-
},
18-
{
19-
text: 'Nginx面试',
20-
link: 'problems/Nginx面试.md'
21-
},
22-
{
23-
text: 'MySQL面试',
24-
link: 'problems/MySQL面试.md'
25-
},
26-
{
27-
text: '碎碎念',
28-
link: 'problems/碎碎念.md'
29-
}
30-
]
31-
},
32-
{
33-
text: '面试题整理',
34-
children: [
35-
{
36-
text: '前端常考',
37-
link: 'problems/前端常考.md'
38-
},
39-
{
40-
text: '接口幂等',
41-
link: 'problems/接口幂等.md'
42-
},
43-
{
44-
text: 'Node面试',
45-
link: 'problems/node面试.md'
46-
},
47-
{
48-
text: 'Nginx面试',
49-
link: 'problems/Nginx面试.md'
50-
},
51-
{
52-
text: 'MySQL面试',
53-
link: 'problems/MySQL面试.md'
54-
},
55-
{
56-
text: '碎碎念',
57-
link: 'problems/碎碎念.md'
58-
}
59-
]
60-
},
61-
{
62-
text: '工作机会',
63-
link: 'social-recruit'
64-
},
65-
{
66-
text: '小技巧',
67-
link: 'social-recruit'
68-
}
2+
{
3+
text: '面经分享',
4+
link: 'introduce-share',
5+
children: [
6+
{
7+
text: '前端常考',
8+
link: 'problems/前端常考.md'
9+
},
10+
{
11+
text: '接口幂等',
12+
link: 'problems/接口幂等.md'
13+
},
14+
{
15+
text: 'Node面试',
16+
link: 'problems/node面试.md'
17+
},
18+
{
19+
text: 'Nginx面试',
20+
link: 'problems/Nginx面试.md'
21+
},
22+
{
23+
text: 'MySQL面试',
24+
link: 'problems/MySQL面试.md'
25+
},
26+
{
27+
text: '碎碎念',
28+
link: 'problems/碎碎念.md'
29+
}
30+
]
31+
},
32+
{
33+
text: '面试题整理',
34+
children: [
35+
{
36+
text: '前端常考',
37+
link: 'problems/前端常考.md'
38+
},
39+
{
40+
text: '接口幂等',
41+
link: 'problems/接口幂等.md'
42+
},
43+
{
44+
text: 'Node面试',
45+
link: 'problems/node面试.md'
46+
},
47+
{
48+
text: 'Nginx面试',
49+
link: 'problems/Nginx面试.md'
50+
},
51+
{
52+
text: 'MySQL面试',
53+
link: 'problems/MySQL面试.md'
54+
},
55+
{
56+
text: '碎碎念',
57+
link: 'problems/碎碎念.md'
58+
}
59+
]
60+
},
61+
{
62+
text: '工作机会',
63+
link: 'social-recruit'
64+
},
65+
{
66+
text: '小技巧',
67+
link: 'social-recruit'
68+
}
6969
]
Lines changed: 80 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,82 @@
11
export const microserviceSidebar = [
2-
{
3-
text: "RPC远程服务",
4-
children: [
5-
{
6-
text: "grpc",
7-
link: "/manuscript/server-end/database/redis",
8-
},
9-
{
10-
text: "node-grpc",
11-
link: "/manuscript/server-end/database/redis",
12-
},
13-
{
14-
text: "egg-grpc-client",
15-
link: "/manuscript/server-end/database/mysql",
16-
},
17-
{
18-
text: "egg-grpc-server",
19-
link: "/manuscript/server-end/database/mongo",
20-
},
21-
],
22-
},
23-
{
24-
text: "服务注册|发现",
25-
children: [
26-
{
27-
text: "Apollo",
28-
link: "/manuscript/server-end/database/redis",
29-
},
30-
{
31-
text: "Consul",
32-
link: "/manuscript/server-end/database/mysql",
33-
},
34-
{
35-
text: "Nacos",
36-
link: "/manuscript/server-end/database/mongo",
37-
},
38-
],
39-
},
40-
{
41-
text: '网关',
42-
link: '/manuscript/kong'
43-
},
44-
{
45-
text: 'ELK',
46-
link: '/manuscript/elk'
47-
},
48-
{
49-
text: "消息中间件",
50-
children: [
51-
{
52-
text: "RabbitMQ",
53-
link: "/manuscript/mq",
54-
},
55-
{
56-
text: 'Kafka',
57-
link: '/'
58-
},
59-
{
60-
text: 'RocketMQ',
61-
link: '/'
62-
}
63-
],
64-
},
65-
{
66-
text: "容器相关",
67-
children: [
68-
{
69-
text: "docker",
70-
link: "/manuscript/server-end/container-learn/docker-base",
71-
},
2+
{
3+
text: 'RPC远程服务',
4+
children: [
5+
{
6+
text: 'grpc',
7+
link: '/manuscript/server-end/database/redis'
8+
},
9+
{
10+
text: 'node-grpc',
11+
link: '/manuscript/server-end/database/redis'
12+
},
13+
{
14+
text: 'egg-grpc-client',
15+
link: '/manuscript/server-end/database/mysql'
16+
},
17+
{
18+
text: 'egg-grpc-server',
19+
link: '/manuscript/server-end/database/mongo'
20+
}
21+
]
22+
},
23+
{
24+
text: '服务注册|发现',
25+
children: [
26+
{
27+
text: 'Apollo',
28+
link: '/manuscript/server-end/database/redis'
29+
},
30+
{
31+
text: 'Consul',
32+
link: '/manuscript/server-end/database/mysql'
33+
},
34+
{
35+
text: 'Nacos',
36+
link: '/manuscript/server-end/database/mongo'
37+
}
38+
]
39+
},
40+
{
41+
text: '网关',
42+
link: '/manuscript/kong'
43+
},
44+
{
45+
text: 'ELK',
46+
link: '/manuscript/elk'
47+
},
48+
{
49+
text: '消息中间件',
50+
children: [
51+
{
52+
text: 'RabbitMQ',
53+
link: '/manuscript/mq'
54+
},
55+
{
56+
text: 'Kafka',
57+
link: '/'
58+
},
59+
{
60+
text: 'RocketMQ',
61+
link: '/'
62+
}
63+
]
64+
},
65+
{
66+
text: '容器相关',
67+
children: [
68+
{
69+
text: 'docker',
70+
link: '/manuscript/server-end/container-learn/docker-base'
71+
},
7272

73-
{
74-
text: "docker-compose",
75-
link: "/manuscript/server-end/container-learn/server-deploy",
76-
},
77-
{
78-
text: "k8s",
79-
link: "/manuscript/server-end/container-learn/docker-layout",
80-
},
81-
],
82-
}]
73+
{
74+
text: 'docker-compose',
75+
link: '/manuscript/server-end/container-learn/server-deploy'
76+
},
77+
{
78+
text: 'k8s',
79+
link: '/manuscript/server-end/container-learn/docker-layout'
80+
}
81+
]
82+
}]
Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
export const redisSidebar = [
2-
{
3-
text: '安装',
4-
link: 'install-by-docker.md'
5-
},
6-
{
7-
text: 'key命名规范',
8-
link: 'key-rule.md'
9-
},
10-
{
11-
text: '使用规范',
12-
link: 'use-rule.md'
13-
},
14-
{
15-
text: '主从模式',
16-
link: 'master-slave.md'
17-
},
18-
{
19-
text: '哨兵模式',
20-
link: 'sentinel.md'
21-
},
22-
{
23-
text: '集群模式',
24-
link: 'cluster.md'
25-
}
26-
]
2+
{
3+
text: '安装',
4+
link: 'install-by-docker.md'
5+
},
6+
{
7+
text: 'key命名规范',
8+
link: 'key-rule.md'
9+
},
10+
{
11+
text: '使用规范',
12+
link: 'use-rule.md'
13+
},
14+
{
15+
text: '主从模式',
16+
link: 'master-slave.md'
17+
},
18+
{
19+
text: '哨兵模式',
20+
link: 'sentinel.md'
21+
},
22+
{
23+
text: '集群模式',
24+
link: 'cluster.md'
25+
}
26+
]

0 commit comments

Comments
 (0)