forked from opentripplanner/OpenTripPlanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
69 lines (66 loc) · 2.96 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
# This file configures the generation of static documentation by MkDocs
# based on Markdown source files in the 'docs' directory of the OTP repo.
# This static documentation is built and served by Readthedocs
# at opentripplanner.readthedocs.org
site_name: OpenTripPlanner 2
site_url: https://docs.opentripplanner.org
repo_url: https://github.com/opentripplanner/OpenTripPlanner
docs_dir: docs
site_dir: target/mkdocs
# MkDocs will automatically discover pages if you don't list them here.
# In that case subdirectories can be used to organize pages.
# The list below organizes them into categories and controls the order.
pages:
- Home: 'index.md'
- About:
- Governance: 'Governance.md'
- History: 'History.md'
- Deployments: 'Deployments.md'
- Changelog: 'Changelog.md'
- Comparing OTP2 to OTP1: 'Version-Comparison.md'
- OTP2 migration guide: 'OTP2-MigrationGuide.md'
- Visual Identity: 'Visual-Identity.md'
- 'Usage':
- Basic Tutorial: 'Basic-Tutorial.md'
- Getting OTP: 'Getting-OTP.md'
- Container image: 'Container-Image.md'
- Configuration:
- Introduction: 'Configuration.md'
- Build: 'BuildConfiguration.md'
- "Boarding locations": 'BoardingLocations.md'
- Router: 'RouterConfiguration.md'
- Accessibility: 'Accessibility.md'
- Preparing OSM Data: 'Preparing-OSM.md'
- Netex and SIRI: 'Netex-Norway.md'
- Security: 'Security.md'
- Troubleshooting: 'Troubleshooting-Routing.md'
- Development:
- "Developers' Guide": 'Developers-Guide.md'
- Interfaces and Data Sources: 'Interfaces-Data-Sources.md'
- Localization: 'Localization.md'
- Bibliography: 'Bibliography.md'
- Codestyle: 'Codestyle.md'
- Sandbox development: 'SandboxExtension.md'
- Sandbox:
- About: 'SandboxExtension.md'
- Actuator API: 'sandbox/ActuatorAPI.md'
- Direct transfer analyzer: 'sandbox/transferanalyzer.md'
- Google Cloud Storage: 'sandbox/GoogleCloudStorage.md'
- HSL Legacy GraphQL API: 'sandbox/LegacyGraphQLApi.md'
- Transmodel(NeTEx) GraphQL API: 'sandbox/TransmodelApi.md'
- SIRI Updater (Google Cloud): 'sandbox/SiriUpdator.md'
- SIRI Updater (Azure): 'sandbox/SiriAzureUpdater.md'
- Vehicle Rental Service Directory API support: 'sandbox/VehicleRentalServiceDirectory.md'
- Smoove Bike Rental Updator Support: 'sandbox/SmooveBikeRental.md'
- Mapbox Vector Tiles API: 'sandbox/MapboxVectorTilesApi.md'
- Flex Routing: 'sandbox/Flex.md'
- Report API: 'sandbox/ReportApi.md'
- Interactive OTP Launcher: 'sandbox/InteractiveOtpMain.md'
- Park and Ride API: 'sandbox/ParkAndRideApi.md'
- Data Overlay: 'sandbox/DataOverlay.md'
- Vehicle Parking Updaters: 'sandbox/VehicleParking.md'
- Vehicle-to-stop Heuristics: 'sandbox/VehicleToStopHeuristics.md'
- Geocoder API: 'sandbox/GeocoderAPI.md'
- Travel time isochrones: 'sandbox/TravelTime.md'
- IBI accessibility score: 'sandbox/IBIAccessibilityScore.md'
- Fares: 'sandbox/Fares.md'