mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-05-03 03:00:41 -04:00
16 lines
530 B
YAML
16 lines
530 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
|
|
- 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 |