Summary
Create multi-page reference documentation that shares the homepage CSS/design system.
Motivation
As features grow, README and homepage are getting bloated. Need a separate reference guide while keeping consistent design.
Design Reference
- worktrunk.dev style: header nav + sidebar for commands
- GitHub Stars badge in hero section
- Same CSS/design as current landing page
Structure
docs/
index.html ← Landing (existing, add nav header + star badge)
reference/
index.html ← Command reference overview
start.html
list.html
ship.html
merge.html
switch.html
clean.html
...
guide/
installation.html
shell-integration.html
ai-agents.html
Changes to existing homepage
- Add header navigation bar (Home | Docs | GitHub)
- Add GitHub Stars badge in hero section
- Extract shared CSS to reusable stylesheet
Labels
type/docs, area/homepage
Summary
Create multi-page reference documentation that shares the homepage CSS/design system.
Motivation
As features grow, README and homepage are getting bloated. Need a separate reference guide while keeping consistent design.
Design Reference
Structure
Changes to existing homepage
Labels
type/docs, area/homepage