From 84c21d16cfe81abd0c67e606670e63ccaead4da6 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 12 Jun 2021 20:15:35 +0200 Subject: [PATCH] website: fix duplicate plugin ID Signed-off-by: Jens Langhammer --- website/docs/events/transports.md | 4 ---- website/docs/flow/stages/authenticator_webauthn/index.md | 4 ++++ website/docusaurus.config.js | 8 -------- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/website/docs/events/transports.md b/website/docs/events/transports.md index 439d9cc15..b77fadf3a 100644 --- a/website/docs/events/transports.md +++ b/website/docs/events/transports.md @@ -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. diff --git a/website/docs/flow/stages/authenticator_webauthn/index.md b/website/docs/flow/stages/authenticator_webauthn/index.md index a08bd3a1f..f29530231 100644 --- a/website/docs/flow/stages/authenticator_webauthn/index.md +++ b/website/docs/flow/stages/authenticator_webauthn/index.md @@ -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. +::: diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 144f0ce66..a6cdec870 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -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, - }, - ], ], };