Lengthen 12 command reference descriptions under the 50-char a14y minimum#547
Conversation
Re-running the a14y audit after #546 landed found 12 pages still failing html.meta-description -- these already had a description (so they weren't caught by the "missing entirely" pass in #546), just under the 50-char minimum. Also fixes ACL GENPASS's description, which was a copy-paste of ACL DRYRUN's ("Simulate execution of a command from a user") and didn't describe what the command actually does. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR Summary by QodoExpand command doc meta descriptions to meet a11y minimums (and fix ACL GENPASS)
AI Description
Diagram
High-Level Assessment
Files changed (12)
|
Summary
Follow-up to #546. Re-audited
https://www.dragonflydb.io/docsafter that PR merged (score 68 → 74) and found 13 pages still failinghtml.meta-description— 12 real pages plus/docs/search(out of scope, Docusaurus's built-in search page).These 12 weren't caught by #546's pass because they already had a
descriptionfrontmatter field — just under a14y's 50-character minimum (18–47 chars). Lengthened all 12 to be genuinely more descriptive, and fixedACL GENPASS's description along the way, which turned out to be copy-pasted fromACL DRYRUN("Simulate execution of a command from a user") and didn't describe what GENPASS actually does (generate a password).Test plan
yarn buildsucceeds🤖 Generated with Claude Code