Fix indentation of markdown code blocks

This commit is contained in:
Sandro 2024-10-28 00:23:50 +01:00 committed by GitHub
parent 31128721a9
commit 858735116a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,9 +85,9 @@ in
to the authentic documentation. to the authentic documentation.
``` ```
# example content # example content
AUTHENTIK_SECRET_KEY=<secret key> AUTHENTIK_SECRET_KEY=<secret key>
AUTHENTIK_EMAIL__PASSWORD=<smtp password> AUTHENTIK_EMAIL__PASSWORD=<smtp password>
``` ```
''; '';
}; };
@ -109,8 +109,8 @@ in
to the authentic documentation. to the authentic documentation.
``` ```
# example content # example content
AUTHENTIK_TOKEN=<token from authentik for this outpost> AUTHENTIK_TOKEN=<token from authentik for this outpost>
``` ```
''; '';
}; };
@ -132,8 +132,8 @@ in
to the authentic documentation. to the authentic documentation.
``` ```
# example content # example content
AUTHENTIK_TOKEN=<token from authentik for this outpost> AUTHENTIK_TOKEN=<token from authentik for this outpost>
``` ```
''; '';
}; };