fix(docs): locale markdown issues

This commit is contained in:
Adam 2026-02-09 13:55:55 -06:00
commit 274bb948e7
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
213 changed files with 1776 additions and 1789 deletions

View file

@ -22,7 +22,7 @@ export HTTP_PROXY=http://proxy.example.com:8080
export NO_PROXY=localhost,127.0.0.1
```
:::forsigtighed
:::caution
TUI kommunikerer med en lokal HTTP-server. Du skal omgå proxyen for denne forbindelse for at forhindre routingsløjfer.
:::
@ -38,7 +38,7 @@ Hvis din proxy kræver grundlæggende godkendelse, skal du inkludere legitimatio
export HTTPS_PROXY=http://username:password@proxy.example.com:8080
```
:::forsigtighed
:::caution
Undgå hardkodning af adgangskoder. Brug miljøvariabler eller sikker lagring af legitimationsoplysninger.
:::