diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2023-04-04 19:31:38 -0600 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-04-20 22:27:25 +0000 |
commit | af3992e28e0d644d781621931870b00b3afac7c0 (patch) | |
tree | 7e98fd1bd22cf81139ce18de6a3ee9dae0025095 /Documentation/mainboard | |
parent | 8fbdefc37fc132d3260a705553be5bf46b56e88c (diff) |
Documentation/mainboard: Add missing Asus toctree references
The new pages for the P8Z77-M, P2B-LS, and P3B-F were missing from
index.md, causing Sphinx to output "document isn't included in any
toctree" warnings.
Change-Id: I7883d48bfbe6bff5595aa9303f9d6f4a55eadc9c
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74189
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'Documentation/mainboard')
-rw-r--r-- | Documentation/mainboard/index.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/mainboard/index.md b/Documentation/mainboard/index.md index 272c6e0b47..c2405de6a5 100644 --- a/Documentation/mainboard/index.md +++ b/Documentation/mainboard/index.md @@ -23,11 +23,14 @@ This section contains documentation about coreboot on specific mainboards. - [A88XM-E](asus/a88xm-e.md) - [F2A85-M](asus/f2a85-m.md) +- [P2B-LS](asus/p2b-ls.md) +- [P3B-F](asus/p3b-f.md) - [P5Q](asus/p5q.md) - [P8C WS](asus/p8c_ws.md) - [P8H61-M LX](asus/p8h61-m_lx.md) - [P8H61-M Pro](asus/p8h61-m_pro.md) - [P8H77-V](asus/p8h77-v.md) +- [P8Z77-M](asus/p8z77-m.md) - [P8Z77-M Pro](asus/p8z77-m_pro.md) - [P8Z77-V](asus/p8z77-v.md) - [wifigo_v1](asus/wifigo_v1.md) |