mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-27 07:05:27 +00:00
Updated Wiki content
14
mkdocs.yml
14
mkdocs.yml
@@ -23,15 +23,21 @@ theme:
|
|||||||
#- navigation.top # adds back to top button - not working
|
#- navigation.top # adds back to top button - not working
|
||||||
- navigation.footer # adds next and previous buttons
|
- navigation.footer # adds next and previous buttons
|
||||||
- navigation.indexes
|
- navigation.indexes
|
||||||
palette: # show dark mode toggle
|
palette: # Automatic light/dark mode with toggle
|
||||||
- scheme: default # light mode
|
- media: "(prefers-color-scheme)" # Auto-detect system preference
|
||||||
|
toggle:
|
||||||
|
icon: material/brightness-auto
|
||||||
|
name: Switch to light mode
|
||||||
|
- media: "(prefers-color-scheme: light)" # Light mode
|
||||||
|
scheme: default
|
||||||
toggle:
|
toggle:
|
||||||
icon: material/weather-sunny
|
icon: material/weather-sunny
|
||||||
name: Switch to dark mode
|
name: Switch to dark mode
|
||||||
- scheme: slate # dark mode
|
- media: "(prefers-color-scheme: dark)" # Dark mode
|
||||||
|
scheme: slate
|
||||||
toggle:
|
toggle:
|
||||||
icon: material/weather-night
|
icon: material/weather-night
|
||||||
name: Switch to light mode
|
name: Switch to system preference
|
||||||
font: false # default font only pulls font with 300, 400, 400i and 700 weight
|
font: false # default font only pulls font with 300, 400, 400i and 700 weight
|
||||||
# pulled fonts with CSS method. Fonts are pulled from Google and its same for Defaut behaviour
|
# pulled fonts with CSS method. Fonts are pulled from Google and its same for Defaut behaviour
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user