Merge branch 'develop' into feat/main-feature

This commit is contained in:
Tom Boullay
2026-04-29 15:01:17 +02:00
committed by GitHub
22 changed files with 797 additions and 34 deletions
+13
View File
@@ -0,0 +1,13 @@
import animation from "../../../../docs/technical/animation.md?raw";
import { DocsDocument } from "@/components/docs/DocsDocument";
export function DocsAnimationPage(): React.JSX.Element {
return (
<DocsDocument
content={animation}
frContent={animation}
meta="07"
title="Animation & 3D Model System"
/>
);
}