update the default folding layers of toc from 1 to 0

pull/1163/head
sunface 2 years ago
parent 9e5a0853b0
commit 83cb5dfcf9

@ -17,7 +17,7 @@ copy-js = true
[output.html.fold]
enable = true
level = 1
level = 0
[rust]
edition = "2021" #在线运行用2021版本的

@ -124,7 +124,7 @@
- [一些疑难问题的解决办法](advance/async/pain-points-and-workarounds.md)
- [实践应用Async Web 服务器](advance/async/web-server.md)
- [进阶实战: 实现一个简单 redis](advance-practice/intro.md)
- [进阶实战: 实现一个简单 Redis](advance-practice/intro.md)
- [tokio 概览](advance-practice/overview.md)
- [使用初印象](advance-practice/getting-startted.md)
- [创建异步任务](advance-practice/spawning.md)

Loading…
Cancel
Save