File tree 4 files changed +7
-2
lines changed
4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 14
14
- run : pip install mkdocs
15
15
- run : pip install mkdocs-material
16
16
- run : pip install git+https://github.com/srymh/MkdocsTagPlugin.git@ac1f02ba95527d11d84b5ec87f4e63851d57fc7d
17
+ - run : pip install git+https://github.com/rkoe/mkdocs-emailprotect@ef91e3dda367bd6a3f65dda183559e1b929d6240
17
18
- run : mkdocs gh-deploy --force
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ The plugins in use include
19
19
20
20
* [ Material Theme for mkdocs] ( https://squidfunk.github.io/mkdocs-material/ )
21
21
* [ 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 )
22
23
23
24
There is a full list of plugins here
24
25
Original file line number Diff line number Diff line change 5
5
name : material
6
6
custom_dir : ' custom/theme'
7
7
plugins :
8
- - mdoctag
9
8
- search
10
-
9
+ - mdoctag
10
+ - emailprotect
Original file line number Diff line number Diff line change @@ -4,3 +4,6 @@ mkdocs-material
4
4
5
5
# Tags for mkdocs
6
6
git+https://github.com/srymh/MkdocsTagPlugin.git@ac1f02ba95527d11d84b5ec87f4e63851d57fc7d
7
+
8
+ # Protection for email links
9
+ git+https://github.com/rkoe/mkdocs-emailprotect@ef91e3dda367bd6a3f65dda183559e1b929d6240
You can’t perform that action at this time.
0 commit comments