feat: add new index sections for Connectors, Docker Installation, and How-To Guides

This commit is contained in:
Anish Sarkar 2026-03-12 21:11:39 +05:30
parent b81619da7e
commit f8558b6c6a
3 changed files with 158 additions and 0 deletions

View file

@ -0,0 +1,21 @@
---
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>