mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
Create mkdocs.yml
This commit is contained in:
+49
@@ -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
|
||||
Reference in New Issue
Block a user