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:
Tana M Berry
2024-05-06 17:49:17 -05:00
committed by GitHub
parent b1b9c8e0e5
commit d8b1cd757e
75 changed files with 155 additions and 97 deletions

View File

@ -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",
],
},
],
},
],
};