Skip to content

Commit 43864b4

Browse files
authored
Merge branch 'master' into refactor-aperture
2 parents e24724c + d8672ee commit 43864b4

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- uses: actions/setup-python@v2
1313
with:
1414
python-version: 3.x
15-
- run: pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-awesome-pages-plugin mkdocs-callouts mkdocs-glightbox mkdocs-redirects
15+
- run: pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-awesome-pages-plugin mkdocs-callouts material-plausible-plugin mkdocs-glightbox mkdocs-redirects
1616
- run: mkdocs gh-deploy --force

mkdocs.yml

+20
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ plugins:
3939
- callouts
4040
- glightbox
4141
- search
42+
- material-plausible
4243
- git-revision-date-localized:
4344
type: timeago
4445
- redirects:
@@ -98,6 +99,25 @@ extra:
9899
- icon: fontawesome/brands/discord
99100
link: https://discord.redbrick.dcu.ie
100101
name: Discord
102+
analytics:
103+
provider: plausible
104+
domain: docs.redbrick.dcu.ie
105+
src: "https://plausible.redbrick.dcu.ie/js/script.js"
106+
feedback:
107+
title: Was this page helpful?
108+
ratings:
109+
- icon: material/emoticon-happy-outline
110+
name: This page was helpful
111+
data: good
112+
note: >-
113+
Thanks for your feedback!
114+
115+
- icon: material/emoticon-sad-outline
116+
name: This page could be improved
117+
data: bad
118+
note: >-
119+
Thanks for your feedback! Help us improve this page by
120+
<a href="https://discord.redbrick.dcu.ie" >contacting us!</a>
101121
102122
extra_css:
103123
- stylesheets/extra.css

0 commit comments

Comments
 (0)