cushy/guide/book.toml
Jonathan Johnson 6ad6cca32d
Children renamed to WidgetList
Plus more work on the user's guide, which inspired the rename.
2024-01-09 13:26:14 -08:00

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"