@@ -26,12 +26,12 @@ plugins:
2626 - " */templates/*"
2727 - " *.yml"
2828 - git-authors :
29- enabled : !ENV [ENABLED_GIT_AUTHORS , False]
29+ enabled : !ENV [MKDOCS_ENABLE_PLUGIN_GIT_AUTHORS , False]
3030 exclude :
3131 - index.md
3232 show_contribution : true
3333 - git-revision-date-localized :
34- enabled : !ENV [ENABLED_GIT_REVISION_DATE , False]
34+ enabled : !ENV [MKDOCS_ENABLE_PLUGIN_GIT_DATES , False]
3535 enable_creation_date : true
3636 fallback_to_build_date : true
3737 locale : fr
@@ -51,6 +51,7 @@ plugins:
5151 as_creation : " date"
5252 as_update : false
5353 datetime_format : " %Y-%m-%d %H:%M"
54+ enabled : !ENV [MKDOCS_ENABLE_PLUGIN_RSS, false]
5455 image : " https://cdn.geotribu.fr/img/internal/charte/geotribu_logo_64x64.png"
5556 length : 50
5657 match_path : " (articles|rdp)/.*"
@@ -59,7 +60,8 @@ plugins:
5960 utm_source : " rss-feed"
6061 utm_medium : " RSS"
6162 utm_campaign : " feed-syndication"
62- - search
63+ - search :
64+ lang : fr
6365 - macros :
6466 include_dir : content/toc_nav_ignored/snippets
6567 - redirects :
@@ -94,6 +96,8 @@ plugins:
9496 " contribuer/workflow_article.md " : " contribuer/articles/workflow.md"
9597 " contribuer/backup.md " : " contribuer/internal/backup.md"
9698 " contribuer/build_site/markdown_engine.md " : " contribuer/internal/markdown_engine.md"
99+ - tags :
100+ tags_file : tags.md
97101
98102# Theme
99103theme :
@@ -186,14 +190,13 @@ extra_css:
186190extra_javascript :
187191 - " theme/assets/javascripts/extra.js"
188192 -
" https://cdn.jsdelivr.net/npm/[email protected] /dist/wa-mediabox.min.js" 189- -
" https://unpkg.com/[email protected] /dist/mermaid.min.js" 190193
191194# Extensions to enhance markdown - see: https://squidfunk.github.io/mkdocs-material/getting-started/#extensions
192195markdown_extensions :
193196 - abbr
194- - attr_list
195197 # Admonition - https://squidfunk.github.io/mkdocs-material/extensions/admonition/
196198 - admonition
199+ - attr_list
197200 # Footnotes - https://squidfunk.github.io/mkdocs-material/reference/footnotes/
198201 - footnotes
199202 # Metadata - https://squidfunk.github.io/mkdocs-material/extensions/metadata
@@ -218,7 +221,7 @@ markdown_extensions:
218221 custom_fences :
219222 - name : mermaid
220223 class : mermaid
221- format : !!python/name:pymdownx.superfences.fence_div_format
224+ format : !!python/name:pymdownx.superfences.fence_code_format
222225 - pymdownx.tabbed :
223226 alternate_style : true
224227 - pymdownx.tasklist :
0 commit comments