From 2f3982eb3eeaefae92eb22f64d035c23a60ed6d7 Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 15 Jun 2024 23:54:05 +0930 Subject: [PATCH] refactor(mkdocs): use alternative method for plugins key so merging works !16 nofusscomputing/projects/gitlab-ci!83 nofusscomputing/projects/django_template#57 nofusscomputing/projects/django_template!27 --- gitlab-ci | 2 +- mkdocs.yml | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/gitlab-ci b/gitlab-ci index 6201afa..02422c5 160000 --- a/gitlab-ci +++ b/gitlab-ci @@ -1 +1 @@ -Subproject commit 6201afaf7e82411af1d0d173d54dffe1d404544a +Subproject commit 02422c55b8450d210b53e4cf3ebf0b1c30a4e981 diff --git a/mkdocs.yml b/mkdocs.yml index c3f9c36..6186be1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -53,21 +53,21 @@ extra_css: plugins: - - nfc_tags: - filename: tags.md - folder: pages - css_name: ".tags" - - search: - lang: en + nfc_tags: + filename: tags.md + folder: pages + css_name: ".tags" + search: + lang: en - - git-revision-date-localized: - type: iso_date - enable_creation_date: true - exclude: - - index.md - - tags.md -# - minify: -# minify_html: true + git-revision-date-localized: + type: iso_date + enable_creation_date: true + exclude: + - index.md + - tags.md + # minify: + # minify_html: true