Skip to content

Commit

Permalink
Restyle remote WebDav: Add docs (#1188)
Browse files Browse the repository at this point in the history
* remote WebDav: Add docs

* Restyled by prettier

Co-authored-by: Alexey Matveev <>
Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
restyled-io[bot] and restyled-commits authored Apr 26, 2020
1 parent 997d9c2 commit dbd4017
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
12 changes: 12 additions & 0 deletions content/docs/command-reference/remote/add.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,18 @@ $ 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
11 changes: 10 additions & 1 deletion content/docs/command-reference/remote/modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ more information.

<details>

### Click for HTTP
### <a id="section-http"></a>Click for HTTP

- `auth` - authentication method to use when accessing a remote. The accepted
values are:
Expand Down Expand Up @@ -544,6 +544,15 @@ more information.
</details>

<details>

### Click for WebDav

He is extension for HTTP protocol. For him, the same settings apply as for HTTP.
See section for [HTTP](#section-http).

</details>

## Example: Customize an S3 remote

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

0 comments on commit dbd4017

Please sign in to comment.