mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 20:00:47 +00:00
Feat : Gitbook
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
"use client";
|
||||
|
||||
import { MarkdownRenderer } from "@/utils/markdown";
|
||||
|
||||
export default function DocsContent({ content }) {
|
||||
return (
|
||||
<main className="flex-1 overflow-y-auto">
|
||||
<article className="max-w-4xl mx-auto px-6 py-8">
|
||||
<MarkdownRenderer content={content} />
|
||||
</article>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user