docs: add link to encrypted_images.md and cleanup
Add a link to the topic about encrypted images to the start page.
Clean up the existing links to make the table of contents more
consistent.
Signed-off-by: Ruth Fuchss <ruth.fuchss@nordicsemi.no>
diff --git a/docs/index.md b/docs/index.md
index 6f8472f..d9c70cb 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -15,20 +15,21 @@
## Contents
-- General: this document
+- General - this document
- [Release notes](release-notes.md)
-- [design](design.md): for the design
-- [imgtool](imgtool.md): The image signing and key management
+- [Bootloader design](design.md)
+- [Encrypted images](encrypted_images.md)
+- [imgtool](imgtool.md) - image signing and key management
- Usage instructions:
- [Zephyr](readme-zephyr.md)
- [Mynewt](readme-mynewt.md)
- [RIOT](readme-riot.md)
-- [Patch submission](SubmittingPatches.md) for information
- on how to contribute to mcuboot.
+- [Patch submission](SubmittingPatches.md) - information
+ on how to contribute to mcuboot
- Testing
- - The [Zephyr](testplan-zephyr.md) test plan.
- - The [mynewt](testplan-mynewt.md) test plan.
-- Our [release process](release.md).
+ - [Zephyr](testplan-zephyr.md) test plan
+ - [mynewt](testplan-mynewt.md) test plan
+- [Release process](release.md)
There is also a document about [signed images](signed_images.md) that is out
of date. You should use `imgtool.py` instead of these documents.