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

@ -1,7 +1,19 @@
import Image from "next/image";
import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared";
export const baseOptions: BaseLayoutProps = {
nav: {
title: "SurfSense Docs",
title: (
<>
<Image
src="/icon-128.svg"
alt="SurfSense"
width={24}
height={24}
className="dark:invert"
/>
SurfSense Docs
</>
),
},
githubUrl: "https://github.com/MODSetter/SurfSense",
};