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:
		@ -32,7 +32,7 @@ const docsSidebar = {
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            type: "category",
 | 
			
		||||
            label: "Core Concepts",
 | 
			
		||||
            label: "Core Concepts & Tasks",
 | 
			
		||||
            collapsed: true,
 | 
			
		||||
            items: [
 | 
			
		||||
                "core/terminology",
 | 
			
		||||
@ -135,6 +135,50 @@ const docsSidebar = {
 | 
			
		||||
                },
 | 
			
		||||
            ],
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            type: "category",
 | 
			
		||||
            label: "Sources",
 | 
			
		||||
            collapsed: true,
 | 
			
		||||
            link: {
 | 
			
		||||
                type: "doc",
 | 
			
		||||
                id: "sources/general",
 | 
			
		||||
            },
 | 
			
		||||
            items: [
 | 
			
		||||
                {
 | 
			
		||||
                    type: "category",
 | 
			
		||||
                    label: "Directory synchronization",
 | 
			
		||||
                    items: [
 | 
			
		||||
                        "sources/active-directory/index",
 | 
			
		||||
                        "sources/freeipa/index",
 | 
			
		||||
                    ],
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    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",
 | 
			
		||||
                    ],
 | 
			
		||||
                },
 | 
			
		||||
            ],
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            type: "category",
 | 
			
		||||
            label: "Outposts",
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user