[docs-only] Fix ocdav and ocis-hello in owncloud.dev

This commit is contained in:
mmattel
2023-06-02 08:30:24 +02:00
parent 798fb56558
commit a32e9ac4c4
4 changed files with 18 additions and 9 deletions
Regular → Executable
+14 -5
View File
@@ -1,17 +1,26 @@
---
title: ocDAV
date: 2022-03-02T00:00:00+00:00
date: 2023-05-31T13:33:51.029749931+02:00
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/ocdav
geekdocFilePath: _index.md
geekdocEditPath: edit/master/services/ocdav
geekdocFilePath: README.md
geekdocCollapseSection: true
---
<!-- Do not edit this file, it is autogenerated. Edit the service README.md instead -->
## Abstract
This service provides the WebDAV API which is required by ownCloud clients. Previews (thumbnails) are provided by the [WebDAV service]({{ ../../webdav }}).
The ocdav service provides the WebDAV API which is required by ownCloud clients. Previews (thumbnails) are provided by the [WebDAV service](../webdav).
## Table of Contents
{{< toc-tree >}}
* [Example Yaml Config](#example-yaml-config)
## Example Yaml Config
{{< include file="services/_includes/ocdav-config-example.yaml" language="yaml" >}}
{{< include file="services/_includes/ocdav_configvars.md" >}}