Files
endurain/mkdocs.yml
João Vitória Silva 96ed9e99c1 Add MariaDB to Postgres migration guide and configs
Introduces a comprehensive migration guide for moving from MariaDB to PostgreSQL, including troubleshooting and step-by-step instructions. Adds pgloader configuration files and custom transformation functions for handling data conversion, and updates mkdocs navigation to include the new migration documentation.
2025-10-20 22:07:46 +01:00

17 lines
614 B
YAML

site_name: Endurain documentation
repo_url: https://github.com/joaovitoriasilva/endurain
theme:
name: mkdocs
color_mode: auto
user_color_mode_toggle: true
nav:
- Home: index.md
- Hosting Guide:
- Getting started easy: getting-started/getting-started.md
- Getting started advanced: getting-started/advanced-started.md
- MariaDB to Postgres migration: getting-started/maria-to-postgres-migration.md
- Integrations:
- 3rd party apps: integrations/3rd-party-apps.md
- 3rd party services: integrations/3rd-party-services.md
- Developer guide: developer-guide.md
- Gallery: gallery.md