website/docs: update template reference (#10166)

docs: update template reference

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
Emmanuel Ferdman
2024-06-20 00:52:15 +03:00
committed by GitHub
parent c7c7e28cef
commit e6fd7cc1fc
4 changed files with 6 additions and 6 deletions

View File

@ -17,10 +17,10 @@ Below is a list of all applications that are known to work with authentik. All a
### Add a new application
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:
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
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.