Compare commits

...

1 Commits

Author SHA1 Message Date
jango-blockchained
f74154d96f docs: Disable social cards and pin social plugin version
- Modify MkDocs configuration to disable social cards
- Pin mkdocs-social-plugin to version 0.1.0 in requirements
- Prevent potential issues with social card generation
2025-02-05 23:41:08 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ mkdocs-minify-plugin>=0.7.1
mkdocs-git-revision-date-plugin>=0.3.2
mkdocstrings>=0.24.0
mkdocstrings-python>=1.0.0
mkdocs-social-plugin>=0.1.1
mkdocs-social-plugin==0.1.0
mkdocs-redirects>=1.2.1
mkdocs-glightbox>=0.3.4
pillow>=10.0.0

View File

@@ -53,7 +53,8 @@ plugins:
minify_html: true
- git-revision-date-plugin
- mkdocstrings
- social
- social:
cards: false # Disable social cards if they cause issues
- tags
- redirects
- gh-deploy