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.
2 parents 9fead23 + 422e590 commit 4e7de32Copy full SHA for 4e7de32
requirements.txt
@@ -1 +1 @@
1
-mkdocs-material>=5.0.0
+mkdocs-material>=5.2.0
wiki/docs/assets/css/dark.css
wiki/mkdocs.yml
@@ -34,6 +34,7 @@ theme:
34
logo: 'assets/img/logo.png'
35
favicon: 'assets/img/logo.png'
36
palette:
37
+ scheme: 'slate'
38
primary: 'blue'
39
accent: 'cyan'
40
features:
@@ -46,9 +47,6 @@ extra:
46
47
- icon: 'fontawesome/brands/github'
48
link: 'https://github.com/botblock/JavaBotBlockAPI'
49
-extra_css:
50
-- 'assets/css/dark.css'
51
-
52
markdown_extensions:
53
- admonition
54
- codehilite:
0 commit comments