CI: add markdownlint + docs-check wrapper; extend link check scope

This commit is contained in:
Abhimanyu Saharan
2026-02-12 13:19:37 +00:00
parent 879b50199f
commit d6db63480e
14 changed files with 87 additions and 11 deletions

3
docs/03-development.md Normal file
View File

@@ -0,0 +1,3 @@
# Development workflow
Placeholder: see root `README.md` for current setup steps.

18
docs/README.md Normal file
View File

@@ -0,0 +1,18 @@
# Mission Control docs
This folder is the starting point for Mission Control documentation.
## Sections
- [Development workflow](./03-development.md)
- [Testing guide](./testing/README.md)
- [Coverage policy](./coverage-policy.md)
- [Deployment](./deployment/README.md)
- [Production notes](./production/README.md)
- [Troubleshooting](./troubleshooting/README.md)
- [Gateway WebSocket protocol](./openclaw_gateway_ws.md)
## Status
These pages are minimal placeholders so repo-relative links stay healthy. The actual docs
information architecture will be defined in the Docs overhaul tasks.

3
docs/coverage-policy.md Normal file
View File

@@ -0,0 +1,3 @@
# Coverage policy
Placeholder: coverage policy is currently documented in the root `Makefile` (`backend-coverage`).

View File

@@ -0,0 +1,3 @@
# Deployment guide
Placeholder.

View File

@@ -0,0 +1,3 @@
# Gateway WebSocket protocol
Placeholder.

View File

@@ -0,0 +1,3 @@
# Production notes
Placeholder.

3
docs/testing/README.md Normal file
View File

@@ -0,0 +1,3 @@
# Testing guide
Placeholder: see root `README.md` and `CONTRIBUTING.md` for current commands.

View File

@@ -0,0 +1,3 @@
# Troubleshooting
Placeholder.