File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 2828 restore-keys : |
2929 mkdocs-material-
3030 - run : pip install mkdocs-material
31+ - run : pip install "mkdocs-material[imaging]"
32+ - run : apt-get install libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev
3133 - run : mkdocs gh-deploy --force
Original file line number Diff line number Diff line change @@ -21,4 +21,16 @@ theme:
2121 accent : deep orange
2222 toggle :
2323 icon : material/brightness-4
24- name : Switch to light mode
24+ name : Switch to light mode
25+ plugins :
26+ - social
27+ - search
28+
29+
30+ extra :
31+ social :
32+ # Took this from the goboscript mkdocs yml file
33+ - icon : fontawesome/brands/github
34+ link : https://github.com/scratch-api
35+ - icon : fontawesome/brands/discord
36+ link : https://discord.gg/mgxyyfnfk8
You can’t perform that action at this time.
0 commit comments