nixos/outline: fix documentation link formatting

This commit is contained in:
dish 2025-02-12 11:23:21 -05:00 committed by Valentin Gagarin
parent aea7a63d8f
commit 88b108f328

View file

@ -212,7 +212,7 @@ in
slackAuthentication = lib.mkOption {
description = ''
To configure Slack auth, you'll need to create an Application at
https://api.slack.com/apps
<https://api.slack.com/apps>
When configuring the Client ID, add a redirect URL under "OAuth & Permissions"
to `https://[publicUrl]/auth/slack.callback`.
@ -237,7 +237,7 @@ in
googleAuthentication = lib.mkOption {
description = ''
To configure Google auth, you'll need to create an OAuth Client ID at
https://console.cloud.google.com/apis/credentials
<https://console.cloud.google.com/apis/credentials>
When configuring the Client ID, add an Authorized redirect URI to
`https://[publicUrl]/auth/google.callback`.
@ -428,7 +428,7 @@ in
description = ''
For a complete Slack integration with search and posting to channels
this configuration is also needed. See here for details:
https://wiki.generaloutline.com/share/be25efd1-b3ef-4450-b8e5-c4a4fc11e02a
<https://wiki.generaloutline.com/share/be25efd1-b3ef-4450-b8e5-c4a4fc11e02a>
'';
default = null;
type = lib.types.nullOr (