From 05a8d7cd76d2dcc1b3aa4b43e5b5e0c8831685eb Mon Sep 17 00:00:00 2001 From: Gauthier Provost Date: Tue, 27 Oct 2020 12:33:53 +0800 Subject: [PATCH] Move maskrom page under Recovery section --- mkdocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index c0f9fe1..caf4d1f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -80,6 +80,9 @@ nav: - eMMC Install : 'helios64/install/emmc.md' - SDcard Install : 'helios64/install/sdcard.md' - First Start : 'helios64/install/first-start.md' + - Recovery : + - Recovery Mode: '/helios64/button/#recovery-button' + - Maskrom Mode: 'helios64/maskrom.md' - Hardware: - Overview: 'helios64/hardware.md' - Button: 'helios64/button.md' @@ -90,7 +93,6 @@ nav: - Jumper: 'helios64/jumper.md' - LED: 'helios64/led.md' - M.2: 'helios64/m2.md' - - Maskrom: 'helios64/maskrom.md' - PMIC: 'helios64/pmic.md' - PWM Fan: 'helios64/pwm.md' - RTC: 'helios64/rtc.md'