Fix indentation of markdown code blocks
This commit is contained in:
parent
31128721a9
commit
858735116a
1 changed files with 7 additions and 7 deletions
14
module.nix
14
module.nix
|
|
@ -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>
|
||||||
```
|
```
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue