mirror of
https://github.com/danbulant/cushy
synced 2026-05-19 04:08:38 +00:00
14 lines
328 B
TOML
14 lines
328 B
TOML
[book]
|
|
authors = ["Jonathan Johnson"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Cushy User's Guide"
|
|
|
|
[build]
|
|
build-dir = "../target/guide"
|
|
extra-watch-dirs = ["./guide-examples/"]
|
|
|
|
[preprocessor.variables.variables]
|
|
docs = "https://cushy.rs/main/docs/cushy"
|
|
src = "https://github.com/khonsulabs/cushy/tree/main"
|