From fd1f7d25a547ab6f300eb6d5190a8201ccf9345f Mon Sep 17 00:00:00 2001 From: isabelle-dr Date: Mon, 15 Jan 2024 13:54:08 -0500 Subject: [PATCH] Add Publishing section (#276) * Update index.md Add a publish section * Add publish page to the nav * Update link now that Publishing Best Practices are part of the spec --- docs/schedule/index.md | 2 +- docs/schedule/publishing.md | 2 +- mkdocs.yml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/schedule/index.md b/docs/schedule/index.md index 46163c06a..e3c3af92a 100644 --- a/docs/schedule/index.md +++ b/docs/schedule/index.md @@ -5,7 +5,7 @@ # GTFS Schedule Overview
- ReferenceBest PracticesExamplesChangesValidate + ReferenceBest PracticesExamplesChangesValidatePublish
## Getting Started diff --git a/docs/schedule/publishing.md b/docs/schedule/publishing.md index b19a4960a..3cbd23d03 100644 --- a/docs/schedule/publishing.md +++ b/docs/schedule/publishing.md @@ -71,7 +71,7 @@ In the event you have multiple GTFS datasets available to you—usually the resu ## Resources and Further Reading -* [Best Practices for Publishing GTFS Data](http://gtfs.org/best-practices/#dataset-publishing--general-practices) +* [Best Practices for Publishing GTFS Data](https://gtfs.org/schedule/reference/#dataset-publishing-general-practices) * [Applications and Uses for GTFS Data](http://gtfs.org/applications) * [Principles of Open Data](https://project-open-data.cio.gov/principles/) * [Cal-ITP - California Transit Data Guidelines](https://dot.ca.gov/cal-itp/california-minimum-general-transit-feed-specification-gtfs-guidelines) diff --git a/mkdocs.yml b/mkdocs.yml index 1685eed25..dfa1263e1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -553,7 +553,7 @@ nav: - Fares v1: schedule/examples/fares-v1.md - Fares v2: schedule/examples/fares-v2.md - Frequencies: schedule/examples/frequencies.md - - Pathways: schedule/examples/pathways.md + - Pathways and accessibility: schedule/examples/pathways.md - Transfers: schedule/examples/transfers.md - Translations: schedule/examples/translations.md - Feed information: schedule/examples/feed-info.md @@ -562,6 +562,7 @@ nav: - schedule/changes/index.md - Specification Amendment Process: schedule/process.md - Validate: schedule/validate.md + - Publish: schedule/publishing.md - GTFS Realtime: - Getting Started: realtime/index.md - Reference: realtime/reference.md