1
1
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:
Wez Furlong 2022-01-09 10:13:07 -07:00
parent 31f16375ed
commit 93c3a6381d
2 changed files with 5 additions and 1 deletions

View File

@ -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",

View File

@ -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