From f7043d451845281e75484d4c685c5ff1b9acb708 Mon Sep 17 00:00:00 2001 From: jedarden Date: Mon, 25 May 2026 02:55:06 -0400 Subject: [PATCH] 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 --- docs/onboarding/production.md | 2 ++ examples/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/onboarding/production.md b/docs/onboarding/production.md index 7523bbb..8f24d26 100644 --- a/docs/onboarding/production.md +++ b/docs/onboarding/production.md @@ -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: diff --git a/examples/README.md b/examples/README.md index 6bd2800..e77c5b6 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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