docs: mkdocs social plugin enabled

This commit is contained in:
Mateusz Pusz
2024-01-03 13:26:41 +01:00
parent af075be3ca
commit 21a25013ad
3 changed files with 4 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ jobs:
mkdocs-material-
- name: Installing pip packages
run: |
pip install conan mkdocs-material mkdocs-rss-plugin mike
pip install conan mkdocs-material mkdocs-rss-plugin mkdocs-material[imaging] mike
- name: Prepare git
run: |
git config --global user.name github-actions

View File

@@ -61,6 +61,8 @@ plugins:
- categories
- tags
- search
- social:
enabled: !ENV [CI, false]
- tags:
tags_file: users_guide/examples/tags_index.md

View File

@@ -3,4 +3,5 @@ pre-commit
identify
mkdocs-material
mkdocs-rss-plugin
mkdocs-material[imaging]
mike