-
Notifications
You must be signed in to change notification settings - Fork 14
/
mkdocs.yml
53 lines (50 loc) · 1.52 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
site_name: Geo Activity Playground
site_url: 'https://martin-ueding.github.io/geo-activity-playground/'
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
media: "(prefers-color-scheme: light)"
- scheme: slate
primary: amber
accent: amber
toggle:
icon: material/weather-sunny
name: Switch to light mode
media: "(prefers-color-scheme: dark)"
nav:
- index.md
- Getting Started:
- getting-started/installing-stable-on-linux.md
- getting-started/installing-stable-on-windows.md
- getting-started/installing-git-on-linux.md
- getting-started/docker.md
- getting-started/docker-compose.md
- getting-started/docker-compose-tailscale.md
- getting-started/using-activity-files.md
- getting-started/advanced-metadata-extraction.md
- getting-started/using-strava-api.md
- getting-started/moving-from-strava.md
- getting-started/starting-the-webserver.md
- Features:
- features/overview.md
- features/activity-view.md
- features/calendar.md
- features/heatmaps.md
- features/explorer-tiles.md
- features/eddington.md
- features/equipment.md
- features/upload.md
- features/share-picture.md
- features/kind-rename.md
- Reference:
- reference/changelog.md
- acknowledgments.md
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences