File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 12
12
- uses : actions/setup-python@v2
13
13
with :
14
14
python-version : 3.x
15
- - run : pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-awesome-pages-plugin mkdocs-callouts
15
+ - run : pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-awesome-pages-plugin mkdocs-callouts material-plausible-plugin
16
16
- run : mkdocs gh-deploy --force
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ plugins:
32
32
- awesome-pages
33
33
- callouts
34
34
- search
35
+ - material-plausible
35
36
- git-revision-date-localized :
36
37
type : timeago
37
38
@@ -48,6 +49,26 @@ markdown_extensions:
48
49
49
50
extra :
50
51
github_org : https://github.com/redbrick
52
+ analytics :
53
+ provider : plausible
54
+ domain : docs.redbrick.dcu.ie
55
+ src : " https://plausible.redbrick.dcu.ie/js/script.js"
56
+ feedback :
57
+ title : Was this page helpful?
58
+ ratings :
59
+ - icon : material/emoticon-happy-outline
60
+ name : This page was helpful
61
+ data : good
62
+ note : >-
63
+ Thanks for your feedback!
64
+
65
+ - icon : material/emoticon-sad-outline
66
+ name : This page could be improved
67
+ data : bad
68
+ note : >-
69
+ Thanks for your feedback! Help us improve this page by
70
+ <a href="https://discord.redbrick.dcu.ie" >contacting us!</a>
71
+
51
72
52
73
extra_css :
53
74
- stylesheets/extra.css
You can’t perform that action at this time.
0 commit comments