add editor documentation pages

This commit is contained in:
2026-04-28 13:47:56 +02:00
parent f9a0480121
commit a3db0b2f0d
5 changed files with 182 additions and 2 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ The editor is a React route used to inspect and adjust the `public/map.json` sce
- `/` renders the playable La-Fabrik scene.
- `/editor` renders the map editor.
- `src/main.tsx` wraps the app with `BrowserRouter`.
- `src/App.tsx` defines the route and imports `EditorPage` from `src/pages/editor/EditorPage.tsx`.
- `src/App.tsx` mounts TanStack Router through `RouterProvider`.
- `src/router.tsx` defines the `/editor` route and imports `EditorPage` from `src/pages/editor/EditorPage.tsx`.
## File Structure