Files
endurain/mkdocs.yml
João Vitória Silva 9860aeac1f Add Proxmox community script link to navigation
Added an external link to the Proxmox community script under the 'Getting started' section in the navigation menu of mkdocs.yml.
2025-12-15 22:13:54 +00:00

47 lines
1.6 KiB
YAML

site_name: Endurain documentation
repo_url: https://github.com/endurain-project/endurain
theme:
name: material
icon:
admonition:
alert: material/alert
note: material/information
tip: material/lightbulb-on
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
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
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
- Proxmox community script: https://community-scripts.github.io/ProxmoxVE/scripts?id=endurain&category=Gaming+%26+Leisure
- MariaDB to Postgres migration: getting-started/maria-to-postgres-migration.md
- Features:
- Single Sign-On (SSO): features/single-sign-on.md
- 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:
- Setup a development environment: developer-guide/setup-dev-env.md
- Authentication: developer-guide/authentication.md
- Supported types: developer-guide/supported-types.md
- Gallery: gallery.md