diff --git a/docs/assets/file/config.json b/docs/assets/file/config.json index 9068a74a5..70cedfbae 100644 --- a/docs/assets/file/config.json +++ b/docs/assets/file/config.json @@ -563,7 +563,8 @@ "add_poi_infos": [ "bss_stands", "car_park" - ] + ], + "park_mode": "" } ], "poi_categories": [ diff --git a/docs/getting_started.md b/docs/getting_started.md index c9fe50215..94365bf62 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -213,6 +213,7 @@ The following are the possible configuration parameters: | `last_section_modes` | :material-close: | List of last section modes | `String[]` | `["ridesharing", "bss"]` | `Journey` | | `direct_path_modes` | :material-close: | List of direct path modes | `String[]` | `["taxi", "car_no_park"]` | `Journey` | | `add_poi_infos` | :material-close: | List of requested extra POI data | `String[]` | `["bss_stands", "car_park"]` | `Journey` | +| `park_mode` | :material-close: | Show to the user where to park his bike | `String` | `"on_street"` | `Journey` | #### Transport mode