mirror of
https://github.com/leptos-rs/book.git
synced 2025-12-27 05:15:31 -05:00
23 lines
588 B
TOML
23 lines
588 B
TOML
[output.html]
|
|
additional-css = [
|
|
"./mdbook-admonish.css",
|
|
"./mdbook-admonish-custom.css",
|
|
"./sandbox.css",
|
|
]
|
|
additional-js = ["./sandbox.js"]
|
|
git-repository-url = "https://github.com/leptos-rs/book"
|
|
edit-url-template = "https://github.com/leptos-rs/book/edit/main/{path}"
|
|
[output.html.playground]
|
|
runnable = false
|
|
|
|
[preprocessor]
|
|
|
|
[preprocessor.admonish]
|
|
command = "mdbook-admonish"
|
|
assets_version = "3.0.1" # do not edit: managed by `mdbook-admonish install`
|
|
|
|
[[preprocessor.admonish.custom]]
|
|
directive = "sandbox"
|
|
color = "#DCFF50"
|
|
icon = "./CodeSandbox-Square-Logo.svg"
|