diff --git a/content/docs/command-reference/remote/add.md b/content/docs/command-reference/remote/add.md index db92fde51e..b0bc12d5e5 100644 --- a/content/docs/command-reference/remote/add.md +++ b/content/docs/command-reference/remote/add.md @@ -350,19 +350,6 @@ $ dvc remote add myremote https://example.com/path/to/dir
-### Click for WebDAV - -```dvc -$ dvc remote add myremote webdav://example.com/path/to/dir -``` - -> Note that WebDAV is an extension of HTTP. See also `dvc remote modify` for a -> full list of HTTP parameters. - -
- -
- ### Click for local remote A "local remote" is a directory in the machine's file system. diff --git a/content/docs/command-reference/remote/modify.md b/content/docs/command-reference/remote/modify.md index 78673c0882..f245433818 100644 --- a/content/docs/command-reference/remote/modify.md +++ b/content/docs/command-reference/remote/modify.md @@ -504,9 +504,7 @@ more information.
-### Click for HTTP & WebDAV - -> Note that WebDAV is an extension of HTTP so the same parameters apply. +### Click for HTTP - `auth` - authentication method to use when accessing a remote. The accepted values are: