Overview
Elite documentation uses consistent screenshot patterns. Follow these guidelines to maintain visual consistency across Solvren docs.
Pattern 1 — Interface Overview
Use for introducing a screen or feature.
Structure:
- Step explanation
- Full UI screenshot
- Caption explaining the interface
Example MDX:
## Creating a Change
Navigate to **Changes → New Change**.

The change creation form allows you to define systems, domains, and implementation details.
Pattern 2 — Annotated UI
Use when highlighting specific elements.
Structure:
- Numbered list describing each element
- Annotated screenshot with callouts
Example MDX:

1. Select the **Domain** affected by the change
2. Identify all **Systems involved**
3. Provide a clear **change description**
Pattern 3 — Workflow Screens
Use for multi-step flows.
Structure:
- One screenshot per step
- Clear step headers
Example MDX:
### Step 1 — Create Change

### Step 2 — Add Evidence

### Step 3 — Submit for Review

Folder Structure
Store screenshots in:
/public/docs/images/
create-change.png
change-form-annotated.png
change-step1.png
change-step2.png
change-step3.png
approval-screen.png
risk-report.png
Style Guidelines
| Rule | Recommendation | |------|----------------| | Resolution | 1440px wide | | Format | PNG | | Theme | Use light mode | | Callouts | Simple numbered circles | | Cropping | Remove browser UI |
Reference
These patterns follow conventions used by Stripe, Vercel, and Supabase documentation.