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",