0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00
thunderbird-android/docs/book.toml
2024-05-14 13:24:39 +02:00

26 lines
572 B
TOML

[book]
title = "Thunderbird for Android - Developer Documentation"
authors = ["Thunderbird Mobile Team"]
description = "Developer Documentation for the Thunderbird for Android project."
language = "en"
multilingual = false
src = "."
[rust]
edition = "2018"
[build]
build-dir = "book"
create-missing = false
[output.html]
git-repository-url = "https://github.com/thunderbird/thunderbird-android"
git-branch = "main"
fold.enable = true
additional-js = ["assets/mermaid.min.js", "assets/mermaid-init.js"]
[preprocessor]
[preprocessor.mermaid]
command = "mdbook-mermaid"