UI Overview
Welcome to the SentinelOS web interface documentation. Find visual guides and component explanations here.
How to add screenshots
- Save UI screenshots in the
public/images/ui/folder. - Reference the image path like
/images/ui/my-screenshot.png. - Use the
<Screenshot>component for styling.
Example:
---
import Screenshot from '../../../components/Screenshot.astro';
---
<Screenshot
src="/images/ui/example.png"
alt="Main Dashboard View"
caption="Dashboard after a clean installation."
/>