Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 8fb4b80

Browse files
committed
Change documentation to redirect to GH pages
Change the documentation page to just link to the GH pages documentation. This doesn't remove the documentation from the website project (this should be done, at some point, as it will get out of date, otherwise). Signed-off-by: David Brown <[email protected]>
1 parent b413799 commit 8fb4b80

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

_pages/documentation.md

+3-14
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,7 @@ flow:
1313

1414
### Table of contents
1515

16-
{% include docs_toc.html %}
16+
Project documentation is stored within the [project
17+
source](https://github.com/mcu-tools/mcuboot/tree/main/docs).
1718

18-
### Browsing
19-
Information and documentation on the bootloader is stored within the source. For more information
20-
in the source, here are some pointers:
21-
22-
boot/bootutil: The core of the bootloader itself. \
23-
boot/boot_serial: Support for serial upgrade within the bootloader itself. \
24-
boot/zephyr: Port of the bootloader to Zephyr \
25-
boot/mynewt: Mynewt bootloader app \
26-
boot/mbed: Port of the bootloader to Mbed-OS \
27-
boot/nuttx: Bootloader application and port of MCUboot interfaces for NuttX. \
28-
boot/espressif: Bootloader application and MCUboot port for Espressif SoCs. \
29-
imgtool: A tool to securely sign firmware images for booting by MCUboot. \
30-
sim: A bootloader simulator for testing and regression
19+
[Click here to view documentation](https://docs.mcuboot.com/)

0 commit comments

Comments
 (0)