mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-09 15:57:59 -05:00
Yoga + Me badge
[backend] added support for Yoga [frontend] added support for Yoga [frontend] added "Me" badge if user is logged user in to user list in user settings page [frontend] added missing activity types "Rowing" and "Yoga" to edit activity modal [frontend] Gear now only shows inactive state in gears list [docs]
This commit is contained in:
13
mkdocs.yml
13
mkdocs.yml
@@ -1,5 +1,18 @@
|
||||
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
|
||||
- Getting started: getting-started.md
|
||||
- Integrations:
|
||||
- 3rd party apps:
|
||||
- RunnerUp: integrations/runnerup.md
|
||||
- Apple automations: integrations/apple-automations.md
|
||||
- 3rd party services:
|
||||
- Garmin Connect: integrations/garmin-connect.md
|
||||
- Strava: integrations/strava.md
|
||||
- About:
|
||||
- License: about/license.md
|
||||
Reference in New Issue
Block a user