From 9832fdf7738589bb36527a5cc14527ebb6ef71fc Mon Sep 17 00:00:00 2001 From: Paulo Ribeiro Date: Sun, 15 Nov 2020 19:38:00 +0000 Subject: [PATCH 1/2] fix: Disable RSS plugin As of now, the plugin doesn't support submodules. I opened a ticket on the GitHub project for the plugin: https://github.com/Guts/mkdocs-rss-plugin/issues/23 --- mkdocs.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 79d42d3e26..6568cff48e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -56,10 +56,12 @@ markdown_extensions: plugins: - search - git-revision-date-localized +# The RSS plugin is disabled because it doesn't support submodules yet, +# see https://github.com/Guts/mkdocs-rss-plugin/issues/23 +# - rss: +# image: "https://docs.codacy.com/assets/images/codacy-logo.png" - monorepo - markdownextradata - - rss: - image: "https://docs.codacy.com/assets/images/codacy-logo.png" - redirects: redirect_maps: # Redirect legacy Zendesk knowledge base pages From 6212794e1e36676f4cfdf3119c5568740ddeb818 Mon Sep 17 00:00:00 2001 From: Paulo Ribeiro Date: Sun, 15 Nov 2020 19:38:32 +0000 Subject: [PATCH 2/2] style: Correct indentation spacing --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 6568cff48e..3a310ceb7e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -30,8 +30,8 @@ strict: true # Extra variables extra: - version: "3.0.0" - segment_key: "4sT1ml0BeKdR1RtrK5dSQmwxmvcUpYtL" + version: "3.0.0" + segment_key: "4sT1ml0BeKdR1RtrK5dSQmwxmvcUpYtL" # Repository # repo_name: "codacy/docs"