From 7a5cba125aa9cb6a5c90a4e9c80dc7603b38aae6 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 3 Jan 2021 11:15:44 +0100 Subject: [PATCH] Update mkdocs.yml Fix: wrong indentation: expected 8 but found 10 (indentation) --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index f13adb92b..ea6be7fe3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -60,8 +60,8 @@ plugins: discord.md: https://discord.gg/Vau8dZ3 - redirects: redirect_maps: - 'Collection-of-Custom-Formats-for-RadarrV3.md': 'Radarr-collection-of-custom-formats.md' - 'Radarr-Quality-Settings-File-Size.md': 'Radarr-quality-settings-file-size.md' + 'Collection-of-Custom-Formats-for-RadarrV3.md': 'Radarr-collection-of-custom-formats.md' + 'Radarr-Quality-Settings-File-Size.md': 'Radarr-quality-settings-file-size.md' theme: name: material