From 8dbb321a25705d941f7690281e495ccbd94cbdc3 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 13 Jun 2022 23:29:17 +0200 Subject: add build script for mdbook --- gtfs-realtime-book/SUMMARY.md | 15 +++++++++++++++ gtfs-realtime-book/book.toml | 6 ++++++ 2 files changed, 21 insertions(+) create mode 100644 gtfs-realtime-book/SUMMARY.md create mode 100644 gtfs-realtime-book/book.toml (limited to 'gtfs-realtime-book') diff --git a/gtfs-realtime-book/SUMMARY.md b/gtfs-realtime-book/SUMMARY.md new file mode 100644 index 0000000..6dc30e3 --- /dev/null +++ b/gtfs-realtime-book/SUMMARY.md @@ -0,0 +1,15 @@ +# Summary + + - [About](./ch-00-definitive-guide-to-gtfs-realtime.md) + - [Introduction](./ch-01-introduction.md) + - [Service Alerts](./ch-02-service-alerts.md) + - [Vehicle Positions](./ch-03-vehicle-positions.md) + - [Trip Updates](./ch-04-trip-updates.md) + - [Protocol Buffers](./ch-05-protocol-buffers.md) + - [Consuming Service Alerts](./ch-06-consuming-service-alerts.md) + - [Consuming Vehicle Positions](./ch-07-consuming-vehicle-positions.md) + - [Consuming Trip Updates](./ch-08-consuming-trip-updates.md) + - [Database Storage](./ch-09-database-storage.md) + - [Extensions](./ch-10-extensions.md) + - [Publishing Feeds](./ch-11-publishing-feeds.md) + - [Conclusion](./ch-12-conclusion.md) diff --git a/gtfs-realtime-book/book.toml b/gtfs-realtime-book/book.toml new file mode 100644 index 0000000..4065430 --- /dev/null +++ b/gtfs-realtime-book/book.toml @@ -0,0 +1,6 @@ +[book] +authors = ["Quentin Zervaas"] +language = "en" +multilingual = false +src = "." +title = "The Definitive Guide to GTFS Realtime" -- cgit v1.2.3