Rename sections

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma
2019-01-03 20:44:31 +01:00
parent d933eff701
commit 6b3d9a36aa
5 changed files with 16 additions and 18 deletions

View File

@@ -1,8 +1,8 @@
.. _webdavindex:
==================
WebDAV client APIs
==================
==========
Basic APIs
==========
This document provides a quick overview of the WebDAV operations supported in Nextcloud, to keep things readable it won't go into many details
for each operation, further information for each operation can be found in the corresponding rfc where applicable

View File

@@ -1,6 +1,6 @@
============
Chunking API
============
===================
Chunked file upload
===================
.. sectionauthor:: Roeland Jago Douma <roeland@famdouma.nl>

View File

@@ -1,8 +1,8 @@
.. _webdavsearch:
==================
WebDAV Search
==================
======
Search
======
Nextcloud implements rfc5323_ WebDAV search to allow clients to search for files on the server.
WebDAV search allows for fairly complex search queries with filtering and sorting on multiple properties.

View File

@@ -1,8 +1,8 @@
.. _webdavtrashbin:
==================
WebDAV Trashbin
==================
========
Trashbin
========
Nextcloud makes the trashbin of a user available via the webdav endpoint.
@@ -41,4 +41,3 @@ Emptying the trashbin
---------------------
Perform a delete on `https://cloud.example.com/remote.php/dav/trashbin/USER/trash`

View File

@@ -1,8 +1,8 @@
.. _webdavversions:
==================
WebDAV Versions
==================
========
Versions
========
Nextcloud makes the versions of files available via the webdav endpoint.
@@ -19,6 +19,5 @@ The name is the timestamp of the version.
Restoring a version
---------------------------
To restore a version all that needs to be done is to move a version
To restore a version all that needs to be done is to move a version
the special restore folder at :code:`https://cloud.example.com/remote.php/dav/versions/USER/restore`