Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,31 @@ nav:
- Contributing: contributing.md
- License: license.md

exclude_docs: images/*.md

theme:
name: material
features:
- navigation.expand
- content.code.copy
- content.action.edit
- navigation.footer
- navigation.instant
- navigation.instant.progress
- navigation.tracking
custom_dir: docs/overrides
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to light mode

markdown_extensions:
- toc:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mkdocs==1.2.4
mkdocs-material==7.3.6
mkdocs==1.5.3
mkdocs-material==9.1.*
Loading