mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 12:54:25 +02:00
docs: mkdocs social plugin enabled
This commit is contained in:
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
|||||||
mkdocs-material-
|
mkdocs-material-
|
||||||
- name: Installing pip packages
|
- name: Installing pip packages
|
||||||
run: |
|
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
|
- name: Prepare git
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name github-actions
|
git config --global user.name github-actions
|
||||||
|
@@ -61,6 +61,8 @@ plugins:
|
|||||||
- categories
|
- categories
|
||||||
- tags
|
- tags
|
||||||
- search
|
- search
|
||||||
|
- social:
|
||||||
|
enabled: !ENV [CI, false]
|
||||||
- tags:
|
- tags:
|
||||||
tags_file: users_guide/examples/tags_index.md
|
tags_file: users_guide/examples/tags_index.md
|
||||||
|
|
||||||
|
@@ -3,4 +3,5 @@ pre-commit
|
|||||||
identify
|
identify
|
||||||
mkdocs-material
|
mkdocs-material
|
||||||
mkdocs-rss-plugin
|
mkdocs-rss-plugin
|
||||||
|
mkdocs-material[imaging]
|
||||||
mike
|
mike
|
||||||
|
Reference in New Issue
Block a user