0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00

Enable foldable TOC and minor cleanup

This commit is contained in:
Wolf-Martell Montwé 2024-05-14 13:24:39 +02:00
parent ab22875344
commit 0468e01bc6
No known key found for this signature in database
GPG Key ID: 6D45B21512ACBF72
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
- [Design](DESIGN.md)
- [Releasing](RELEASING.md)
- [Translations](translations.md)
- [Architecture Decision Records (ADR)](architecture/adr/README.md)
- [Architecture Decision Records](architecture/adr/README.md)
- [0001 - Switch From Java to Kotlin](architecture/adr/0001-switch-from-java-to-kotlin.md)
- [0002 - UI - Wrap Material Components in Atomic Design System](architecture/adr/0002-ui-wrap-material-components-in-atomic-design-system.md)
- [0003 - Test - Switch Test Assertions From Truth to Assertk](architecture/adr/0003-switch-test-assertions-from-truth-to-assertk.md)

View File

@ -16,6 +16,7 @@ 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]