diff --git a/surfsense_web/content/docs/connectors/meta.json b/surfsense_web/content/docs/connectors/meta.json index 0c6dfe449..735331a2b 100644 --- a/surfsense_web/content/docs/connectors/meta.json +++ b/surfsense_web/content/docs/connectors/meta.json @@ -1,6 +1,6 @@ { "title": "Connectors", - "icon": "Cable", + "icon": "Unplug", "pages": [ "google-drive", "gmail", diff --git a/surfsense_web/content/docs/installation.mdx b/surfsense_web/content/docs/installation.mdx index aa3a2a72d..49f0b1ab3 100644 --- a/surfsense_web/content/docs/installation.mdx +++ b/surfsense_web/content/docs/installation.mdx @@ -1,21 +1,27 @@ --- title: Installation -description: Current ways to use SurfSense +description: How to install SurfSense - Docker or from source icon: Download --- -# Installing SurfSense +import { Card, Cards } from 'fumadocs-ui/components/card'; +import { Container, Wrench } from 'lucide-react'; -There are two ways to install SurfSense, but both require the repository to be cloned first. Clone [SurfSense](https://github.com/MODSetter/SurfSense) and then: +SurfSense runs as a Python backend + Next.js frontend. You can either spin it up with Docker or set everything up yourself. -## Docker Installation +**Not sure which to pick?** Docker gets you up and running fastest. Go manual if you want to build SurfSense with us or need full control over the stack. -This method provides a containerized environment with all dependencies pre-configured. Less Customization. - -[Learn more about Docker installation](/docs/docker-installation/install-script) - -## Manual Installation (Preferred) - -For users who prefer more control over the installation process or need to customize their setup, we also provide manual installation instructions. - -[Learn more about Manual installation](/docs/manual-installation) \ No newline at end of file + + } + title="Docker Installation" + description="All dependencies pre-configured, up and running in minutes" + href="/docs/docker-installation" + /> + } + title="Manual Installation" + description="Set up each component yourself for full control" + href="/docs/manual-installation" + /> + diff --git a/surfsense_web/content/docs/manual-installation.mdx b/surfsense_web/content/docs/manual-installation.mdx index 7a974150c..96f272717 100644 --- a/surfsense_web/content/docs/manual-installation.mdx +++ b/surfsense_web/content/docs/manual-installation.mdx @@ -1,6 +1,6 @@ --- title: Manual Installation -description: Setting up SurfSense manually for customized deployments (Preferred) +description: Setting up SurfSense manually for customized deployments icon: Wrench ---