website/docs: ensure yaml code blocks have language tags (#9240)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2024-04-12 16:51:50 +02:00
committed by GitHub
parent 7ef14eb86d
commit 6df28758f0
21 changed files with 42 additions and 40 deletions

View File

@ -8,7 +8,7 @@ Some hosting providers block outgoing SMTP ports, in which case you'll have to h
To test if an email stage, or the global email settings are configured correctly, you can run the following command:
```
```shell
ak test_email <to address> [-S <stage name>]
```
@ -16,12 +16,12 @@ If you omit the `-S` parameter, the email will be sent using the global settings
To run this command with docker-compose, use
```
```shell
docker compose exec worker ak test_email [...]
```
To run this command with Kubernetes, use
```
```shell
kubectl exec -it deployment/authentik-worker -c authentik -- ak test_email [...]
```