mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-10 00:02:40 +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
|
|
@ -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",
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue