[book]
title = "The Trunk Guide"
description = "Documention of Trunk, a web application bundler for Rust"
src = "src"
multilingual = false
language = "en"
authors = ["Jens Reimann <ctron@dentrassi.de>"]
[build]
build-dir = "book/html"
[rust]
edition = "2021"
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.2"
[output.html]
git-repository-url = "https://github.com/trunk-rs/trunk"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/trunk-rs/trunk/edit/main/guide/{path}"
additional-css = [
"./mdbook-admonish.css",
"theme/pagetoc.css"
]
additional-js = [
"theme/pagetoc.js"
]