From aeddf867887dfe46fe3297f84be5608bb2bf7af8 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 27 Sep 2023 13:41:30 +0200 Subject: [PATCH] add references to generic source and provider sections Signed-off-by: Jens Langhammer --- website/integrations/services/index.mdx | 2 ++ website/integrations/sources/index.mdx | 2 ++ website/sidebars.js | 6 ++++++ 3 files changed, 10 insertions(+) diff --git a/website/integrations/services/index.mdx b/website/integrations/services/index.mdx index 3f91095cd..473973766 100644 --- a/website/integrations/services/index.mdx +++ b/website/integrations/services/index.mdx @@ -8,6 +8,8 @@ import { useCurrentSidebarCategory } from "@docusaurus/theme-common"; Below is a list of all applications that are known to work with authentik. +The pages in this section describe integrations with various other applications, see [Providers](../../docs/providers). + All integrations will have a combination of these badges: - Support level: Community diff --git a/website/integrations/sources/index.mdx b/website/integrations/sources/index.mdx index 3189e02f3..d71c0a3a9 100644 --- a/website/integrations/sources/index.mdx +++ b/website/integrations/sources/index.mdx @@ -7,6 +7,8 @@ import { useCurrentSidebarCategory } from "@docusaurus/theme-common"; Below is a list of all sources that are known to work with authentik. +The pages in this section describe integrations with various other applications, see [Sources](../../docs/sources). + All integrations will have a combination of these badges: - Support level: Community diff --git a/website/sidebars.js b/website/sidebars.js index e1a5bb905..7d4987071 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -59,6 +59,12 @@ const docsSidebar = { { type: "category", label: "Providers", + link: { + type: "generated-index", + title: "Providers", + slug: "providers", + description: "Overview of all available provider types", + }, items: [ { type: "category",