mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 09:46:25 +02:00
Remove all Electric SQL client code, Docker service, env vars, CI build args, install scripts, and documentation. Feature hooks that depend on Electric are intentionally left in place to be rewritten with Rocicorp Zero in subsequent commits. Deleted: - lib/electric/ (client.ts, context.ts, auth.ts, baseline.ts) - ElectricProvider.tsx - docker/scripts/init-electric-user.sh - content/docs/how-to/electric-sql.mdx Cleaned: - package.json (4 @electric-sql/* deps) - app/layout.tsx, UserDropdown.tsx, LayoutDataProvider.tsx - docker-compose.yml, docker-compose.dev.yml - Dockerfile, docker-entrypoint.js - .env.example (frontend, docker, backend) - CI workflows, install scripts, docs
21 lines
547 B
Text
21 lines
547 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="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>
|