website/docs: move Sources from Integrations into Docs (#9515)
* moved Sources form Integrations to Docs * files moved * fixed setting options * fixed broken links and added redirects * try single-sourcing Sources docs * tweaks * fighting links * still fighting links * fightng sidebar * fighting with sidebar * add logos and tweak * image tweaks * Optimised images with calibre/image-actions * added remaining UI definitions * kens edits --------- Co-authored-by: Tana M Berry <tana@goauthentik.com> Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com>
This commit is contained in:
@ -8,9 +8,14 @@ module.exports = {
|
||||
type: "html",
|
||||
value: generateVersionDropdown(docsSidebar),
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "index",
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Applications",
|
||||
collapsed: false,
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "services/index",
|
||||
@ -156,52 +161,5 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Federation & Social login",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Sources",
|
||||
slug: "sources",
|
||||
description:
|
||||
"Sources of users which can be federated with authentik",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: "category",
|
||||
label: "Directory synchronization",
|
||||
items: [
|
||||
"sources/active-directory/index",
|
||||
"sources/freeipa/index",
|
||||
],
|
||||
},
|
||||
"sources/general",
|
||||
{
|
||||
type: "category",
|
||||
label: "Protocols",
|
||||
items: [
|
||||
"sources/ldap/index",
|
||||
"sources/oauth/index",
|
||||
"sources/saml/index",
|
||||
"sources/scim/index",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Social Logins",
|
||||
items: [
|
||||
"sources/apple/index",
|
||||
"sources/azure-ad/index",
|
||||
"sources/discord/index",
|
||||
"sources/github/index",
|
||||
"sources/google/index",
|
||||
"sources/mailcow/index",
|
||||
"sources/twitch/index",
|
||||
"sources/plex/index",
|
||||
"sources/twitter/index",
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user