docs: more consistency + minor updates (#24764)

Co-authored-by: RiskyMH <git@riskymh.dev>
This commit is contained in:
Michael H
2025-11-22 09:06:19 +11:00
committed by GitHub
parent 7ec1aa8c95
commit 4450d738fa
205 changed files with 429 additions and 504 deletions

View File

@@ -62,7 +62,7 @@ mode: center
<Step title="Configure database connection">
Set up your Postgres database URL in the `.env` file.
```env .env icon="settings"
```ini .env icon="settings"
DATABASE_URL="postgresql://username:password@localhost:5432/mydb?schema=public"
```
</Step>