mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 09:16:22 +02:00
feat: add Code of Conduct document and update layout with new icon for improved community guidelines visibility
This commit is contained in:
parent
dd231a455c
commit
53de474e5e
5 changed files with 156 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue