1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 06:18:07 +00:00

docs(core): add entries to index

This commit is contained in:
matejcik 2022-01-07 15:18:32 +01:00 committed by matejcik
parent 09732530f6
commit 4ab33f0b69
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@
- [Tests](core/tests/index.md)
- [SystemView instrumentation](core/systemview/index.md)
- [Miscellaneous](core/misc/index.md)
- [Code style](core/misc/codestyle.md)
- [SLIP-39](core/misc/slip0039.md)
- [Exceptions usage](core/misc/exceptions.md)
- [Memory fragmentation management](core/misc/fragmentation.md)

View File

@ -2,5 +2,7 @@
Topics that do not fit elsewhere:
- [Code style](codestyle.md)
- [SLIP-39 in Core](slip0039.md)
- [Exceptions usage](exceptions.md)
- [Memory fragmentation management](fragmentation.md)