From f346cccb518d2e0b0c52895e93155f1f49ed8ec4 Mon Sep 17 00:00:00 2001 From: QuantumSoul Date: Sat, 7 Dec 2024 14:13:16 +0100 Subject: [PATCH] Create mkdocs.yml --- mkdocs.yml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 mkdocs.yml diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 000000000..7fdeb24db --- /dev/null +++ b/mkdocs.yml @@ -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 \ No newline at end of file