add zustand game state

This commit is contained in:
Tom Boullay
2026-04-30 14:29:29 +02:00
parent cf20aa8ea4
commit 0f845f28c5
11 changed files with 325 additions and 12 deletions
+9 -3
View File
@@ -38,6 +38,12 @@ export const docGroups: DocGroup[] = [
subtitle: "Implementation details",
meta: "04",
},
{
path: "/docs/zustand",
title: "Zustand Game State",
subtitle: "Progression store",
meta: "05",
},
],
},
{
@@ -47,19 +53,19 @@ export const docGroups: DocGroup[] = [
path: "/docs/features",
title: "Features",
subtitle: "Implemented scope",
meta: "05",
meta: "06",
},
{
path: "/docs/editor",
title: "Editor User Guide",
subtitle: "Editing workflow",
meta: "06",
meta: "07",
},
{
path: "/docs/animation",
title: "Animation & 3D Model System",
subtitle: "Components and usage",
meta: "07",
meta: "08",
},
],
},