The Cheat Sheet
ContributeSearch

Contribute

The Cheat Sheet is a community-maintained collection of Markdown files — contributing means opening a Pull Request, nothing more. This page is a quick summary; see CONTRIBUTING.md for the full guide.

Add a cheat sheet

Create a Markdown file at content/[locale]/[category]/[cheat-sheet].md with a title and description in frontmatter, then write the content in Markdown below it. The route is generated automatically — no registration needed.

Add a translation

Copy an existing cheat sheet into another locale folder, keeping the same category and filename, and translate its contents. A cheat sheet doesn't need to exist in every locale — partial coverage is fine.

Add a category

Just create the folder and add a cheat sheet inside it — the category page is generated automatically. Optionally add a _category.md file with a description shown on its listing page.

Test your changes locally

Requires Node.js 22+.

npm install
npm run dev

Before opening a Pull Request, run format, lint, typecheck, and build — see CONTRIBUTING.md for the exact commands.

By participating, you're expected to follow our Code of Conduct. Have a question instead of something ready to build? Use Discussions.

Don't see what you're looking for?

Suggest a Cheat Sheet →