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 8b90dca + 7604379 commit a5c2a6dCopy full SHA for a5c2a6d
mkdocs.yml
@@ -8,11 +8,12 @@ theme:
8
custom_dir: 'theme'
9
logo: ''
10
palette:
11
- primary: 'blue grey'
12
- accent: 'indigo'
+ - scheme: 'slate'
+ primary: 'blue grey'
13
+ accent: 'indigo'
14
language: en
15
features:
- - tabs
16
+ - navigation.tabs
17
18
extra_css:
19
- 'assets/stylesheets/style.css'
requirements.txt
@@ -1,4 +1,4 @@
1
-mkdocs-material==5.1.0
+mkdocs-material==6.1.4
2
mkdocs-markdownextradata-plugin
3
mkdocs-git-revision-date-plugin
4
mdx_gh_links
0 commit comments