From a0d9dc0fd342e5e38ea9d95fe268038dd6b55998 Mon Sep 17 00:00:00 2001 From: Mike Pilgrem Date: Wed, 7 Aug 2024 22:58:01 +0100 Subject: [PATCH] Fix linting of mkdocs.yml --- mkdocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 30574714c8..6a654bf2ae 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -165,7 +165,7 @@ plugins: search: {} redirects: redirect_maps: - 'yaml_configuration.md' : 'configure/yaml/index.md' - 'build_command.md' : 'commands/build_command.md' - 'custom_snapshot.md' : 'topics/custom_snapshot.md' - 'lock_files.md' : 'topics/lock_files.md' + 'yaml_configuration.md': 'configure/yaml/index.md' + 'build_command.md': 'commands/build_command.md' + 'custom_snapshot.md': 'topics/custom_snapshot.md' + 'lock_files.md': 'topics/lock_files.md'