docs/images/screenshots/ and reference them from MDX with <Frame>.
Screenshots in the docs (production)
Optional older captures still in the folder:
intake-archived-file.png— File Assignment for archived returning studentsintake-success-legacy.png— replace with new success summary + P2G card after that UI is deployed
Nice-to-have next
Capture from production
How to add a screenshot
1
Capture the screenshot
Open the live app, navigate to the screen, and capture at full width.
2
Save the file
Save as
docs/images/screenshots/your-name.png.3
Update the MDX page
4
Preview and deploy
Run
npm run docs:dev, verify locally, then push for Mintlify to deploy.Mintlify Frame tips
From Mintlify Frames:- Always wrap screenshots in
<Frame>for consistent borders and captions - Use
captionfor what the image shows; Markdown links are allowed in captions - Keep
alttext specific (role + page + key UI elements)

