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:
parent
17b25e4cf1
commit
f7043d4518
2 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue