Skip to content

Commit 0eb24c5

Browse files
committed
doc: mcuboot: Add compression file to list of files
Adds this new file so it is included in documentation generation Signed-off-by: Jamie McCrae <[email protected]>
1 parent da2c088 commit 0eb24c5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

doc/mcuboot/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@
8787
(MCUBOOT_BASE / "docs", "SECURITY.md"),
8888
(MCUBOOT_BASE / "docs", "signed_images.md"),
8989
(MCUBOOT_BASE / "docs", "SubmittingPatches.md"),
90+
(MCUBOOT_BASE / "docs", "compression_format.md"),
91+
(MCUBOOT_BASE / "docs", "images/decomp.png"),
9092
]
9193

9294

doc/mcuboot/wrapper.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Topics that are not relevant for the integration of MCUboot in the nRF Connect S
1717

1818
index-ncs.rst
1919
release-notes.md
20+
compression_format.md
2021
design.md
2122
encrypted_images.md
2223
imgtool.md

0 commit comments

Comments
 (0)