mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-03 21:02:40 +02:00
feat: Added FumaDocs
This commit is contained in:
parent
3155e7b0ac
commit
0436d2ab64
16 changed files with 1919 additions and 8 deletions
9
surfsense_web/mdx-components.tsx
Normal file
9
surfsense_web/mdx-components.tsx
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import defaultMdxComponents from 'fumadocs-ui/mdx';
|
||||
import type { MDXComponents } from 'mdx/types';
|
||||
|
||||
export function getMDXComponents(components?: MDXComponents): MDXComponents {
|
||||
return {
|
||||
...defaultMdxComponents,
|
||||
...components,
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue