Nicholas Chin has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/84240?usp=email )
Change subject: Doc/rmodules.md: Move to technotes ......................................................................
Doc/rmodules.md: Move to technotes
The content of this page seems to fit the technote category the best, so move it. This also fixes a "document isn't included in any toctree" warning from Sphinx since it is now added to the technotes/index.md toctree.
Change-Id: I86545f4c1a7e1b3ccefa4f6085e764536f33f29c Signed-off-by: Nicholas Chin nic.c3.14@gmail.com --- M Documentation/technotes/index.md R Documentation/technotes/rmodules.md 2 files changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/84240/1
diff --git a/Documentation/technotes/index.md b/Documentation/technotes/index.md index e57519f..a787584 100644 --- a/Documentation/technotes/index.md +++ b/Documentation/technotes/index.md @@ -9,4 +9,5 @@ Unit Test Code Coverage <2021-05-code-coverage.md> Address Sanitizer <asan.md> coreboot Consoles <console.md> +Relocatable Modules <rmodules.md> ``` diff --git a/Documentation/rmodules.md b/Documentation/technotes/rmodules.md similarity index 100% rename from Documentation/rmodules.md rename to Documentation/technotes/rmodules.md