Skip to content

Commit

Permalink
Updated autogenerated docs from previous patches
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Sep 23, 2021
1 parent 949934f commit 089c2a0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ description: >
Configuration for the OCDav service
---

{{% pageinfo %}}
TODO
{{% /pageinfo %}}
# _struct: Config_

{{% dir name="prefix" type="string" default=".well-known" %}}
Where the HTTP service is exposed.
{{% dir name="drivers" type="map[string]map[string]interface{}" default="localhome" %}}
[[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/owncloud/ocdav/ocdav.go#L110)
{{< highlight toml >}}
[http.services.wellknown]
prefix = "/"
[http.services.owncloud.ocdav.drivers.localhome]
root = "/var/tmp/reva/"
share_folder = "/MyShares"
user_layout = "{{.Username}}"

{{< /highlight >}}
{{% /dir %}}

Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ description: >
Configuration for the nextcloud service
---

# _struct: config_
# _struct: AuthManagerConfig_

{{% dir name="endpoint" type="string" default="" %}}
The Nextcloud backend endpoint for user check [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/auth/manager/nextcloud/nextcloud.go#L48)
The Nextcloud backend endpoint for user check [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/auth/manager/nextcloud/nextcloud.go#L49)
{{< highlight toml >}}
[auth.manager.nextcloud]
endpoint = ""
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "nextcloud"
linkTitle: "nextcloud"
weight: 10
description: >
Configuration for the nextcloud service
---

# _struct: UserManagerConfig_

{{% dir name="endpoint" type="string" default="" %}}
The Nextcloud backend endpoint for user management [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/user/manager/nextcloud/nextcloud.go#L51)
{{< highlight toml >}}
[user.manager.nextcloud]
endpoint = ""
{{< /highlight >}}
{{% /dir %}}

0 comments on commit 089c2a0

Please sign in to comment.