chore: Stop tracking .source directory

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-04-22 02:37:49 -07:00
parent 0436d2ab64
commit 02cf7d9828
2 changed files with 0 additions and 13 deletions

View file

@ -1,5 +0,0 @@
// @ts-nocheck -- skip type checking
import * as docs_0 from "../content/docs/index.mdx?collection=docs&hash=1745310068376"
import { _runtime } from "fumadocs-mdx"
import * as _source from "../source.config"
export const docs = _runtime.docs<typeof _source.docs>([{ info: {"path":"index.mdx","absolutePath":"C:/Users/91882/Documents/SurfSense/surfsense_web/content/docs/index.mdx"}, data: docs_0 }], [])

View file

@ -1,8 +0,0 @@
// source.config.ts
import { defineDocs } from "fumadocs-mdx/config";
var docs = defineDocs({
dir: "content/docs"
});
export {
docs
};