[book]
title = "Badness"
authors = ["Johan Larsson"]
description = "Badness is a formatter, linter, and language server for LaTeX."
language = "en"
[output.html]
smart-punctuation = true
default-theme = "light"
preferred-dark-theme = "navy"
git-repository-url = "https://github.com/jolars/badness"
edit-url-template = "https://github.com/jolars/badness/edit/main/docs/{path}"
additional-js = [
"theme/vendor/vega.min.js",
"theme/vendor/vega-lite.min.js",
"theme/vendor/vega-embed.min.js",
"theme/bench-charts.js",
]
additional-css = ["theme/bench-charts.css"]
[preprocessor]
[preprocessor.doc-utils]
command = "cargo run --quiet --manifest-path doc-utils/Cargo.toml"
optional = true