Skip to content

Commit

Permalink
Merge pull request #348 from AutoResearch/feat/mkdocs-theme
Browse files Browse the repository at this point in the history
docs: adjusted mkdocs theme
  • Loading branch information
musslick authored Apr 17, 2023
2 parents 2478244 + 4be4575 commit 9fe7856
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Binary file added docs/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ edit_uri: 'blob/main/docs/'

theme:
name: material
logo: img/logo.png
palette:
# Palette toggle for light mode
- scheme: default
primary: black
toggle:
icon: material/brightness-7
name: Switch to dark mode

# Palette toggle for dark mode
- scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to light mode
custom_dir: mkdocs/overrides
features:
- content.action.edit
Expand Down

0 comments on commit 9fe7856

Please sign in to comment.