k9-mail/docs/book.toml

39 lines
1 KiB
TOML
Raw Permalink Normal View History

2025-11-22 13:56:56 +01:00
[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/docs/latest"
create-missing = false
[output.html]
git-repository-url = "https://github.com/thunderbird/thunderbird-android"
edit-url-template = "https://github.com/thunderbird/thunderbird-android/edit/main/{path}"
git-branch = "main"
fold.enable = true
theme = "assets/theme"
additional-js = ["assets/theme/mermaid.min.js", "assets/theme/mermaid-init.js", "assets/theme/navigation.js", "assets/theme/pagetoc.js"]
additional-css = ["assets/theme/last-changed.css", "assets/theme/navigation.css", "assets/theme/pagetoc.css"]
[preprocessor]
[preprocessor.alerts]
[preprocessor.external-links]
[preprocessor.last-changed]
command = "mdbook-last-changed"
renderer = ["html"]
[preprocessor.mermaid]
command = "mdbook-mermaid"
[preprocessor.pagetoc]