mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-09 15:57:59 -05:00
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.
17 lines
614 B
YAML
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 |