We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2182919 commit 8c9712aCopy full SHA for 8c9712a
docs/computer-science.md
@@ -2,7 +2,7 @@
2
icon: material/state-machine
3
---
4
5
-# Computer science
+# Computer Science
6
7
!!! danger
8
mkdocs.yml
@@ -41,6 +41,7 @@ plugins:
41
- search
42
- git-revision-date-localized
43
- macros # For contribution icons
44
+ - social # For embeds
45
extra:
46
meta:
47
description: "A complete set of VCE Algorithmics notes. Constantly revised since 2022"
requirements.txt
@@ -1,3 +1,4 @@
1
mkdocs-material~=9.6.16
mkdocs-git-revision-date-localized-plugin~=1.4.7
-mkdocs-macros-plugin~=1.3.7
+mkdocs-macros-plugin~=1.3.7
+mkdocs-material[imaging]
0 commit comments