Feedback
Let readers tell you which pages help — and which don't
Add a "Was this page helpful?" control to the bottom of every page. Votes (and optional comments) flow back to you, so you can see which pages are working.
Enable it
Add a feedback block to docs.json:
{
"feedback": {
"enabled": true
}
}Comments
By default, a thumbs-down prompts for an optional written comment so you learn why a page missed. Turn that off to collect votes only:
{
"feedback": {
"enabled": true,
"comments": false
}
}Next: AI-readable output
How AI tools read your docs.