Skip to content

Commit 0957b62

Browse files
authored
Merge pull request #224 from hove-io/task/releases-09-11
Fix doc
2 parents fd0cb88 + 78121d8 commit 0957b62

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/getting_started.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -314,15 +314,15 @@ The following are the possible configuration parameters:
314314
| `default_location` | :material-close: | The default location on first launch | [`Default location`](#default-location) | - |
315315
| `default_zoom_level` | :material-close: | Define the default zoom level of map by selecting the corresponding type | `String` | `TRANSPORTS`, `BUS`, `POI`, `FREE_FLOATING` |
316316
| `go_from_go_to` | :material-close: | Show/hide the go from/go to buttons | `Boolean` | `true` |
317-
| `journey_mode` | :material-close: | Enable/disable the journey search mode | `Boolean` |
318-
| `max_history` | :material-close: | Define the max history items | `Int` |
319-
| `default_zoom_level` | :material-close: | Define the default zoom level of map. | `('BUS' or 'FREE_FLOATING' or 'POI' or 'TRANSPORTS')` |
320-
| `next_departures` | :material-close: | Show/hide the next departures | [`Next departures`](#next-departures) |
321-
| `park_availability`| :material-close: | Show/hide the bss and car parking availability | [`Park Availability`](#park-availability) |
322-
| `schedule_mode` | :material-close: | Enable/disable redirection to schedule autocompletion screen | `Boolean` |
323-
| `stop_point_search` | :material-close: | Enable/disable search by stop point instead of stop area | `Boolean` |
324-
| `traffic_mode` | :material-close: | Show/hide the traffic button | `Boolean` |
325-
| `vehicle_positions`| :material-close: | Show bus vehicle positions on map | [`Vehicle positions`](#vehicle-positions) |
317+
| `journey_mode` | :material-close: | Enable/disable the journey search mode | `Boolean` | `true` |
318+
| `max_history` | :material-close: | Define the max history items | `Int` | 10 |
319+
| `default_zoom_level` | :material-close: | Define the default zoom level of map. | `('BUS' or 'FREE_FLOATING' or 'POI' or 'TRANSPORTS')` | `TRANSPORTS` |
320+
| `next_departures` | :material-close: | Show/hide the next departures | [`Next departures`](#next-departures) | - |
321+
| `park_availability`| :material-close: | Show/hide the bss and car parking availability | [`Park Availability`](#park-availability) | - |
322+
| `schedule_mode` | :material-close: | Enable/disable redirection to schedule autocompletion screen | `Boolean` | `true` |
323+
| `stop_point_search` | :material-close: | Enable/disable search by stop point instead of stop area | `Boolean` | `true` |
324+
| `traffic_mode` | :material-close: | Show/hide the traffic button | `Boolean` | `true` |
325+
| `vehicle_positions`| :material-close: | Show bus vehicle positions on map | [`Vehicle positions`](#vehicle-positions) | - |
326326

327327
##### Bookmark Mode (Around Me)
328328

@@ -410,7 +410,7 @@ The following are the possible configuration parameters:
410410
| `max_history` | :material-close: | Define the max history items | `Int` | `10` |
411411
| `min_walking_duration_display` | :material-close: | Define the minimum walking duration to be displayed in a walking section (in seconds) | [`Min walking duration display`](#min-walking-duration-display-journey) | - |
412412
| `next_departures` | :material-close: | Show/hide the next departures | [`Next departures (Journey)`](#next-departures-journey) | - |
413-
| `park_availability`| :material-close: | Show/hide the bss and car parking availability | [`Park availability`](#park-availability) |
413+
| `park_availability`| :material-close: | Show/hide the bss and car parking availability | [`Park availability`](#park-availability) | - |
414414
| `price` | :material-close: | Show/hide the itinerary price | `Boolean` | `true` |
415415
| `realtime_delays` | :material-close: | Show/hide the itinerary realtime delays | `Boolean` | `true` |
416416
| `ridesharing_price` | :material-close: | Show/hide the itinerary ridesharing price | `Boolean` | `true` |
@@ -544,7 +544,7 @@ The following are the possible configuration parameters:
544544
| Name | Required | Description | Type | Example |
545545
| --- |:---:| --- | :---: | :---: |
546546
| `alert_subscription` | :material-close: | Alert subscription environment configuration | [`Alert subscription`](#alert-subscription) | - |
547-
| `application_periods` | :material-close: | Show/hide the disruption application date | `Boolean` |
547+
| `application_periods` | :material-close: | Show/hide the disruption application date | `Boolean` | - |
548548
| `disruption_contributors` | :material-close: | Define the list of disruption contributors id | `String[]` | `["shortterm.tr_idfm"]` |
549549
| `filters` | :material-close: | Show/hide the filters selector | `Boolean` |
550550
| `forbidden_networks` | :material-close: | Define the list of forbidden network ids | `String[]` | `["network:ABCD"]` |

0 commit comments

Comments
 (0)