-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
64 lines (61 loc) · 1.63 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
54
55
56
57
58
59
60
61
62
63
64
site_name: Fittie
nav:
- Home:
- index.md
- Getting started:
- Decoding: decoding.md
- Iterating over data: iterating_data.md
- Utils: utils.md
- Examples:
- Filtered fields: examples/filtered_fields.md
- Normalized power: examples/normalized_power.md
- Intensity (power): examples/intensity.md
- Highest average power: examples/highest_average_power.md
- Development:
- Profile: development/profile.md
- Scripts: development/scripts.md
- Contributing: development/contributing.md
- Testing: development/testing.md
repo_name: marcelblijleven/fittie
repo_url: https://github.com/marcelblijleven/fittie
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- overrides/.icons
theme:
name: material
custom_dir: docs/overrides
icon:
logo: logo/fittie icon
features:
# Content
- content.code.annotate
- content.code.copy
# Navigation
- navigation.footer
- navigation.tabs
- navigation.tracking
- navigation.top
palette:
- scheme: default
primary: indigo
accent: indigo
# toggle:
# icon: material/brightness-7
# name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
# toggle:
# icon: material/brightness-4
# name: Switch to light mode