Merge pull request #35 from SuperSandro2000/patch-1

Fix indentation of markdown code blocks
This commit is contained in:
Maximilian Bosch 2025-09-12 13:35:06 +02:00 committed by GitHub
commit 04db807ac0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,9 +97,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>
``` ```
''; '';
}; };
@ -144,8 +144,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>
``` ```
''; '';
}; };
@ -167,8 +167,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>
``` ```
''; '';
}; };