forked from MobilityData/gbfs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
79 lines (76 loc) · 2.1 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
site_name: General Bikeshare Feed Specification
site_url: https://gbfs.mobilitydata.org
repo_url: https://github.com/nabsa/gbfs
theme:
logo_light_mode: assets/venn.svg
logo_dark_mode: assets/library-white.svg
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: blue
name: material
custom_dir: overrides
favicon: assets/venn-black.svg
font:
text: SF Pro
code: SF Mono
features:
- navigation.tabs
- navigation.indexes
- navigation.top
- toc.integrate
custom_dir: theme_overrides
extra_css:
- assets/stylesheets/extra.css
extra:
analytics:
provider: google
property: G-N7RXJMH84M
social:
- icon: fontawesome/brands/github
link: https://github.com/MobilityData
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/mobilitydata
- icon: fontawesome/brands/slack
link: https://bit.ly/mobilitydata-slack
markdown_extensions:
- attr_list
- md_in_html
- admonition
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
plugins:
- search
- redirects:
redirect_maps:
'home.md': 'index.md'
'major-change-proposals.md': 'specification/change-proposals.md'
'tools-services.md': 'toolbox/index.md'
'faq.md': 'learn/faq.md'
'about.md': 'participate.md'
nav:
- Home: index.md
- Specification:
- specification/index.md
- Current Version: specification/reference.md
- Change Proposals: specification/change-proposals.md
- Governance Process: specification/process.md
- Toolbox:
- toolbox/index.md
- Community Tools and Resources: toolbox/resources.md
- Glossary: toolbox/glossary.md
- Learn:
- learn/index.md
- White Papers:
- learn/white-papers/index.md
- Data Policy: learn/white-papers/data-policy.md
- Data Policy Europe: learn/white-papers/data-policy-europe.md
- FAQ: learn/faq.md
- Participate: participate.md