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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user