docs: replace code-formatted doc paths with markdown links

This commit is contained in:
Abhimanyu Saharan
2026-02-11 10:40:02 +00:00
parent f523415fc8
commit 4c206fb97d
10 changed files with 33 additions and 33 deletions

View File

@@ -24,11 +24,11 @@ This folder is the canonical documentation set for Mission Control.
## Existing deep-dive docs
Some deeper docs already exist under `docs/**` directories; the IA pages above link to them where appropriate:
- `docs/architecture/README.md`
- `docs/deployment/README.md`
- `docs/production/README.md`
- `docs/testing/README.md`
- `docs/troubleshooting/README.md`
- `docs/openclaw_gateway_ws.md`
- `docs/openclaw_gateway_base_config.md`
These deeper references already exist under `docs/` directories:
- [Architecture deep dive](architecture/README.md)
- [Deployment guide](deployment/README.md)
- [Production notes](production/README.md)
- [Testing guide](testing/README.md)
- [Troubleshooting](troubleshooting/README.md)
- [Gateway WebSocket protocol](openclaw_gateway_ws.md)
- [Gateway base config](openclaw_gateway_base_config.md)