0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 04:02:14 +02:00
thunderbird-android/docs/SUMMARY.md

17 lines
1.1 KiB
Markdown
Raw Normal View History

2024-05-02 16:50:55 +02:00
# Summary
2024-05-02 16:52:27 +02:00
- [Contributing](CONTRIBUTING.md)
2024-05-02 16:50:55 +02:00
- [Design](DESIGN.md)
- [Releasing](RELEASING.md)
- [Translations](translations.md)
2024-05-16 12:01:32 +02:00
- [Java to Kotlin Conversion Guide](contributing/java-to-kotlin-conversion-guide.md)
2024-05-14 13:24:39 +02:00
- [Architecture Decision Records](architecture/adr/README.md)
2024-05-02 16:50:55 +02:00
- [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)
- [0004 - Naming Conventions for Interfaces and Their Implementations](architecture/adr/0004-naming-conventions-for-interfaces-and-their-implementations.md)
- [0005 - Central Project Configuration](architecture/adr/0005-central-project-configuration.md)
- [0006 - White Label Architecture](architecture/adr/0006-white-label-architecture.md)
2024-05-03 11:41:05 +02:00
- [0007 - Project Structure](architecture/adr/0007-project-structure.md)
2024-05-02 16:50:55 +02:00
- [Add Documentation](add-documentation.md)