mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 21:32:13 +03:00
docs: enable folding in navigation area
This helps to avoid being overwhelmed by the number of pages! refs: https://github.com/rust-lang/mdBook/issues/1724
This commit is contained in:
parent
31f16375ed
commit
93c3a6381d
@ -137,6 +137,7 @@ TOC = [
|
||||
Page("Key Binding", "config/keys.md"),
|
||||
Page("Mouse Binding", "config/mouse.md"),
|
||||
Page("Colors & Appearance", "config/appearance.md"),
|
||||
GenColorScheme("Color Schemes", "colorschemes"),
|
||||
],
|
||||
),
|
||||
Page("Scrollback", "scrollback.md"),
|
||||
@ -152,7 +153,6 @@ TOC = [
|
||||
Page("F.A.Q.", "faq.md"),
|
||||
Page("Getting Help", "help.md"),
|
||||
Page("Contributing", "contributing.md"),
|
||||
GenColorScheme("Color Schemes", "colorschemes"),
|
||||
Page(
|
||||
"Lua Reference",
|
||||
"config/lua/general.md",
|
||||
|
@ -13,5 +13,9 @@ default-theme = "ayu"
|
||||
preferred-dark-theme = "ayu"
|
||||
git-repository-url = "https://github.com/wez/wezterm"
|
||||
|
||||
[output.html.fold]
|
||||
enable = true
|
||||
level = 1
|
||||
|
||||
[output.linkcheck]
|
||||
traverse-parent-directories = false
|
||||
|
Loading…
Reference in New Issue
Block a user