mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
- Create how-to/zero-sync.mdx setup guide - Update docker-compose.mdx with zero-cache service, env vars, troubleshooting - Update dev-compose.mdx with Zero build arg - Update install-script.mdx with zero-cache URL - Update manual-installation.mdx with Zero frontend env var - Add Zero sync page to how-to index, meta.json, and sitemap
26 lines
725 B
Text
26 lines
725 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="Real-Time Sync with Zero"
|
|
description="How SurfSense uses Rocicorp Zero for instant real-time data synchronization"
|
|
href="/docs/how-to/zero-sync"
|
|
/>
|
|
<Card
|
|
title="Realtime Collaboration"
|
|
description="Invite teammates, share chats, and collaborate in realtime"
|
|
href="/docs/how-to/realtime-collaboration"
|
|
/>
|
|
<Card
|
|
title="Web Search"
|
|
description="Configure SearXNG web search and residential proxies for production"
|
|
href="/docs/how-to/web-search"
|
|
/>
|
|
</Cards>
|