Skip to content

Commit 2047269

Browse files
author
Chu Fan
committed
feat: 侧边栏配置修复
1 parent 9412040 commit 2047269

4 files changed

Lines changed: 198 additions & 198 deletions

File tree

Lines changed: 84 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,87 +1,87 @@
11
export const frontEndSidebar = [
2-
{
3-
text: 'HTML',
4-
link: 'base-begin/html.md'
5-
},
6-
{
7-
text: 'CSS',
8-
link: 'base-begin/css.md'
9-
},
10-
{
11-
text: 'JavaScript',
12-
link: 'base-begin/javascript.md'
13-
},
14-
{
15-
text: '前端框架',
16-
collapsible: true,
17-
children: [
18-
{
19-
text: 'Vue',
20-
children: [{
21-
text: '安装',
22-
link: 'front-framework/vue'
23-
}]
24-
},
25-
{
26-
text: 'Nuxt',
27-
link: 'front-framework/nuxt'
28-
},
29-
{
30-
text: 'Vuepress',
31-
link: 'front-framework/nuxt'
32-
},
33-
{
34-
text: 'JQuery',
35-
link: 'front-framework/jquery'
36-
}
37-
]
38-
},
39-
{
40-
text: 'UI框架',
41-
collapsible: true,
42-
children: [
43-
{
44-
text: 'Ant-Design-Vue',
45-
link: 'ui-framework/ant-design-vue'
46-
},
47-
{
48-
text: 'Element-UI',
49-
link: 'ui-framework/element-ui'
50-
},
51-
{
52-
text: 'IView-Design',
53-
link: 'ui-framework/iview-design'
54-
},
2+
{
3+
text: 'HTML',
4+
link: 'base-begin/html.md'
5+
},
6+
{
7+
text: 'CSS',
8+
link: 'base-begin/css.md'
9+
},
10+
{
11+
text: 'JavaScript',
12+
link: 'base-begin/javascript.md'
13+
},
14+
{
15+
text: '前端框架',
16+
collapsible: true,
17+
children: [
18+
{
19+
text: 'Vue',
20+
children: [{
21+
text: '安装',
22+
link: 'front-framework/vue'
23+
}]
24+
},
25+
{
26+
text: 'Nuxt',
27+
link: 'front-framework/nuxt'
28+
},
29+
{
30+
text: 'Vuepress',
31+
link: 'front-framework/nuxt'
32+
},
33+
{
34+
text: 'JQuery',
35+
link: 'front-framework/jquery'
36+
}
37+
]
38+
},
39+
{
40+
text: 'UI框架',
41+
collapsible: true,
42+
children: [
43+
{
44+
text: 'Ant-Design-Vue',
45+
link: 'ui-framework/ant-design-vue'
46+
},
47+
{
48+
text: 'Element-UI',
49+
link: 'ui-framework/element-ui'
50+
},
51+
{
52+
text: 'IView-Design',
53+
link: 'ui-framework/iview-design'
54+
},
5555

56-
{
57-
text: 'VAnt-UI',
58-
link: 'ui-framework/vant-ui'
59-
},
60-
{
61-
text: 'Layer-UI',
62-
link: 'ui-framework/layer-ui'
63-
},
64-
{
65-
text: 'Bootstrap',
66-
link: 'ui-framework/bootstrap'
67-
}
68-
]
69-
},
70-
{
71-
text: '服务部署',
72-
children: [
73-
{
74-
text: '静态文件部署',
75-
link: 'server-deploy/static-nginx'
76-
},
77-
{
78-
text: '服务端渲染',
79-
link: 'server-deploy/front-end-server'
80-
},
81-
{
82-
text: 'SSR优化',
83-
link: 'server-deploy/ssr'
84-
}
85-
]
86-
}
56+
{
57+
text: 'VAnt-UI',
58+
link: 'ui-framework/vant-ui'
59+
},
60+
{
61+
text: 'Layer-UI',
62+
link: 'ui-framework/layer-ui'
63+
},
64+
{
65+
text: 'Bootstrap',
66+
link: 'ui-framework/bootstrap'
67+
}
68+
]
69+
},
70+
{
71+
text: '服务部署',
72+
children: [
73+
{
74+
text: '静态文件部署',
75+
link: 'server-deploy/static-nginx'
76+
},
77+
{
78+
text: '服务端渲染',
79+
link: 'server-deploy/front-end-server'
80+
},
81+
{
82+
text: 'SSR优化',
83+
link: 'server-deploy/ssr'
84+
}
85+
]
86+
}
8787
]
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: 'grpc.md'
8-
},
9-
{
10-
text: 'node-grpc',
11-
link: 'node-grpc.md'
12-
},
13-
{
14-
text: 'egg-grpc-client',
15-
link: 'egg-grpc-client.md'
16-
},
17-
{
18-
text: 'egg-grpc-server',
19-
link: 'egg-grpc-server.md'
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: 'grpc.md'
8+
},
9+
{
10+
text: 'node-grpc',
11+
link: 'node-grpc.md'
12+
},
13+
{
14+
text: 'egg-grpc-client',
15+
link: 'egg-grpc-client.md'
16+
},
17+
{
18+
text: 'egg-grpc-server',
19+
link: 'egg-grpc-server.md'
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+
}]

docs/manuscript/solo-algorithm/shell/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55

66
- [ ] [SHELL-1 统计文件的行数【简单】](shell-1.md)
7-
- [ ] [SHELL-2 打印文件的最后5行【简单】](shell-1.md)
8-
- [ ] [SHELL-3 输出7的倍数【中等】](shell-1.md)
9-
- [ ] [SHELL-4 输出第5行的内容【中等】](shell-1.md)
10-
- [ ] [SHELL-5 打印空行的行号【中等】](shell-1.md)
11-
- [ ] [SHELL-6 去掉空行【中等】](shell-1.md)
7+
- [ ] [SHELL-2 打印文件的最后5行【简单】](shell-2.md)
8+
- [ ] [SHELL-3 输出7的倍数【中等】](shell-3.md)
9+
- [ ] [SHELL-4 输出第5行的内容【中等】](shell-4.md)
10+
- [ ] [SHELL-5 打印空行的行号【中等】](shell-5.md)
11+
- [ ] [SHELL-6 去掉空行【中等】](shell-6.md)
1212
- [ ] [SHELL-7 打印字母数小于8的单词 【较难】](shell-1.md)
1313
- [ ] [SHELL-8 统计所有进程占用内存大小的和 【较难】](shell-1.md)
1414
- [ ] [SHELL-9 统计每个单词出现的个数 【较难】](shell-1.md)

0 commit comments

Comments
 (0)