-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
111 lines (92 loc) · 2.8 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
site_name: FreeMoCap Documentation
repo_url: https://github.com/freemocap/freemocap
edit_uri: blob/master/docs/
theme:
name: material
logo: assets/fmc-logo-transparent-bkgd.png
favicon: assets/skelly_freemocap_favicon.ico
features:
- navigation.tabs
- navigation.instant
- navigation.tracking
- navigation.sections
# - navigation.expand
# - toc.integrate
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
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
extra_css:
- stylesheets/extra.css
#custom_dir: overrides
nav:
- Home: 'index.md'
- About Us: 'about_us.md'
- Getting Started:
- Welcome: 'getting_started/index.md'
- Installation: 'getting_started/installation.md'
- Your First Recording: 'getting_started/your_first_recording.md'
- Single-Camera Tutorial: 'getting_started/single_camera_recording.md'
- Multi-Camera Calibration Tutorial: 'getting_started/multi_camera_calibration.md'
- Resources: 'resources/index.md'
- Troubleshooting:
- Installation Troubleshooting: 'troubleshooting/installation_troubleshooting.md'
- Calibration Troubleshooting: 'troubleshooting/calibration_troubleshooting.md'
- Contributing:
- Contributing Guide: 'contributing/index.md'
- Python Style Guide: 'contributing/python_code_style_guide.md'
- Community:
- Code of Conduct: 'community/code_of_conduct.md'
- Privacy Policy: 'community/privacy_policy.md'
markdown_extensions:
- abbr
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
baselevel: 2
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/freemocap
- icon: fontawesome/brands/github
link: https://github.com/freemocap/freemocap
- icon: fontawesome/brands/discord
link: https://discord.gg/SgdnzbHDTG
- icon: fontawesome/brands/twitch
link: https://twitch.tv/freemocap
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/c/jonmatthis
plugins:
- mkdocs-video
- search