Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/plugins_redirections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ redirects:
redirect_maps:
blog.md: index.md
blog/2024/10/18/introducing-qchat-a-chat-within-qgis.md: posts/2024-10-18_introducing-QChat-chat-rooms-in-QGIS.md
blog/2024/10/18/introducing-qchat-a-chat-to-collaborate-directly-within-qgis.md: posts/2024-10-18_introducing-QChat-chat-rooms-in-QGIS.md
4 changes: 4 additions & 0 deletions config/plugins_tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tags:
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_TAGS, true]
tags_sort_by: !!python/name:material.plugins.tags.tag_name_casefold
listings_sort_by: !!python/name:material.plugins.tags.item_url
3 changes: 0 additions & 3 deletions mkdocs-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ plugins:
background_image: content/theme/assets/images/geotribu/background_geotribu.png
color: "#56c29e"
font_family: Ubuntu
- tags:
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_TAGS, true]
tags_file: tags.md

# Theme
theme:
Expand Down
4 changes: 0 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ plugins:
background_image: content/theme/assets/images/geotribu/background_geotribu.png
color: "#56c29e"
font_family: Ubuntu
- tags:
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_TAGS, true]
tags_sort_by: !!python/name:material.plugins.tags.tag_name_casefold
listings_sort_by: !!python/name:material.plugins.tags.item_url
- typeset:
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_TYPESET, true]

Expand Down
2 changes: 1 addition & 1 deletion requirements-free.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# No Material Insiders
# --------------------

mkdocs-material[imaging]>=9.5.49,<9.6
mkdocs-material[imaging]>=9.6.1,<9.7

-r requirements.txt
2 changes: 1 addition & 1 deletion requirements-insiders.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Insiders
# --------

git+https://${GH_TOKEN_MATERIAL_INSIDERS}@github.com/squidfunk/mkdocs-material-insiders.git@9.5.49-insiders-4.53.14#egg=mkdocs-material
git+https://${GH_TOKEN_MATERIAL_INSIDERS}@github.com/squidfunk/mkdocs-material-insiders.git@9.6.1-insiders-4.53.15#egg=mkdocs-material
# git+https://${GH_TOKEN_MATERIAL_INSIDERS}@github.com/squidfunk/mkdocs-material-insiders.git

# social plugin requirements
Expand Down