Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-22 13:56:56 +01:00
parent 75dc487a7a
commit 39c29d175b
6317 changed files with 388324 additions and 2 deletions

38
docs/book.toml Normal file
View file

@ -0,0 +1,38 @@
[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]