From 4dedda4497837d36cb99927d0604aaae371b4f07 Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 26 Mar 2020 10:53:08 +1300 Subject: [PATCH] Remove unnecessary plugin (for now) Signed-off-by: David Young --- mkdocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index bcb87e7..66e8415 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -22,8 +22,9 @@ plugins: - search - minify: minify_html: true - - git-revision-date-localized: - type: date + # this doesn't work with the current netlify build process, which modifies .md files in the "publish" subfolder before building + # - git-revision-date-localized: + # type: date - autolinks - htmlproofer