src/book.toml

23 lines
601 B
TOML
Raw Normal View History

2024-05-24 11:15:04 +00:00
[book]
authors = ["@sevki"]
language = "en"
multilingual = true
src = "docs"
create-missing = false
2024-05-24 11:15:04 +00:00
# additional css https://raw.githubusercontent.com/oknotokcomputer/okcss/main/ok.css
[output.html]
additional-css = ["ok.css", "skill-tree.css"]
2024-05-27 12:55:17 +00:00
theme = "docs/theme"
2024-05-24 11:15:04 +00:00
default-theme = "dark"
2024-05-27 13:17:28 +00:00
git-repository-url = "https://ok.software/ok/src"
2024-05-24 11:15:04 +00:00
preferred-dark-theme = "rust"
additional-js = ["viz.js", "full.render.js", "panzoom.min.js", "skill-tree.js"]
no-section-label = false
create-missing = false
2024-05-24 11:15:04 +00:00
# [preprocessor.svgbob]
2024-05-24 11:15:04 +00:00
[preprocessor.alerts]
[preprocessor.skill-tree]
command = "mdbook-skill-tree"