From a32e9ac4c4fdcb2c9a8ab2b54fe41cf116edf721 Mon Sep 17 00:00:00 2001 From: mmattel Date: Fri, 2 Jun 2023 08:30:24 +0200 Subject: [PATCH] [docs-only] Fix ocdav and ocis-hello in owncloud.dev --- docs/ocis/deployment/ocis_hello.md | 3 --- docs/services/ocdav/_index.md | 19 ++++++++++++++----- services/ocdav/README.md | 3 +++ services/webdav/README.md | 2 +- 4 files changed, 18 insertions(+), 9 deletions(-) mode change 100644 => 100755 docs/services/ocdav/_index.md create mode 100644 services/ocdav/README.md diff --git a/docs/ocis/deployment/ocis_hello.md b/docs/ocis/deployment/ocis_hello.md index 68f6257862..16f8bd782f 100644 --- a/docs/ocis/deployment/ocis_hello.md +++ b/docs/ocis/deployment/ocis_hello.md @@ -9,9 +9,6 @@ geekdocFilePath: ocis_hello.md {{< toc >}} -**IMPORTANT:** -The `ocis-hello` example is currently under revision and does not work due to latest changes in master. - ## Overview - oCIS running behind Traefik as reverse proxy diff --git a/docs/services/ocdav/_index.md b/docs/services/ocdav/_index.md old mode 100644 new mode 100755 index a675ccf84c..6e45233181 --- a/docs/services/ocdav/_index.md +++ b/docs/services/ocdav/_index.md @@ -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 --- + + ## 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" >}} + diff --git a/services/ocdav/README.md b/services/ocdav/README.md new file mode 100644 index 0000000000..e718b35db7 --- /dev/null +++ b/services/ocdav/README.md @@ -0,0 +1,3 @@ +# ocDAV + +The ocdav service provides the WebDAV API which is required by ownCloud clients. Previews (thumbnails) are provided by the [WebDAV service](../webdav). diff --git a/services/webdav/README.md b/services/webdav/README.md index d13656c4de..0430401b06 100644 --- a/services/webdav/README.md +++ b/services/webdav/README.md @@ -1,6 +1,6 @@ # Webdav -The webdav service, like the [ocdav](https://github.com/owncloud/ocis/tree/master/services/ocdav) service, provides a HTTP API following the webdav protocol. It receives HTTP calls from requestors like clients and issues gRPC calls to other services executing these requests. After the called service has finished the request, the webdav service will render their responses in `xml` and sends them back to the requestor. +The webdav service, like the [ocdav](../ocdav) service, provides a HTTP API following the webdav protocol. It receives HTTP calls from requestors like clients and issues gRPC calls to other services executing these requests. After the called service has finished the request, the webdav service will render their responses in `xml` and sends them back to the requestor. ## Endpoints Overview