forked from ibi-group/datatools-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
34 lines (32 loc) · 1.12 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
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]
nav:
- Home: 'index.md'
- Data Manager:
- 'Introduction': 'user/introduction.md'
- 'Managing Projects & Feeds': 'user/managing-projects-feeds.md'
- 'Managing Users': 'user/managing-users.md'
- 'GTFS Editor':
- Introduction: 'user/editor/introduction.md'
- Stops: 'user/editor/stops.md'
- Calendars: 'user/editor/calendars.md'
- Routes: 'user/editor/routes.md'
- Patterns: 'user/editor/patterns.md'
- Schedules: 'user/editor/schedules.md'
- Fares: 'user/editor/fares.md'
- Deploying to OTP:
- Overview: user/otp-deployment.md
- Setting up AWS servers: user/setting-up-aws-servers.md
- Adding a deployment server: user/add-deployment-server.md
- Deploying GTFS feeds to OTP: user/deploying-feeds.md
- For Developers:
- Deployment: dev/deployment.md
- Development: dev/development.md
- Migration: dev/migration.md
- Appendices:
- GTFS Validation Warnings: 'user/appendix-gtfs-warnings.md'