mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-30 19:36:25 +02:00
feat: add new index sections for Connectors, Docker Installation, and How-To Guides
This commit is contained in:
parent
b81619da7e
commit
f8558b6c6a
3 changed files with 158 additions and 0 deletions
21
surfsense_web/content/docs/how-to/index.mdx
Normal file
21
surfsense_web/content/docs/how-to/index.mdx
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue