31 lines
758 B
TOML
31 lines
758 B
TOML
[book]
|
|
authors = ["Erin <contact@the-system.eu.org>"]
|
|
description = "Core documentation for the Mercury project"
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Mercury Docs"
|
|
|
|
[rust]
|
|
edition = "2021"
|
|
|
|
[preprocessor]
|
|
|
|
[preprocessor.catppuccin]
|
|
assets_version = "0.1.1" # DO NOT EDIT: Managed by `mdbook-catppuccin install`
|
|
|
|
[preprocessor.mermaid]
|
|
command = "mdbook-mermaid"
|
|
|
|
[preprocessor.admonish]
|
|
command = "mdbook-admonish"
|
|
assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install`
|
|
|
|
[output]
|
|
|
|
[output.html]
|
|
additional-css = ["./theme/catppuccin.css", "./theme/catppuccin-highlight.css", "././mdbook-admonish.css"]
|
|
additional-js = ["mermaid.min.js", "mermaid-init.js"]
|
|
preferred-dark-theme="mocha"
|
|
preferred-light-theme="latte"
|