Add standalone command cheatsheet page

- Create /cheatsheet with all 17 commands grouped by category
- Clean, scannable layout with command relationships
- Print-friendly styling, dark mode support
- Add server route for cheatsheet page
- Link from Commands section and footer

Addresses user feedback requesting a quick reference doc
for practical command usage.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2026-01-11 15:27:40 -08:00
co-authored by Claude Opus 4.5
parent d56a9fc746
commit 98e673b8f4
4 changed files with 303 additions and 1 deletions
+11
View File
@@ -406,6 +406,17 @@ code {
max-width: 50ch;
}
.cheatsheet-link {
color: var(--color-accent);
text-decoration: none;
font-size: 0.875rem;
margin-left: 0.5em;
}
.cheatsheet-link:hover {
text-decoration: underline;
}
.section-lead {
font-size: clamp(1.125rem, 2.5vw, 1.5rem);
line-height: 1.5;