Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/assets/file/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,8 @@
"add_poi_infos": [
"bss_stands",
"car_park"
]
],
"park_mode": ""
}
],
"poi_categories": [
Expand Down
1 change: 1 addition & 0 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down