mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-02 02:29:08 +00:00
chore: Stop tracking .source directory
This commit is contained in:
parent
0436d2ab64
commit
02cf7d9828
2 changed files with 0 additions and 13 deletions
|
@ -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 }], [])
|
|
@ -1,8 +0,0 @@
|
|||
// source.config.ts
|
||||
import { defineDocs } from "fumadocs-mdx/config";
|
||||
var docs = defineDocs({
|
||||
dir: "content/docs"
|
||||
});
|
||||
export {
|
||||
docs
|
||||
};
|
Loading…
Add table
Reference in a new issue