diff --git a/content/docs/sidebar.json b/content/docs/sidebar.json index 25c84f66b7..2fd68a977d 100644 --- a/content/docs/sidebar.json +++ b/content/docs/sidebar.json @@ -125,10 +125,7 @@ "source": "data-management/index.md", "children": [ "data-versioning", - { - "label": "Remote Storage (Optional)", - "slug": "remote-storage" - }, + "remote-storage", "large-dataset-optimization", "importing-external-data", "managing-external-data" diff --git a/content/docs/user-guide/data-management/remote-storage.md b/content/docs/user-guide/data-management/remote-storage.md index 71a709da5f..d217bdc4f6 100644 --- a/content/docs/user-guide/data-management/remote-storage.md +++ b/content/docs/user-guide/data-management/remote-storage.md @@ -1,8 +1,9 @@ -# Remote Storage (Optional) +# Remote Storage -_DVC remotes_ provide storage to backup and share your data or ML models. For -example, you can download data artifacts created by colleagues without spending -time and resources to recreate them locally. See `dvc push` and `dvc pull`. +_DVC remotes_ provide storage to backup and share your data or ML models +(optional). For example, you can download data artifacts created by colleagues +without spending time and resources to recreate them locally. See `dvc push` and +`dvc pull`. This is similar to how GitHub provides hosting for source code repositories (Git repos). However, DVC does not provide or recommend a specific storage service.