From 9183c42d5b29330c162684208193164dcafdc345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vit=C3=B3ria=20Silva?= Date: Thu, 30 Oct 2025 15:56:54 +0000 Subject: [PATCH] Moved docs to use material theme --- .../maria-to-postgres-migration.md | 1 + mkdocs.yml | 18 +++++++++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/maria-to-postgres-migration.md b/docs/getting-started/maria-to-postgres-migration.md index 6f74ac55b..53353d92b 100644 --- a/docs/getting-started/maria-to-postgres-migration.md +++ b/docs/getting-started/maria-to-postgres-migration.md @@ -16,6 +16,7 @@ This guide uses Endurain's built-in export/import functionality to migrate your - You will need to use default credentials (admin/admin) on new setup - Keep your existing MariaDB database running for rollback if needed - The import process can take time for large databases with many activities +- Server settings are not migrated ## Migration Steps diff --git a/mkdocs.yml b/mkdocs.yml index 5577d582a..b4b140ee7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,9 +1,21 @@ site_name: Endurain documentation repo_url: https://github.com/joaovitoriasilva/endurain theme: - name: mkdocs - color_mode: auto - user_color_mode_toggle: true + name: material + palette: + # Palette toggle for light mode + - media: "(prefers-color-scheme: light)" + scheme: default + toggle: + icon: material/brightness-7 + name: Switch to dark mode + + # Palette toggle for dark mode + - media: "(prefers-color-scheme: dark)" + scheme: slate + toggle: + icon: material/brightness-4 + name: Switch to light mode nav: - Home: index.md - Hosting Guide: