Overview
Documentation improvements are fast-track contributions — no design proposal or maintainer assignment required before you open a PR.
You can browse open documentation issues on GitHub using the Type/Docs label.
Fast Track Process
- Find what needs improving — typo, outdated info, missing example, unclear explanation
- Fork the repository on GitHub
- Edit the file under
docs/content/ - Open a pull request with a short description of what you changed and why
That's it. Docs PRs are reviewed quickly and are a great first contribution.
Types of Improvements
- Fix typos or grammatical errors
- Clarify confusing explanations
- Add code examples or usage snippets
- Update screenshots or diagrams that are out of date
- Fill in missing sections or stub pages
Writing Guidelines
This section has deeper guides on style, structure, and tooling for larger documentation contributions:
- Writing Guide — style and tone guide
- Style Guide — formatting rules and conventions
- Build the Documentation — how to run the docs site locally