Create mkdocs.yml

This commit is contained in:
QuantumSoul
2024-12-07 14:13:16 +01:00
parent 6c9101dfaf
commit f346cccb51
+49
View File
@@ -0,0 +1,49 @@
site_name: SD.Next Documentation
site_url: https://vladmandic.github.io/automatic
repo_url: https://github.com/vladmandic/automatic
repo_name: vladmandic/automatic
docs_dir: wiki
theme:
name: material
features:
- navigation.footer
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tracking
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
primary: teal
accent: pink
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
primary: green
accent: yellow
logo: assets/favicon.svg
favicon: assets/favicon.svg
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/VjvR2tabEX
name: Discord
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@SDNext
name: Youtube
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences