From f6668205a0fb417105f21e543403cd93992e665c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9-Marc=20Simard?= Date: Sat, 30 Mar 2019 04:27:24 -0400 Subject: [PATCH] Document GTFS optional argument include_tomorrow (#8491) --- source/_components/gtfs.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/gtfs.markdown b/source/_components/gtfs.markdown index 63c6222f5b0..d69b79452db 100644 --- a/source/_components/gtfs.markdown +++ b/source/_components/gtfs.markdown @@ -71,4 +71,9 @@ offset: required: false default: 0 type: [integer, time] +include_tomorrow: + description: Also search through tomorrow's schedule if no more departures are set for today. + required: false + default: false + type: boolean {% endconfiguration %}