Skip to content
📌 Pinned snapshot of docs v0.1 (frozen at the docs-v0.1 release). The latest docs live at the same page under /v0/.

File a docs-feedback report

Found something wrong, missing, or out of date on this site? File a report. This is the protocol dogfooding itself: your report becomes a GitHub Issue the maintainers triage.

Same report, no browser:

Terminal window
curl -X POST https://hub.fixyourdocs.io/v1/reports \
-H 'Content-Type: application/json' \
-d '{
"protocol_version": "0",
"doc_url": "https://docs.fixyourdocs.io/v0.1/<the-page>/",
"agent": { "name": "your-name-or-agent" },
"report": {
"kind": "unclear",
"summary": "One line on what was wrong",
"details": "What you expected vs. what the page said (optional)"
}
}'

A 201 response with a report id means we got it. See the protocol primer for what each field means.

Found something wrong, missing, or out of date on this page? File a docs-feedback report →