Skip to content

Commit c6fe1de

Browse files
committed
fix
1 parent 17362a0 commit c6fe1de

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed
2.26 KB
Loading

docs/_sidebar.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
1-
- 算法
1+
- :pencil2: 算法
22

33
- [剑指 Offer 题解](notes/剑指%20offer%20题解.md)
44
- [Leetcode 题解](notes/Leetcode%20题解)
55
- [算法](notes/算法.md)
66

7-
- 操作系统
7+
- :computer: 操作系统
88

99
- [计算机操作系统](notes/计算机操作系统.md)
1010
- [Linux](notes/Linux.md)
1111

12-
- 网络
12+
- :cloud: 网络
1313

1414
- [计算机网络](notes/计算机网络.md)
1515
- [HTTP](notes/HTTP.md)
1616
- [Sockets](notes/Sockets.md)
1717

18-
- 面向对象
18+
- :couple: 面向对象
1919

2020
- [设计模式](notes/设计模式.md)
2121
- [面向对象思想](notes/面向对象思想.md)
2222

23-
- 数据库
23+
- :floppy_disk: 数据库
2424

2525
- [数据库系统原理](notes/数据库系统原理.md)
2626
- [SQL](notes/SQL.md)
2727
- [Leetcode-Database 题解](notes/Leetcode-Database%20题解.md)
2828
- [MySQL](notes/MySQL.md)
2929
- [Redis](notes/Redis.md)
3030

31-
- Java
31+
- :coffee: Java
3232

3333
- [Java 基础](notes/Java%20基础.md)
3434
- [Java 容器](notes/Java%20容器.md)
3535
- [Java 并发](notes/Java%20并发.md)
3636
- [Java 虚拟机](notes/Java%20虚拟机.md)
3737
- [Java I/O](notes/Java%20IO.md)
3838

39-
- 系统设计
39+
- :bulb: 系统设计
4040

4141
- [系统设计基础](notes/系统设计基础.md)
4242
- [分布式](notes/分布式.md)
@@ -45,7 +45,7 @@
4545
- [缓存](notes/缓存.md)
4646
- [消息队列](notes/消息队列.md)
4747

48-
- 工具
48+
- :hammer:工具
4949

5050
- [Git](notes/Git.md)
5151
- [Docker](notes/Docker.md)

docs/index.html

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,19 @@
2323
name: 'CS-Notes',
2424
repo: '',
2525
loadSidebar: true,
26-
subMaxLevel: 2,
27-
coverpage: true
26+
subMaxLevel: 1,
27+
coverpage: true,
28+
auto2top: true,
29+
// logo: '/_media/logomakr-3sxxzw-128x128.png'
2830
}
29-
const gitalk = new Gitalk({
30-
clientID: '0a3e1a4c29a4778f35f2',
31-
clientSecret: '5bf2890d68acc32cbf8327924805a0b48e15f64c',
32-
repo: 'test',
33-
owner: 'CyC2018',
34-
admin: ['CyC2018'],
35-
distractionFreeMode: false
36-
})
31+
// const gitalk = new Gitalk({
32+
// clientID: '0a3e1a4c29a4778f35f2',
33+
// clientSecret: '5bf2890d68acc32cbf8327924805a0b48e15f64c',
34+
// repo: 'test',
35+
// owner: 'CyC2018',
36+
// admin: ['CyC2018'],
37+
// distractionFreeMode: false
38+
// })
3739
</script>
3840
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
3941
</body>

0 commit comments

Comments
 (0)