File tree Expand file tree Collapse file tree 4 files changed +36
-11
lines changed
Expand file tree Collapse file tree 4 files changed +36
-11
lines changed Original file line number Diff line number Diff line change 11[book ]
22authors = [" chenxiaolong" ]
3- language = " en "
3+ language = " zh-cn "
44src = " src"
5- title = " 高等数学 "
5+ title = " linux 内核学习 "
66
77[output .html ]
88additional-css = [" ./theme/css/catppuccin.css" , " ./theme/css/custom.css" ]
99default-theme = " latte"
1010preferred-dark-theme = " latte"
1111
12+ [output .html .fold ]
13+ enable = true
14+ level = 10
15+
16+ # mdbook-autosummary
17+ [preprocessor .autosummary ]
18+ index-name = " index.md"
19+ ignore-hidden = true
20+
21+ # This is so that mdBook doesn't start regenerating
22+ # deleted folders before autosummary can remove them from SUMMARY.md
23+ [build ]
24+ create-missing = false
25+
1226[preprocessor .katex ]
13- after = [" links" ]
27+ after = [" autosummary " , " links" ]
Original file line number Diff line number Diff line change 1- # Summary
1+ <!-- Generated by mdbook-autosummary v0.1.9 - do not edit manually! -->
22
3- - [ 高等数学] ( ./高等数学.md )
4- - [ 映射与函数] ( ./映射与函数.md )
5- - [ 洛必达法则] ( ./洛必达法则.md )
6- - [ 泰勒公式] ( ./泰勒公式.md )
7- - [ Windows 驱动开发] ( ./windows_divers.md )
3+ [ ] ( < index.md > )
4+ - [ mdbook 测试] ( < 测试/index.md > )
5+ - [ mdbook 测试] ( < 测试/测试1/index.md > )
6+ - [ mdbook 测试] ( < 测试/测试1/测试2/index.md > )
7+ - [ 高等数学] ( < 高等数学/index.md > )
8+ - [ 映射与函数.md] ( < 高等数学/映射与函数.md > )
9+ - [ 泰勒公式] ( < 高等数学/泰勒公式.md > )
10+ - [ 洛必达法则] ( < 高等数学/洛必达法则.md > )
Original file line number Diff line number Diff line change 11# Windows 驱动开发
2-
3-
Original file line number Diff line number Diff line change 1+
2+ : root {
3+ --content-max-width : 90% ;
4+ }
5+
6+ .nav-chapters {
7+ max-width : 50px ;
8+ min-width : 20px ;
9+ }
10+
111h1 {
212 margin-block-start : 4em ;
313}
You can’t perform that action at this time.
0 commit comments