mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-09 15:57:59 -05:00
Added an external link to the Proxmox community script under the 'Getting started' section in the navigation menu of mkdocs.yml.
47 lines
1.6 KiB
YAML
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
|