website: fix duplicate plugin ID
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
2e4e17adb7
commit
84c21d16cf
|
@ -19,10 +19,6 @@ This will send a POST request to the given URL with the following contents:
|
|||
|
||||
The `Content-Type` header is set to `text/json`.
|
||||
|
||||
:::warning
|
||||
This will send a request for each user of the group selected in the trigger.
|
||||
:::
|
||||
|
||||
## Slack Webhook
|
||||
|
||||
This sends a request using the Slack-specific format. This is also compatible with Discord's webhooks by appending `/slack` to the Discord webhook URL.
|
||||
|
|
|
@ -5,3 +5,7 @@ title: WebAuthn authenticator setup stage
|
|||
This stage configures a WebAuthn-based Authenticator. This can either be a browser, biometrics or a Security stick like a YubiKey.
|
||||
|
||||
There are no stage-specific settings.
|
||||
|
||||
:::warning
|
||||
Currently, the WebAuthn stage does NOT support Apple FaceID and Android Fingerprint/SafetyNet.
|
||||
:::
|
||||
|
|
|
@ -114,13 +114,5 @@ module.exports = {
|
|||
editUrl: "https://github.com/goauthentik/authentik/edit/master/website/",
|
||||
},
|
||||
],
|
||||
[
|
||||
'@docusaurus/plugin-sitemap',
|
||||
{
|
||||
changefreq: 'weekly',
|
||||
priority: 0.5,
|
||||
trailingSlash: false,
|
||||
},
|
||||
],
|
||||
],
|
||||
};
|
||||
|
|
Reference in New Issue