From 4ab33f0b69d08ae6c55e8fed8b75c5b5c537309b Mon Sep 17 00:00:00 2001 From: matejcik Date: Fri, 7 Jan 2022 15:18:32 +0100 Subject: [PATCH] docs(core): add entries to index --- docs/SUMMARY.md | 1 + docs/core/misc/index.md | 2 ++ 2 files changed, 3 insertions(+) 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)