mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/outline: fix documentation link formatting
This commit is contained in:
parent
aea7a63d8f
commit
88b108f328
1 changed files with 3 additions and 3 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue