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

@ -1,11 +1,10 @@
---
title: Applications
slug: /
---
import DocCardList from "@theme/DocCardList";
Below is a list of all integrations, or applications that are known to work with authentik. All integrations will have one of these badges:
Below is a list of all applications that are known to work with authentik. All app integrations will have one of these badges:
- <span class="badge badge--secondary">Support level: Community</span> The integration
is community maintained.
@ -16,14 +15,16 @@ Below is a list of all integrations, or applications that are known to work with
- <span class="badge badge--primary">Support level: authentik</span> The integration
is regularly tested by the authentik team.
### Add a new integration
### Add a new application
To add documentation for a new integration (with support level Community or Vendor), please use the integration template [`service.md`](https://github.com/goauthentik/authentik/blob/main/website/integrations/_template/service.md) file from our GitHub repo. You can download the template file using the following command:
To add documentation for a new application (with support level Community or Vendor), please use the integration template [`service.md`](https://github.com/goauthentik/authentik/blob/main/website/integrations/_template/service.md) file from our GitHub repo. You can download the template file using the following command:
```shell
wget https://raw.githubusercontent.com/goauthentik/authentik/main/website/integrations/_template/service.md
```
Don't forget to edit the `sidebarsIntegrations.js` file to add your new integration to the lefthand navigation bar.
## Integration categories
<DocCardList />