mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-02 20:32:39 +02:00
feat: Added FumaDocs
This commit is contained in:
parent
3155e7b0ac
commit
0436d2ab64
16 changed files with 1919 additions and 8 deletions
7
surfsense_web/app/layout.config.tsx
Normal file
7
surfsense_web/app/layout.config.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { BaseLayoutProps } from 'fumadocs-ui/layouts/shared';
|
||||
|
||||
export const baseOptions: BaseLayoutProps = {
|
||||
nav: {
|
||||
title: 'SurfSense Documentation',
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue