docs: Fix duplicate heading in SUMMARY.md

This commit is contained in:
2025-11-06 20:08:50 +01:00
parent 6d6e07e09a
commit 33339f19cb

View File

@@ -332,7 +332,7 @@ curl http://localhost:8500/v1/agent/services
### Database Verification ### Database Verification
### Check Schemas #### Check Schemas
```bash ```bash
docker exec -it goplt-postgres psql -U goplt -d goplt -c "\dn" docker exec -it goplt-postgres psql -U goplt -d goplt -c "\dn"
``` ```