Skip to content

Commit bc13bd8

Browse files
committed
docs: 更新文档
1 parent 2db389c commit bc13bd8

File tree

12 files changed

+32
-14
lines changed

12 files changed

+32
-14
lines changed

docs/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
permalink: /changelog.html
33
headerDepth: 1
4+
sidebar: false
45
---
56

67
# 变更记录
@@ -28,6 +29,7 @@ headerDepth: 1
2829

2930
::: tip
3031

31-
对于发布早于 0.0.1 的历史版本,详见[Github 仓库](https://github.com/142vip/JavaScriptCollection/blob/master/CHANGELOG.md)
32+
对于发布早于 0.0.1
33+
的历史版本,详见[Github 仓库](https://github.com/142vip/JavaScriptCollection/blob/master/CHANGELOG.md)
3234

3335
:::

docs/artalk.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar: false
3+
---
4+
15
# 接入Artalk评论系统
26

37
```bash

docs/big-event-history.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 大事记
33
permalink: /big-event-history.html
4+
sidebar: false
45
---
56

67
# 大事记

docs/deploy-backup.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar: false
3+
---
4+
15
# deploy脚本备份
26

37
```js

docs/develop-skill/code-manager/CI-CD.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jobs:
5858
uses: actions/setup-node@v3
5959
with:
6060
node-version: 18.18.0
61-
# 淘宝镜像加速
62-
registry-url: 'https://registry.npmmirror.com'
6361
# 缓存
6462
cache: pnpm
6563

docs/develop-skill/code-style/eslint.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,17 @@ pnpm i eslint -D
2929

3030
相关`eslint``package.json`文件如下:
3131

32-
```package.json
33-
"@typescript-eslint/eslint-plugin": "^5.53.0",
34-
"@typescript-eslint/parser": "^5.53.0",
35-
"eslint": "^8.34.0",
36-
"eslint-config-standard": "^17.0.0",
37-
"eslint-plugin-import": "^2.25.2",
38-
"eslint-plugin-n": "^15.0.0",
39-
"eslint-plugin-promise": "^6.0.0",
40-
"eslint-plugin-vue": "^9.9.0",
32+
```json5
33+
{
34+
"@typescript-eslint/eslint-plugin": "^5.53.0",
35+
"@typescript-eslint/parser": "^5.53.0",
36+
"eslint": "^8.34.0",
37+
"eslint-config-standard": "^17.0.0",
38+
"eslint-plugin-import": "^2.25.2",
39+
"eslint-plugin-n": "^15.0.0",
40+
"eslint-plugin-promise": "^6.0.0",
41+
"eslint-plugin-vue": "^9.9.0",
42+
}
4143
```
4244

4345
## 参考资料

docs/good-idea.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar: false
3+
---
4+
15
# 好的想法
26

37
### 网站置灰

docs/quick-start.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 快速开始
33
permalink: /quick-start.html
44
headerDepth: 2
5+
sidebar: false
56
---
67

78
# 快速开始

docs/solo-algorithm/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ permalink: /solo-algorithm
185185
- ~~在O(1)时间内删除链表节点~~
186186
- [ ] [【较难】删除链表中重复的结点]()
187187
- [ ] 链表中环的入口结点[暂时没思路]
188-
- [ ]【较难】复杂链表的复制[暂时没有思路]
188+
- [ ]【较难】复杂链表的复制[暂时没有思路]
189189

190190
###
191191

docs/solo-algorithm/interview-101/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: 面试必刷Top101
1111
### 链表
1212

1313
- [x] [1.反转链表【简单】](链表/reverseList.md)
14-
- [ ] [2.链表内指定区间反转 【中等】](链表/reverseBetween.md)
14+
- [x] [2.链表内指定区间反转 【中等】](链表/reverseBetween.md)
1515
- [ ] [3.链表中的节点每k个一组翻转 【中等】](链表/reverseGroup.md)
1616
- [ ] [4.合并两个排序的链表 【简单】](链表/merge.md)
1717
- [ ] [5.合并k个已排序的链表 【较难】](链表/mergeKLists.md)

docs/wechat-list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 公众号文章
33
permalink: /wechat-list.html
4+
sidebar: false
45
---
56

67
# 公众号文章

docs/常用网站.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 常用网站
33
permalink: /frequent-site-link.html
4+
sidebar: false
45
---
56

67
# 常用网站

0 commit comments

Comments
 (0)