diff options
author | stuebinm | 2022-06-13 23:29:17 +0200 |
---|---|---|
committer | stuebinm | 2022-06-13 23:29:17 +0200 |
commit | 8dbb321a25705d941f7690281e495ccbd94cbdc3 (patch) | |
tree | 72d468adbad7cb2ce1536ed76a7d20585ef4faec /gtfs-realtime-book | |
parent | 1d75f12fa42e05a111474011006d60caa1f2d4a9 (diff) |
add build script for mdbook
Diffstat (limited to 'gtfs-realtime-book')
-rw-r--r-- | gtfs-realtime-book/SUMMARY.md | 15 | ||||
-rw-r--r-- | gtfs-realtime-book/book.toml | 6 |
2 files changed, 21 insertions, 0 deletions
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" |