mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-08 23:38:01 -05:00
Added new 'Features' section in docs. Renamed 'sleep-scoring.md' from 'getting-started' to 'features' and updated mkdocs.yml navigation to reflect this change.
33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
site_name: Endurain documentation
|
|
repo_url: https://github.com/joaovitoriasilva/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
|