Skip to content

Commit

Permalink
cmd ref: remove WebDAV remote info
Browse files Browse the repository at this point in the history
for #1355
  • Loading branch information
jorgeorpinel committed May 25, 2020
1 parent ceed448 commit 3cfbf9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
13 changes: 0 additions & 13 deletions content/docs/command-reference/remote/add.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,19 +350,6 @@ $ dvc remote add myremote https://example.com/path/to/dir

<details>

### 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.
</details>

<details>

### Click for local remote

A "local remote" is a directory in the machine's file system.
Expand Down
4 changes: 1 addition & 3 deletions content/docs/command-reference/remote/modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,9 +504,7 @@ more information.

<details>

### 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:
Expand Down

0 comments on commit 3cfbf9b

Please sign in to comment.