Skip to content

Commit 5205a6b

Browse files
author
爱吃抹茶不吃茶
committed
refactor(manuscripts): 修改底稿,优化命名
1 parent 25c6a86 commit 5205a6b

File tree

37 files changed

+1809
-111
lines changed

37 files changed

+1809
-111
lines changed

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
manuscript

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

code/grpc/egg-grpc-client/.github/workflows/nodejs.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

code/grpc/egg-grpc-server/.github/workflows/nodejs.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

code/mysql/binlog/start-binlog-mysql-master.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
###
23
# @Description: binlog方式搭建一主一从mysql,主库初始化脚本
34
# @Version: Beata1.0
@@ -6,7 +7,7 @@
67
# @LastEditors: 【B站&公众号】Rong姐姐好可爱
78
# @LastEditTime: 2020-09-03 22:35:43
89
###
9-
#!bin/bash
10+
1011

1112
## 执行脚本开始
1213

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2'
22
services:
33
### JavaScriptCollection服务,ip范围 172.30.0.100
44
JavaScriptCollection:
5-
image: registry.cn-hangzhou.aliyuncs.com/142vip/cs_:latest
5+
image: registry.cn-hangzhou.aliyuncs.com/142vip/doc_book:JavaScriptCollection_0.0.1
66
container_name: JavaScriptCollection
77
hostname: JavaScriptCollection
88
ports:

docs/.vuepress/config/navbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ module.exports = [
115115
children: [
116116
{
117117
text: "Express和Koa",
118-
link: "/server-end/framework/express-koa-learn",
118+
link: "/server-end/framework/express-learn.md",
119119
},
120120
// {
121121
// text: 'Koa', link: '/'

docs/.vuepress/config/navbar/index.js

Lines changed: 14 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -101,22 +101,22 @@ module.exports = [
101101
children: [
102102
{
103103
text: "Node.js",
104-
link: "/server-end/node-learn",
104+
link: "/server-end/node",
105105
},
106106
{
107107
text: "TypeScript",
108-
link: "/server-end/ts-learn",
108+
link: "/server-end/typescript",
109109
},
110110
{
111111
text: "常用框架",
112112
children: [
113113
{
114-
text: "Express和Koa",
115-
link: "/server-end/framework/express-koa-learn",
114+
text: "Express",
115+
link: "/server-end/framework/express-learn",
116+
},
117+
{
118+
text: 'Koa', link: '/server-end/framework/koa-learn'
116119
},
117-
// {
118-
// text: 'Koa', link: '/'
119-
// },
120120
{
121121
text: "Egg.js",
122122
link: "/server-end/framework/egg-learn",
@@ -155,12 +155,12 @@ module.exports = [
155155
text: "RabbitMQ",
156156
link: "/mq",
157157
},
158-
// {
159-
// text: 'Kafka', link: '/'
160-
// },
161-
// {
162-
// text: 'RocketMQ', link: '/'
163-
// }
158+
{
159+
text: 'Kafka', link: '/'
160+
},
161+
{
162+
text: 'RocketMQ', link: '/'
163+
}
164164
],
165165
},
166166
{
@@ -180,20 +180,7 @@ module.exports = [
180180
link: "/server-end/container-learn/docker-layout",
181181
},
182182
],
183-
},
184-
{
185-
text: "测试",
186-
children: [
187-
{
188-
text: "校招",
189-
link: "/",
190-
},
191-
{
192-
text: "社招",
193-
link: "/",
194-
},
195-
],
196-
},
183+
}
197184
],
198185
},
199186
{
@@ -218,8 +205,6 @@ module.exports = [
218205
},
219206
{
220207
text: "刷题平台",
221-
// C语言网(https://www.dotcpp.com)
222-
// 杭电OJ(http://acm.hdu.edu.cn/)
223208
children: [
224209
{
225210
text: "杭电OJ",
@@ -235,16 +220,6 @@ module.exports = [
235220
},
236221
],
237222
},
238-
// {
239-
// text: '刷题平台',
240-
// children: [
241-
// {
242-
// text: '牛客网', link: 'https://www.nowcoder.com/'
243-
// }, {
244-
// text: 'LeetCode', link: 'https://leetcode-cn.com/'
245-
// }
246-
// ]
247-
// },
248223
],
249224
},
250225
{

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
home: true
3-
heroImage: https://cdn.142vip.cn/article-notes/img/image-20200605224832237.png
3+
heroImage: http://cdn.142vip.cn/article-notes/img/image-20200605224832237.png
44
heroText: JavaScriptCollection
55
externalLinkIcon: false
66
tagline: 理论+实战模式下的硬核全栈学习合集,笔记内容持续更新...
File renamed without changes.

0 commit comments

Comments
 (0)