mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-10 08:17:59 -05:00
Replaced all references to 'joaovitoriasilva/endurain' with 'endurain-project/endurain' across documentation, templates, Docker examples, and code. Updated badge URLs, Docker image paths, and author email in backend metadata to reflect the new organization. This ensures consistency and correct attribution following the repository migration.
33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
site_name: Endurain documentation
|
|
repo_url: https://github.com/endurain-project/endurain
|
|
theme:
|
|
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:
|
|
- Getting started easy: getting-started/getting-started.md
|
|
- Getting started advanced: getting-started/advanced-started.md
|
|
- Bare-Metal Installation Guide: getting-started/bare-metal.md
|
|
- MariaDB to Postgres migration: getting-started/maria-to-postgres-migration.md
|
|
- Features:
|
|
- Sleep Scoring: features/sleep-scoring.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
|