refactor: update layout configuration and enhance documentation layout

This commit is contained in:
Anish Sarkar 2026-02-27 02:36:18 +05:30
parent 20ebb0703f
commit 394a37576c
3 changed files with 12 additions and 3 deletions

View file

@ -1,7 +1,7 @@
import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared";
export const baseOptions: BaseLayoutProps = {
nav: {
title: "SurfSense Documentation",
title: "SurfSense Docs",
},
githubUrl: "https://github.com/MODSetter/SurfSense",
};