-
Notifications
You must be signed in to change notification settings - Fork 21
/
mkdocs.yml
475 lines (461 loc) · 17.5 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
site_name: General Transit Feed Specification
site_url: https://gtfs.org
repo_url: https://github.com/google/transit
repo_name: GTFS Repository
docs_dir: 'docs/' # Where to find the English markdown files
validation:
nav:
omitted_files: info
not_found: warn
absolute_links: info
links:
not_found: warn
absolute_links: ignore
unrecognized_links: ignore
theme:
locale: en
custom_dir: overrides/
logo: assets/logo.png
logo_light_mode: assets/logo.png
favicon: assets/favicon.ico
palette:
- media: "(prefers-color-scheme: light)"
scheme: gtfs
primary: custom
accent: custom
name: material
font:
text: Mulish
code: SF Mono
features:
- navigation.tabs
- navigation.indexes
- navigation.top
- navigation.footer
- content.tabs.link
- search.suggest
icon:
repo: fontawesome/brands/github
extra_css:
- assets/stylesheets/extra.css
- assets/stylesheets/footer.css
extra:
analytics:
provider: google
property: G-DRBTC7SSDT
# feedback:
# # title: Was this page helpful?
# ratings:
# - icon: material/numeric-positive-1
# name: This page was helpful
# data: 1
# note: >-
# Thanks for your feedback!
# - icon: material/numeric-negative-1
# name: This page could be improved
# data: 0
# note: >-
# Thanks for your feedback! Help us improve this page by using our <a href="https://share.mobilitydata.org/gtfs-org-feedback-form?usp=pp_url&entry.942719219={url}" target=_blank>feedback form</a>.
consent:
title: Cookie Consent
description: >-
We use cookies to track visits, stored anonymously. With your consent, you're helping us to make our documentation better. See our <a href="https://mobilitydata.org/privacy-policy/">Privacy Policy</a>.
actions:
- accept
- reject
- manage
social:
- icon: fontawesome/solid/square-rss
name: GTFS Digest RSS feed
link: https://gtfs.org/blog/feed_rss_created.xml
- 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
alternate:
- name: English
link: /
lang: en
- name: Français
link: /fr/
lang: fr
- name: Español
link: /es/
lang: es
- name: 日本語
link: /ja/
lang: ja
- name: Deutsch (wird bald verfügbar sein)
link: /de/
lang: de
- name: Português (em breve)
link: /pt/
lang: pt
- name: Русский (будет добавлен позже)
link: /ru/
lang: ru
- name: Bahasa Indonesia (akan segera hadir)
link: /id/
lang: id
- name: 한국어 (곧 제공 예정)
link: /ko/
lang: ko
- name: 中文 - 简体(即将推出)
link: /zh/
lang: zh
- name: 中文 - 繁體(即將推出)
link: /zh-TW/
lang: zh-TW
markdown_extensions:
- attr_list
- footnotes
- md_in_html
- admonition
- meta
- 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
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true
plugins:
# - offline:
# enabled: !ENV [OFFLINE, true]
- external-markdown
- privacy:
assets: false
links_attr_map:
target: _blank
- search:
lang:
- en
- i18n:
docs_structure: folder
reconfigure_search: false
reconfigure_material: true
fallback_to_default: true
languages:
- locale: en
name: English
build: true
default: true
- locale: es
name: Español
build: true
nav_translations:
Home: Inicio
Getting started: Primeros pasos
What is GTFS?: ¿Qué es GTFS?
Why use GTFS?: ¿Por qué utilizar GTFS?
How to produce GTFS?: ¿Cómo producir GTFS?
Create: Crear
Validate: Validar
Publish: Publicar
What can GTFS do?: ¿Qué puede hacer GTFS?
Overview: Descripción general
Base: Base
Base add-ons: Complementos
Accessibility: Accesibilidad
Fares: Tarifas
Pathways: Recorridos
Flexible services: Servicios Flexibles
Example GTFS feed: Ejemplo de un feed GTFS
Technical Documentation: Documentación técnica
Reference: Referencia
Best Practices: Mejores prácticas
Data examples: Ejemplos de datos
Attributions: Atribuciones
Continuous stops: Paradas continuas
Demand responsive services: Servicios sobre demanda
Fares v1: Tarifas v1
Fares v2: Tarifas v2
Feed information: Información del feed
Frequencies: Frecuencias
Pathways: Recorridos (Pathways)
Routes, Stops & Trips: Rutas, Paradas y Viajes
Text-to-speech: Texto a voz
Transfers: Transferencias
Translations: Traducciones
Change history: Historial de cambios
Recent additions: Adiciones recientes
Full revision history: Historial completo de revisiones
Feed Entities: Entidades del feed
Trip Updates: Actualizaciones de viaje (Trip Updates)
Service Alerts: Alertas de servicio (Service Alerts)
Vehicle Positions: Posiciones del vehículo (Vehicle Positions)
Trip Modifications: Modificaciones de viaje (Trip Modifications)
Protobuf: Protobuf
Language Bindings: Bindings de lenguaje
Migration duplicated: Migración duplicada
Community: Comunidad
Get involved: Involúcrese
Governance: Governanza
GTFS Schedule Amendment Process: Proceso de modificación GTFS Schedule
GTFS Realtime Amendment Process: Proceso de modificación GTFS Realtime
Extensions: Extensiones
Fares v2: Fares v2
Flex: Flex
About: Acerca de
Blog: Blog
- locale: fr
name: Français
build: true
nav_translations:
Home: Accueil
Getting started: Premiers pas
Getting Started: Premiers pas
What is GTFS?: Qu’est-ce que GTFS ?
Why use GTFS?: Pourquoi utiliser GTFS ?
How to produce GTFS?: Comment produire du GTFS ?
Create: Créer
Validate: Valider
Publish: Publier
What can GTFS do?: Que peut faire GTFS ?
Overview: Aperçu
Base: Base
Base add-ons: Modules Complémentaires à Base
Accessibility: Accessibilité
Fares: Tarifs
Pathways: Pathways
Flexible services: Services flexibles
Example GTFS feed: Exemple de flux GTFS
Technical Documentation: Documentation technique
Reference: Référence
Best Practices: Bonnes pratiques
Data examples: Exemples de données
Attributions: Attributions
Continuous stops: Arrêts continus
Demand responsive services: Transport à la demande
Fares v1: Fares v1
Fares v2: Fares v2
Feed information: Informations sur le flux
Frequencies: Fréquences
Pathways: Pathways
Routes, Stops & Trips: Lignes, arrêts et trajets
Text-to-speech: Synthèse vocale
Transfers: Transferts
Translations: Traductions
Change history: Historique des changements
Recent additions: Ajouts récents
Recent Additions: Ajouts récents
Full revision history: Historique complet des révisions
Feed Entities: Entités de flux
Trip Updates: Mises à jour du voyage
Trip updates: Mises à jour du voyage
Service Alerts: Alertes de service
Service alerts: Alertes de service
Vehicle Positions: Positions des véhicules
Trip Modifications: Trip Modifications
Protobuf: Protobuf
Language Bindings: Binding de langage
Migration duplicated: Migration dupliquée
Community: Communauté
Software for Creating APIs: Logiciel de création d'API
Data: Données
Agency Tools: Outils pour les agences
Hardware: Matériel
Visualizations: Visualisations
Other: Autre
Get involved: S'impliquer
Governance: Gouvernance
GTFS Schedule Amendment Process: Processus de modification GTFS Schedule
GTFS Realtime Amendment Process: Processus de modification GTFS Realtime
Extensions: Extensions
Fares v2: Fares v2
Flex: Flex
About: À propos
Blog: Blogue
- locale: de
name: Deutsch
build: true
- locale: ja
name: 日本語
build: true
nav_translations:
Home: ホーム
Getting started: 始めに
Getting Started: 始めに
What is GTFS?: GTFS とは何ですか?
Why use GTFS?: GTFS を使用する理由
How to produce GTFS?: GTFS を作成するには?
Create: 作る
Validate: 検証
Publish: 公開
What can GTFS do?: GTFS で何ができる?
Overview: 概要
Base: ベース
Base add-ons: ベースアドオン
Accessibility: アクセシビリティ
Fares: 運賃
Pathways: 経路
Flexible services: 柔軟なサービス
Example GTFS feed: GTFS フィードの例
Technical Documentation: 技術文書
Reference: 参照
Best Practices: ベストプラクティス
Data examples: データ例
Attributions: 帰属
Continuous stops: 連続ストップ
Demand responsive services: デマンド対応輸送
Fares v1: Fares v1
Fares v2: Fares v2
Feed information: フィード情報
Frequencies: フリークエンシー
Pathways: 経路
Routes, Stops & Trips: ルート、ストップ、トリップ
Text-to-speech: テキスト読み上げ
Transfers: トランスファー
Translations: 翻訳
Change history: 変更履歴
Recent additions: 最近の追加
Recent Additions: 最近の追加
Full revision history: 完全な改訂履歴
Feed Entities: フィードエンティティ
Trip Updates: 旅行最新情報
Trip updates: 旅行最新情報
Service Alerts: サービスアラート
Service alerts: サービスアラート
Vehicle Positions: 自車位置
Trip Modifications: 旅行の変更
Protobuf: Protobuf
Language Bindings: 言語のバインディング
Migration duplicated: 重複した移行
Community: コミュニティ
Software for Creating APIs: API作成用ソフトウェア
Data: データ
Agency Tools: エージェンシーツール
Hardware: ハードウェア
Visualizations: 視覚化
Other: その他
Get involved: 参加する
Governance: 統治
GTFS Schedule Amendment Process: GTFS スケジュール修正プロセス
GTFS Realtime Amendment Process: GTFS realtime 修正プロセス
Extensions: エクステンション
Flex: Flex
About: アバウト
Blog: ブログ
- locale: pt
name: Português
build: true
- locale: ru
name: Русский
build: true
- locale: id
name: Bahasa Indonesia
build: true
- locale: ko
name: 한국어
build: true
- locale: zh
name: 中文 - 简体
build: true
- locale: zh-TW
name: 中文 - 繁體
build: true
nav:
- Home: index.md
- Getting started:
- What is GTFS?: getting-started/what-is-GTFS.md
- Why use GTFS?: getting-started/why-use-GTFS.md
- How to produce GTFS?:
- Create: getting-started/create.md
- Validate: getting-started/validate.md
- Publish: getting-started/publish.md
- What can GTFS do?:
- Overview: getting-started/features/overview.md
- Base: getting-started/features/base.md
- Base add-ons: getting-started/features/base-add-ons.md
- Accessibility: getting-started/features/accessibility.md
- Fares: getting-started/features/fares.md
- Pathways: getting-started/features/pathways.md
- Flexible services: getting-started/features/flexible-services.md
- Example GTFS feed: getting-started/example-feed.md
- Technical Documentation:
- Overview: documentation/overview.md
- Schedule:
- Reference: documentation/schedule/reference.md
- Best Practices: documentation/schedule/schedule-best-practices.md
- Data examples:
- Attributions: documentation/schedule/examples/attributions.md
- Continuous stops: documentation/schedule/examples/continuous-stops.md
- Demand responsive services: documentation/schedule/examples/flex.md
- Fares v1: documentation/schedule/examples/fares-v1.md
- Fares v2: documentation/schedule/examples/fares-v2.md
- Feed information: documentation/schedule/examples/feed-info.md
- Frequencies: documentation/schedule/examples/frequencies.md
- Pathways: documentation/schedule/examples/pathways.md
- Routes, Stops & Trips: documentation/schedule/examples/routes-stops-trips.md
- Text-to-speech: documentation/schedule/examples/text-to-speech.md
- Transfers: documentation/schedule/examples/transfers.md
- Translations: documentation/schedule/examples/translations.md
- Change history:
- Recent additions: documentation/schedule/change-history/recent-additions.md
- Full revision history: documentation/schedule/change-history/revision-history.md
- Realtime:
- Reference: documentation/realtime/reference.md
- Best Practices: documentation/realtime/realtime-best-practices.md
- Feed Entities:
- Overview: documentation/realtime/feed-entities/overview.md
- Trip Updates: documentation/realtime/feed-entities/trip-updates.md
- Service Alerts: documentation/realtime/feed-entities/service-alerts.md
- Vehicle Positions: documentation/realtime/feed-entities/vehicle-positions.md
- Trip Modifications: documentation/realtime/feed-entities/trip-modifications.md
- Protobuf: documentation/realtime/proto.md
- Language Bindings:
- Overview: documentation/realtime/language-bindings/overview.md
- .NET: documentation/realtime/language-bindings/dotnet.md
- Java: documentation/realtime/language-bindings/java.md
- JavaScript/Node.js: documentation/realtime/language-bindings/nodejs.md
- Python: documentation/realtime/language-bindings/python.md
- Golang: documentation/realtime/language-bindings/golang.md
- Ruby: documentation/realtime/language-bindings/ruby.md
- PHP: documentation/realtime/language-bindings/php.md
- Data examples:
- Service alerts: documentation/realtime/examples/service-alerts.md
- Trip updates: documentation/realtime/examples/trip-updates.md
- Migration duplicated: documentation/realtime/examples/migration-duplicated.md
- Change history:
- Recent Additions: documentation/realtime/change-history/recent-additions.md
- Full revision history: documentation/realtime/change-history/revision-history.md
- Community:
- Get involved: community/get-involved.md
- Governance:
- GTFS Schedule Amendment Process: community/governance/gtfs-schedule-amendment-process.md
- GTFS Realtime Amendment Process: community/governance/gtfs-realtime-amendment-process.md
- Extensions:
- Overview: community/extensions/overview.md
- Fares v2: community/extensions/fares-v2.md
- Flex: community/extensions/flex.md
- Resources:
- Overview: resources/overview.md
- Getting Started: resources/getting-started.md
- Community: resources/community.md
- Data: resources/data.md
- Software for Creating APIs: resources/software-for-creating-apis.md
- Agency Tools: resources/agency-tools.md
- Hardware: resources/hardware.md
- Apps: resources/apps.md
- SDKs: resources/sdk.md
- Visualizations: resources/visualizations.md
- GTFS: resources/gtfs.md
- GTFS Realtime: resources/gtfs-realtime.md
- SIRI: resources/siri.md
- Multimodal: resources/multimodal.md
- Other: resources/other.md
- About:
- about/index.md
- Blog:
- blog/index.md