From c5f4706ff6279be48aa6c6274fd4b487c4768b19 Mon Sep 17 00:00:00 2001 From: Hugo Labrador Date: Thu, 9 Mar 2023 15:49:46 +0100 Subject: [PATCH] prepare docs before release (#3715) --- .../config/http/services/owncloud/ocdav/_index.md | 2 +- .../en/docs/config/packages/smtpclient/_index.md | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/content/en/docs/config/http/services/owncloud/ocdav/_index.md b/docs/content/en/docs/config/http/services/owncloud/ocdav/_index.md index 5f7f3cca74..887d0acc24 100644 --- a/docs/content/en/docs/config/http/services/owncloud/ocdav/_index.md +++ b/docs/content/en/docs/config/http/services/owncloud/ocdav/_index.md @@ -9,7 +9,7 @@ description: > # _struct: Config_ {{% dir name="insecure" type="bool" default=false %}} -Whether to skip certificate checks when sending requests. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/owncloud/ocdav/ocdav.go#L101) +Whether to skip certificate checks when sending requests. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/owncloud/ocdav/ocdav.go#L102) {{< highlight toml >}} [http.services.owncloud.ocdav] insecure = false diff --git a/docs/content/en/docs/config/packages/smtpclient/_index.md b/docs/content/en/docs/config/packages/smtpclient/_index.md index 6b1c40b59a..c22c3e14b1 100644 --- a/docs/content/en/docs/config/packages/smtpclient/_index.md +++ b/docs/content/en/docs/config/packages/smtpclient/_index.md @@ -9,7 +9,7 @@ description: > # _struct: SMTPCredentials_ {{% dir name="sender_login" type="string" default="" %}} -The login to be used by sender. [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/smtpclient/smtpclient.go#L36) +The login to be used by sender. [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/smtpclient/smtpclient.go#L37) {{< highlight toml >}} [smtpclient] sender_login = "" @@ -17,7 +17,7 @@ sender_login = "" {{% /dir %}} {{% dir name="sender_mail" type="string" default="" %}} -The email to be used to send mails. [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/smtpclient/smtpclient.go#L37) +The email to be used to send mails. [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/smtpclient/smtpclient.go#L38) {{< highlight toml >}} [smtpclient] sender_mail = "" @@ -25,7 +25,7 @@ sender_mail = "" {{% /dir %}} {{% dir name="sender_password" type="string" default="" %}} -The sender's password. [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/smtpclient/smtpclient.go#L38) +The sender's password. [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/smtpclient/smtpclient.go#L39) {{< highlight toml >}} [smtpclient] sender_password = "" @@ -33,7 +33,7 @@ sender_password = "" {{% /dir %}} {{% dir name="smtp_server" type="string" default="" %}} -The hostname of the SMTP server. [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/smtpclient/smtpclient.go#L39) +The hostname of the SMTP server. [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/smtpclient/smtpclient.go#L40) {{< highlight toml >}} [smtpclient] smtp_server = "" @@ -41,7 +41,7 @@ smtp_server = "" {{% /dir %}} {{% dir name="smtp_port" type="int" default=587 %}} -The port on which the SMTP daemon is running. [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/smtpclient/smtpclient.go#L40) +The port on which the SMTP daemon is running. [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/smtpclient/smtpclient.go#L41) {{< highlight toml >}} [smtpclient] smtp_port = 587 @@ -49,7 +49,7 @@ smtp_port = 587 {{% /dir %}} {{% dir name="disable_auth" type="bool" default=false %}} -Whether to disable SMTP auth. [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/smtpclient/smtpclient.go#L41) +Whether to disable SMTP auth. [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/smtpclient/smtpclient.go#L42) {{< highlight toml >}} [smtpclient] disable_auth = false @@ -57,7 +57,7 @@ disable_auth = false {{% /dir %}} {{% dir name="local_name" type="string" default="" %}} -The host name to be used for unauthenticated SMTP. [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/smtpclient/smtpclient.go#L42) +The host name to be used for unauthenticated SMTP. [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/smtpclient/smtpclient.go#L43) {{< highlight toml >}} [smtpclient] local_name = ""