mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
22 lines
542 B
Text
22 lines
542 B
Text
|
|
---
|
||
|
|
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>
|