From f8558b6c6a79f70467b70127086ee7a515918102 Mon Sep 17 00:00:00 2001
From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com>
Date: Thu, 12 Mar 2026 21:11:39 +0530
Subject: [PATCH] feat: add new index sections for Connectors, Docker
Installation, and How-To Guides
---
.../content/docs/connectors/index.mdx | 101 ++++++++++++++++++
.../docs/docker-installation/index.mdx | 36 +++++++
surfsense_web/content/docs/how-to/index.mdx | 21 ++++
3 files changed, 158 insertions(+)
create mode 100644 surfsense_web/content/docs/connectors/index.mdx
create mode 100644 surfsense_web/content/docs/docker-installation/index.mdx
create mode 100644 surfsense_web/content/docs/how-to/index.mdx
diff --git a/surfsense_web/content/docs/connectors/index.mdx b/surfsense_web/content/docs/connectors/index.mdx
new file mode 100644
index 000000000..501b1fc0b
--- /dev/null
+++ b/surfsense_web/content/docs/connectors/index.mdx
@@ -0,0 +1,101 @@
+---
+title: Connectors
+description: Integrate with third-party services
+---
+
+import { Card, Cards } from 'fumadocs-ui/components/card';
+
+Connect SurfSense to your favorite tools and services. Browse the available integrations below to sync data from productivity apps, communication platforms, knowledge bases, and more.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/surfsense_web/content/docs/docker-installation/index.mdx b/surfsense_web/content/docs/docker-installation/index.mdx
new file mode 100644
index 000000000..929192164
--- /dev/null
+++ b/surfsense_web/content/docs/docker-installation/index.mdx
@@ -0,0 +1,36 @@
+---
+title: Docker Installation
+description: Deploy SurfSense using Docker
+---
+
+import { Card, Cards } from 'fumadocs-ui/components/card';
+
+Choose your preferred Docker deployment method below.
+
+
+
+
+
+
+
+
diff --git a/surfsense_web/content/docs/how-to/index.mdx b/surfsense_web/content/docs/how-to/index.mdx
new file mode 100644
index 000000000..de45db19c
--- /dev/null
+++ b/surfsense_web/content/docs/how-to/index.mdx
@@ -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.
+
+
+
+
+