From aa8a0401ec8442d53ea975e7b40881332d24b641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kope=C4=87?= Date: Mon, 17 Jun 2024 10:31:31 +0200 Subject: [PATCH] mkdocs.yml: add redirects for moved novacustom feature pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Kopeć --- mkdocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 152f548145f..6870ad375b5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -90,6 +90,9 @@ plugins: redirect_maps: 'common-coreboot-docs/dasharo_tools_suite.md': 'dasharo-tools-suite/overview.md' 'variants/clevo_nv41/ec_update.md': 'dasharo-tools-suite/documentation.md' + 'unified/novacustom/fan-profiles.md': 'unified/novacustom/features.md' + 'unified/novacustom/fn-lock-hotkey.md': 'unified/novacustom/features.md' + 'unified/novacustom/rgb-keyboard.md': 'unified/novacustom/features.md' # This parameter excludes the listed pages from being added to the sitemap. # This solves the problem of orphaned pages (pages that are in the site map, # but there are no internal links to them).