forked from catalogueglobal/datatools-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
28 lines (27 loc) · 961 Bytes
/
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
site_name: Transit Data Tools Docs
site_url: http://conveyal-data-tools.readthedocs.io
repo_url: https://github.com/conveyal/datatools-manager
docs_dir: docs
site_dir: target/mkdocs
theme: readthedocs
extra_css: [style.css]
pages:
- Home: 'index.md'
- User Guide:
- Data Manager:
- 'Introduction': 'user/introduction.md'
- 'Managing Projects & Feeds': 'user/managing-projects-feeds.md'
- 'Managing Users': 'user/managing-users.md'
- 'Appendix: GTFS Validation Warnings': 'user/appendix-gtfs-warnings.md'
- 'GTFS Editor':
- Introduction: 'user/editor/introduction.md'
- Routes: 'user/editor/routes.md'
- Patterns: 'user/editor/patterns.md'
- Stops: 'user/editor/stops.md'
- Schedules: 'user/editor/schedules.md'
- Calendars: 'user/editor/calendars.md'
- Fares: 'user/editor/fares.md'
- Development Guide:
- Deployment: dev/deployment.md
- Development: dev/development.md
- Migration: dev/migration.md