docs: add initial docs/ information architecture + stubs

This commit is contained in:
Abhimanyu Saharan
2026-02-11 21:43:05 +00:00
committed by Abhimanyu Saharan
parent 93184c1b7b
commit 1fdacec7c1
11 changed files with 199 additions and 12 deletions

View File

@@ -1,3 +1,12 @@
# Troubleshooting
- [Gateway agent provisioning and check-in](./gateway-agent-provisioning.md)
## Common issues
- Frontend cant reach backend (check `NEXT_PUBLIC_API_URL`)
- Auth errors (check `AUTH_MODE`, tokens)
- DB connection/migrations
> **Note**
> Expand with concrete symptoms + fixes as issues are discovered.