Skip to content

Commit 711eff4

Browse files
ISSUE #1573: Improve import configuration docs
1 parent d43b41c commit 711eff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration/config-yaml-example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ import:
114114
numberOfNewActivitiesToProcessPerImport: 250
115115
# Sport types to import. Leave empty to import all sport types
116116
# A full list of allowed options is available on https://statistics-for-strava-docs.robiningelbrecht.be/#/configuration/main-configuration?id=supported-sport-types
117-
# ⚠️ Changing this setting after activities have already been imported will delete all activities that are not included in this list of sport types.
117+
# ⚠️ Changing this setting after activities have already been imported will delete all activities that are not included in the list of sport types.
118118
sportTypesToImport: []
119119
# Activity visibilities to import. Leave empty to import all visibilities
120120
# This list can be combined with sportTypesToImport.
121121
# Allowed values: ["everyone", "followers_only", "only_me"]
122-
# ⚠️ Changing this setting after activities have already been imported will delete all activities that are not included in this list of visibilities.
122+
# ⚠️ Changing this setting after activities have already been imported will delete all activities that are not included in the list of visibilities.
123123
activityVisibilitiesToImport: []
124124
# Optional, the date (YYYY-MM-DD) from which you want to start importing activities.
125125
# Any activity recorded before this date, will not be imported.

0 commit comments

Comments
 (0)