1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Add docs theme toggle and update requirements.txt

This commit is contained in:
Mario Sarcher 2020-10-29 17:08:00 +01:00
parent 7921d146e0
commit 7e1f962bca
2 changed files with 15 additions and 4 deletions

View File

@ -49,7 +49,14 @@ theme:
favicon: img/favicon.ico
logo: img/lens-logo-icon.svg
palette:
scheme: preference
- scheme: default
toggle:
icon: material/toggle-switch
name: Switch to light mode
- scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
features:
- navigation.instant

View File

@ -1,4 +1,8 @@
# Direct dependencies
mkdocs==1.1.2
mkdocs-material==6.1.0
mkdocs-git-revision-date-localized-plugin==0.7.3
mkdocs>=1.1
Pygments>=2.4
markdown>=3.2
pymdown-extensions>=7.0
mkdocs-material-extensions>=1.0
mkdocs-git-revision-date-localized-plugin>=0.7.3
mkdocs-material>=6.1.0