Documentation Style Guide Enforcer
Keep a large documentation set consistent without a CLI or CI job. Apply built-in style rules (brand capitalization, link text, punctuation) plus your own regex rules, auto-fix what's safe, and export the rule set for your team.
Tool interface
Results
Violations
Introduction
Style drift is inevitable across many authors. This tool gives teams a shared, exportable rule set and instant feedback, without installing anything.
How it works
- Built-in rules run as regex/structural checks with line numbers.
- Custom rules (regex + severity + optional replacement) are stored locally and exportable.
- "Apply safe fixes" rewrites only rules that define a replacement.
Privacy
Docs and rules stay in your browser (rules in LocalStorage). No upload, no account.
Limitations
- Regex rules can't parse deep structure.
- Code fences are skipped for prose rules to avoid false positives.
FAQ
Can I share rules with my team?
Yes — export the rule set as JSON and teammates can import it.
Is my documentation uploaded?
No. Everything runs locally.