website/docs: cleanup more (#9249)

simplify DocCardList

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2024-04-15 14:58:27 +02:00
committed by GitHub
parent 4c23ef4e9e
commit 48d1b289a3
7 changed files with 10 additions and 19 deletions

View File

@ -18,6 +18,6 @@ The most common types are:
To add documentation for a new [integration](../../../integrations/) (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
```