add references to generic source and provider sections

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-09-27 13:41:30 +02:00
parent e3a63d2929
commit aeddf86788
No known key found for this signature in database
3 changed files with 10 additions and 0 deletions

View File

@ -8,6 +8,8 @@ import { useCurrentSidebarCategory } from "@docusaurus/theme-common";
Below is a list of all applications that are known to work with authentik. 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: All integrations will have a combination of these badges:
- <span class="badge badge--secondary">Support level: Community</span> - <span class="badge badge--secondary">Support level: Community</span>

View File

@ -7,6 +7,8 @@ import { useCurrentSidebarCategory } from "@docusaurus/theme-common";
Below is a list of all sources that are known to work with authentik. 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: All integrations will have a combination of these badges:
- <span class="badge badge--secondary">Support level: Community</span> - <span class="badge badge--secondary">Support level: Community</span>

View File

@ -59,6 +59,12 @@ const docsSidebar = {
{ {
type: "category", type: "category",
label: "Providers", label: "Providers",
link: {
type: "generated-index",
title: "Providers",
slug: "providers",
description: "Overview of all available provider types",
},
items: [ items: [
{ {
type: "category", type: "category",