docs: document model gallery

This commit is contained in:
Tom Boullay
2026-05-25 16:24:12 +02:00
parent 626dc47bbe
commit 36180279b2
6 changed files with 77 additions and 7 deletions
+13
View File
@@ -0,0 +1,13 @@
import gallery from "../../../../docs/user/gallery.md?raw";
import { DocsDocument } from "@/components/docs/DocsDocument";
export function DocsGalleryPage(): React.JSX.Element {
return (
<DocsDocument
content={gallery}
frContent={gallery}
meta="16"
title="Model Gallery"
/>
);
}