mirror of
https://github.com/wez/wezterm.git
synced 2024-11-24 07:46:59 +03:00
93c3a6381d
This helps to avoid being overwhelmed by the number of pages! refs: https://github.com/rust-lang/mdBook/issues/1724
22 lines
384 B
TOML
22 lines
384 B
TOML
[book]
|
|
title = "Wez's Terminal Emulator"
|
|
author = "Wez Furlong"
|
|
src = "."
|
|
|
|
[build]
|
|
build-dir = "../gh_pages"
|
|
create-missing = false
|
|
|
|
[output.html]
|
|
additional-css = ["custom.css"]
|
|
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
|