mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-01-21 08:22:19 +01:00
24 lines
489 B
TOML
24 lines
489 B
TOML
[book]
|
|
title = "Mozilla Syncstorage-rs"
|
|
authors = ["Storage Team", "Barry Chen", "Philip Jenvey", "Taddes Korris"]
|
|
description = "Detailed description and operation of Mozilla's Syncstorage & Tokenserver."
|
|
language = "en"
|
|
|
|
[rust]
|
|
edition = "2021" # RUST_VER
|
|
|
|
[build]
|
|
build-dir = "output"
|
|
|
|
[output.html]
|
|
additional-css = ["style.css"]
|
|
additional-js = ["mermaid.min.js", "mermaid-init.js"]
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
|
|
[preprocessor]
|
|
|
|
[preprocessor.mermaid]
|
|
command = "mdbook-mermaid"
|