feat: add Code of Conduct document and update layout with new icon for improved community guidelines visibility

This commit is contained in:
Anish Sarkar 2026-03-10 03:33:57 +05:30
parent dd231a455c
commit 53de474e5e
5 changed files with 156 additions and 5 deletions

View file

@ -5,7 +5,7 @@ icon: BookOpen
---
import { Card, Cards } from 'fumadocs-ui/components/card';
import { ClipboardCheck, Download, Container, Wrench, Cable, BookOpen, FlaskConical } from 'lucide-react';
import { ClipboardCheck, Download, Container, Wrench, Cable, BookOpen, FlaskConical, Heart } from 'lucide-react';
Welcome to **SurfSense's Documentation!** Here, you'll find everything you need to get the most out of SurfSense. Dive in to explore how SurfSense can be your AI-powered research companion.
@ -52,4 +52,10 @@ Welcome to **SurfSense's Documentation!** Here, you'll find everything you need
description="Running and writing tests for SurfSense"
href="/docs/testing"
/>
<Card
icon={<Heart />}
title="Code of Conduct"
description="Community guidelines and expectations"
href="/docs/code-of-conduct"
/>
</Cards>