sevki
8ef278eaa3
Some checks are pending
rust-clippy analyze / Run rust-clippy analyzing (push) Waiting to run
Deploy mdBook site to Pages / build (x86_64-unknown-linux-gnu, stable) (push) Waiting to run
Deploy mdBook site to Pages / deploy (push) Blocked by required conditions
Rust / build (src-lang, wasm32-unknown-unknown, nightly) (push) Waiting to run
Rust / build (src-lang, wasm32-unknown-unknown, stable) (push) Waiting to run
Rust / build (src-lang, x86_64-unknown-linux-gnu, nightly) (push) Waiting to run
Rust / build (src-lang, x86_64-unknown-linux-gnu, stable) (push) Waiting to run
Reviewed-on: #6
22 lines
601 B
TOML
22 lines
601 B
TOML
[book]
|
|
authors = ["@sevki"]
|
|
language = "en"
|
|
multilingual = true
|
|
src = "docs"
|
|
create-missing = false
|
|
# additional css https://raw.githubusercontent.com/oknotokcomputer/okcss/main/ok.css
|
|
[output.html]
|
|
additional-css = ["ok.css", "skill-tree.css"]
|
|
theme = "docs/theme"
|
|
default-theme = "dark"
|
|
git-repository-url = "https://ok.software/ok/src"
|
|
preferred-dark-theme = "rust"
|
|
additional-js = ["viz.js", "full.render.js", "panzoom.min.js", "skill-tree.js"]
|
|
no-section-label = false
|
|
create-missing = false
|
|
|
|
# [preprocessor.svgbob]
|
|
|
|
[preprocessor.alerts]
|
|
[preprocessor.skill-tree]
|
|
command = "mdbook-skill-tree"
|