Skip to content

Commit

Permalink
Regular updates (May 25) (#1356)
Browse files Browse the repository at this point in the history
* cmd ref: update WebDAV remote info
per #1187 (comment)

* cmd ref: remove WebDAV remote info
for #1355
  • Loading branch information
jorgeorpinel authored May 25, 2020
1 parent 84f693a commit d3a62b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
12 changes: 0 additions & 12 deletions content/docs/command-reference/remote/add.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,18 +350,6 @@ $ dvc remote add myremote https://example.com/path/to/dir

<details>

### Click for WebDav

```dvc
$ dvc remote add myremote webdavs://example.com/path/to/dir
```

> See also `dvc remote modify` for a full list of WebDav parameters.
</details>

<details>

### Click for local remote

A "local remote" is a directory in the machine's file system.
Expand Down
9 changes: 0 additions & 9 deletions content/docs/command-reference/remote/modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,15 +565,6 @@ more information.
</details>

<details>

### Click for WebDav

Since it's an extension for the HTTP protocol the same settings apply as for
HTTP. See above for the HTTP.

</details>

## Example: Customize an S3 remote

Let's first set up a _default_ S3 remote.
Expand Down

0 comments on commit d3a62b1

Please sign in to comment.