SurfSense/surfsense_web/content/docs/how-to/index.mdx

22 lines
542 B
Text
Raw Normal View History

---
title: How-To Guides
description: Step-by-step guides for common tasks
---
import { Card, Cards } from 'fumadocs-ui/components/card';
Practical guides to help you get the most out of SurfSense.
<Cards>
<Card
title="Electric SQL"
description="Setting up Electric SQL for real-time data synchronization"
href="/docs/how-to/electric-sql"
/>
<Card
title="Realtime Collaboration"
description="Invite teammates, share chats, and collaborate in realtime"
href="/docs/how-to/realtime-collaboration"
/>
</Cards>