-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
137 lines (133 loc) · 3.77 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
site_name: General Bikeshare Feed Specification
site_url: https://gbfs.org
repo_url: https://github.com/MobilityData/gbfs
validation:
nav:
omitted_files: info
not_found: warn
absolute_links: info
links:
not_found: warn
absolute_links: ignore
unrecognized_links: ignore
theme:
language: en
locale: en
logo_light_mode: assets/venn.svg
logo_dark_mode: assets/venn.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
# - navigation.instant
# - navigation.instant.progress
- toc.integrate
- content.tabs.link
- search.suggest
custom_dir: theme_overrides
icon:
alternate: octicons/globe-24
extra_css:
- assets/stylesheets/extra.css
extra:
analytics:
provider: google
property: G-N7RXJMH84M
consent:
title: Cookie Consent
description: >-
We use cookies to track visits, stored anonymously. With your consent, you’re helping us improve this documentation. See our <a href="https://mobilitydata.org/privacy-policy/">Privacy Policy</a>.
actions:
- accept
- reject
- manage
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://share.mobilitydata.org/slack
markdown_extensions:
- attr_list
- md_in_html
- admonition
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
plugins:
- search:
lang: en
- redirects:
redirect_maps:
'home.md': 'index.md'
'major-change-proposals.md': 'https://github.com/MobilityData/gbfs/issues'
'tools-services.md': 'tools.md'
'faq.md': 'specification/faq.md'
'about.md': 'community.md'
- external-markdown
- i18n:
docs_structure: folder
reconfigure_search: false
reconfigure_material: true
languages:
- locale: en
name: English
build: true
default: true
- locale: fr
name: Français
build: true
nav_translations:
Home: Accueil
Get started: Premiers pas
Documentation: Documentation
Current Version: Version actuelle
Governance Process: Processus de gouvernance
Data Quality: Qualité des données
Data Policy: Politique en matière de données
FAQ: FAQ
Tools: Outils
Community: Communauté
- locale: es
name: Español
build: true
nav_translations:
Home: Hogar
Get started: Primeros pasos
Documentation: Documentación
Current Version: Versión actual
Governance Process: Proceso de Gobernanza
Data Quality: Calidad de los datos
Data Policy: Política de datos
FAQ: FAQ
Tools: Herramientas
Community: Comunidad
nav:
- Home: index.md
- Get started: guide.md
- Documentation:
- specification/index.md
- Current Version: specification/reference.md
- Governance Process: specification/process.md
- Data Quality: specification/data-quality.md
- Data Policy: specification/data-policy.md
- FAQ: specification/faq.md
- Tools: tools.md
- Community: community.md