Skip to content

Commit 112524c

Browse files
committed
added plugin for additional protection of email links
1 parent d6aff81 commit 112524c

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ jobs:
1414
- run: pip install mkdocs
1515
- run: pip install mkdocs-material
1616
- run: pip install git+https://github.com/srymh/MkdocsTagPlugin.git@ac1f02ba95527d11d84b5ec87f4e63851d57fc7d
17+
- run: pip install git+https://github.com/rkoe/mkdocs-emailprotect@ef91e3dda367bd6a3f65dda183559e1b929d6240
1718
- run: mkdocs gh-deploy --force

Development.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The plugins in use include
1919

2020
* [Material Theme for mkdocs](https://squidfunk.github.io/mkdocs-material/)
2121
* [MkdocsTagPlugin - Support for Tags](https://github.com/srymh/MkdocsTagPlugin)
22+
* [Mkdocs Emailprotect - Additional protection for email address's against bots](https://github.com/rkoe/mkdocs-emailprotect)
2223

2324
There is a full list of plugins here
2425

mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ theme:
55
name: material
66
custom_dir: 'custom/theme'
77
plugins:
8-
- mdoctag
98
- search
10-
9+
- mdoctag
10+
- emailprotect

virtenv/dev_requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ mkdocs-material
44

55
# Tags for mkdocs
66
git+https://github.com/srymh/MkdocsTagPlugin.git@ac1f02ba95527d11d84b5ec87f4e63851d57fc7d
7+
8+
# Protection for email links
9+
git+https://github.com/rkoe/mkdocs-emailprotect@ef91e3dda367bd6a3f65dda183559e1b929d6240

0 commit comments

Comments
 (0)