Skip to content

Commit ecb6e6e

Browse files
committed
[docs-only] regenerated docs
1 parent bb0e8be commit ecb6e6e

File tree

14 files changed

+73
-16
lines changed

14 files changed

+73
-16
lines changed

docs/content/en/docs/autogenerated/grpc/services/permissions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ driver = "localhome"
1616
{{< /highlight >}}
1717
{{% /dir %}}
1818

19-
{{% dir name="drivers" type="map[string]map[string]interface{}" default="permission" %}}
19+
{{% dir name="drivers" type="map[string]map[string]any" default="permission" %}}
2020
[[Ref]](https://github.com/cs3org/reva/tree/master/internal/grpc/services/permissions/permissions.go#L47)
2121
{{< highlight toml >}}
2222
[grpc.services.permissions.drivers.permission]

docs/content/en/docs/autogenerated/grpc/services/storageprovider/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ driver = "localhome"
3232
{{< /highlight >}}
3333
{{% /dir %}}
3434

35-
{{% dir name="drivers" type="map[string]map[string]interface{}" default="localhome" %}}
35+
{{% dir name="drivers" type="map[string]map[string]any" default="localhome" %}}
3636
[[Ref]](https://github.com/cs3org/reva/tree/master/internal/grpc/services/storageprovider/storageprovider.go#L77)
3737
{{< highlight toml >}}
3838
[grpc.services.storageprovider.drivers.localhome]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "interceptors"
3+
linkTitle: "interceptors"
4+
weight: 10
5+
description: >
6+
Configuration for the interceptors service
7+
---
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "auth"
3+
linkTitle: "auth"
4+
weight: 10
5+
description: >
6+
Configuration for the auth service
7+
---
8+
9+
# _struct: config_
10+
11+
{{% dir name="machine_secret" type="string" default="nil" %}}
12+
Secret used for the gateway to authenticate a user when using a signed URL [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/interceptors/auth/auth.go#L74)
13+
{{< highlight toml >}}
14+
[http.interceptors.auth]
15+
machine_secret = "nil"
16+
{{< /highlight >}}
17+
{{% /dir %}}
18+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "signed_url"
3+
linkTitle: "signed_url"
4+
weight: 10
5+
description: >
6+
Configuration for the signed_url service
7+
---
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "strategy"
3+
linkTitle: "strategy"
4+
weight: 10
5+
description: >
6+
Configuration for the strategy service
7+
---
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "signed_url"
3+
linkTitle: "signed_url"
4+
weight: 10
5+
description: >
6+
Configuration for the signed_url service
7+
---
8+
9+
# _struct: Config_
10+
11+
{{% dir name="max_expiry_seconds" type="int" default=nil %}}
12+
Default: one day [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/interceptors/auth/signed_url/strategy/signed_url/signed_url.go#L53)
13+
{{< highlight toml >}}
14+
[http.interceptors.auth.signed_url.strategy.signed_url]
15+
max_expiry_seconds = nil
16+
{{< /highlight >}}
17+
{{% /dir %}}
18+

docs/content/en/docs/autogenerated/http/services/dataprovider/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ driver = "localhome"
2424
{{< /highlight >}}
2525
{{% /dir %}}
2626

27-
{{% dir name="drivers" type="map[string]map[string]interface{}" default="localhome" %}}
27+
{{% dir name="drivers" type="map[string]map[string]any" default="localhome" %}}
2828
The configuration for the storage driver [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/dataprovider/dataprovider.go#L42)
2929
{{< highlight toml >}}
3030
[http.services.dataprovider.drivers.localhome]
@@ -35,7 +35,7 @@ user_layout = "{{.Username}}"
3535
{{< /highlight >}}
3636
{{% /dir %}}
3737

38-
{{% dir name="data_txs" type="map[string]map[string]interface{}" default="simple" %}}
38+
{{% dir name="data_txs" type="map[string]map[string]any" default="simple" %}}
3939
The configuration for the data tx protocols [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/dataprovider/dataprovider.go#L43)
4040
{{< highlight toml >}}
4141
[http.services.dataprovider.data_txs.simple]

docs/content/en/docs/autogenerated/http/services/owncloud/ocdav/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ description: >
99
# _struct: Config_
1010

1111
{{% dir name="insecure" type="bool" default=false %}}
12-
Whether to skip certificate checks when sending requests. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/owncloud/ocdav/ocdav.go#L119)
12+
Whether to skip certificate checks when sending requests. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/owncloud/ocdav/ocdav.go#L120)
1313
{{< highlight toml >}}
1414
[http.services.owncloud.ocdav]
1515
insecure = false
1616
{{< /highlight >}}
1717
{{% /dir %}}
1818

19-
{{% dir name="notifications" type="map[string]interface{}" default=nil %}}
20-
settings for the notification helper [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/owncloud/ocdav/ocdav.go#L132)
19+
{{% dir name="notifications" type="map[string]any" default=nil %}}
20+
settings for the notification helper [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/owncloud/ocdav/ocdav.go#L133)
2121
{{< highlight toml >}}
2222
[http.services.owncloud.ocdav]
2323
notifications = nil

docs/content/en/docs/autogenerated/http/services/wellknown/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ webapp_root = "/external/sciencemesh"
4848
{{< /highlight >}}
4949
{{% /dir %}}
5050

51-
{{% dir name="invite_accept_dialog" type="string" default="/sciencemesh-app/invitations" %}}
51+
{{% dir name="invite_accept_dialog" type="string" default="/open-cloud-mesh/accept-invite" %}}
5252
The frontend URL where to land when receiving an invitation [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/wellknown/ocm.go#L38)
5353
{{< highlight toml >}}
5454
[http.services.wellknown]
55-
invite_accept_dialog = "/sciencemesh-app/invitations"
55+
invite_accept_dialog = "/open-cloud-mesh/accept-invite"
5656
{{< /highlight >}}
5757
{{% /dir %}}
5858

0 commit comments

Comments
 (0)