diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 6b83165c1..425aba4d9 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -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) diff --git a/docs/core/misc/index.md b/docs/core/misc/index.md index 6642412c0..a02e8617b 100644 --- a/docs/core/misc/index.md +++ b/docs/core/misc/index.md @@ -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)