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 0c14c85 commit 181d80eCopy full SHA for 181d80e
.gitignore
@@ -0,0 +1 @@
1
+.cache
mkdocs.yml
@@ -4,9 +4,22 @@ theme:
4
features:
5
- navigation.sections
6
logo: images/logos/logo1.png
7
+ palette:
8
+ - scheme: slate
9
+ toggle:
10
+ icon: material/brightness-4
11
+ name: Switch to light mode
12
+ - scheme: default
13
14
+ icon: material/brightness-7
15
+ name: Switch to dark mode
16
extra:
17
footer: ""
18
extra_css:
19
- stylesheets/cleanup.css
20
markdown_extensions:
21
- admonition
22
+plugins:
23
+ - search
24
+ - privacy
25
+
0 commit comments