docs: add troubleshooting cross-links to production and examples guides

Add cross-links from the production deployment guide and Docker Compose
examples README to the main troubleshooting guide and diagnostic playbook.
This completes the cross-linking requirement for P11.5.

Changes:
- docs/onboarding/production.md: Add cross-link to troubleshooting guide
- examples/README.md: Add cross-link to troubleshooting guide

Closes: miroir-uyx.5

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
jedarden 2026-05-25 02:55:06 -04:00
parent 17b25e4cf1
commit f7043d4518
2 changed files with 4 additions and 0 deletions

View file

@ -156,6 +156,8 @@ Upgrade procedure:
## Troubleshooting
For comprehensive troubleshooting of common issues, see the [Troubleshooting Guide](../troubleshooting.md) and [Diagnostic Playbook](../troubleshooting/diagnostics.md).
### Orchestrator pods stuck in CrashLoopBack
Check task store connectivity:

View file

@ -122,6 +122,8 @@ docker compose -f examples/docker-compose-dev.yml logs -f meili-0
## Troubleshooting
For comprehensive troubleshooting of common issues, see the [Troubleshooting Guide](../docs/troubleshooting.md) and [Diagnostic Playbook](../docs/troubleshooting/diagnostics.md).
### Containers not starting
```bash