mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-01 11:56:25 +02:00
feat: Added FumaDocs
This commit is contained in:
parent
3155e7b0ac
commit
0436d2ab64
16 changed files with 1919 additions and 8 deletions
8
surfsense_web/.source/source.config.mjs
Normal file
8
surfsense_web/.source/source.config.mjs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// source.config.ts
|
||||
import { defineDocs } from "fumadocs-mdx/config";
|
||||
var docs = defineDocs({
|
||||
dir: "content/docs"
|
||||
});
|
||||
export {
|
||||
docs
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue