We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17247f9 commit 1726892Copy full SHA for 1726892
2 files changed
.github/workflows/mkdocs.yml
@@ -28,4 +28,6 @@ jobs:
28
restore-keys: |
29
mkdocs-material-
30
- 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
33
- run: mkdocs gh-deploy --force
mkdocs.yml
@@ -21,4 +21,16 @@ theme:
21
accent: deep orange
22
toggle:
23
icon: material/brightness-4
24
- name: Switch to light mode
+ name: Switch to light mode
25
+plugins:
26
+ - social
27
+ - search
+
+extra:
+ social:
+ # Took this from the goboscript mkdocs yml file
+ - icon: fontawesome/brands/github
34
+ link: https://github.com/scratch-api
35
+ - icon: fontawesome/brands/discord
36
+ link: https://discord.gg/mgxyyfnfk8
0 commit comments