mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 08:55:33 +02:00
Migrated project from Quartz to Next.js with Fumadocs
This commit is contained in:
parent
d0e8fca4a6
commit
ff60b8afc1
383 changed files with 8990 additions and 152443 deletions
13
source.config.ts
Normal file
13
source.config.ts
Normal file
|
@ -0,0 +1,13 @@
|
|||
import { defineDocs, defineConfig } from "fumadocs-mdx/config";
|
||||
import { remarkMermaid } from "@theguild/remark-mermaid";
|
||||
|
||||
export const docs = defineDocs({
|
||||
dir: "content/docs",
|
||||
});
|
||||
|
||||
export default defineConfig({
|
||||
mdxOptions: {
|
||||
remarkPlugins: [remarkMermaid],
|
||||
},
|
||||
lastModifiedTime: "git",
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue