From 7f50bcca932151af31eeca0690492c49315a5896 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Fri, 25 Aug 2023 20:54:14 +0200 Subject: [PATCH] doc/mainboard/index: Deduplicate menu points for T530 and W530 Both mainboards have the same documentation. Instead of having two list items referring to the same document, just merge the two items. This fixes the following Sphinx warning: WARNING: duplicated entry found in toctree: mainboard/lenovo/w530 Change-Id: I4140b34db01b1d5f47a39b9c1e33405e7789de63 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/77503 Reviewed-by: Nicholas Chin Tested-by: build bot (Jenkins) --- Documentation/mainboard/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/mainboard/index.md b/Documentation/mainboard/index.md index 0c9dd2eb7d..519d88873c 100644 --- a/Documentation/mainboard/index.md +++ b/Documentation/mainboard/index.md @@ -125,8 +125,7 @@ The boards in this section are not real mainboards, but emulators. ### Ivy Bridge series - [T430](lenovo/t430.md) -- [T530](lenovo/w530.md) -- [W530](lenovo/w530.md) +- [T530 / W530](lenovo/w530.md) - [T430 / T530 / X230 / W530 common](lenovo/Ivy_Bridge_series.md) - [T431s](lenovo/t431s.md) - [X230s](lenovo/x230s.md)