docs(world): document map lod system
🔍 Lint / 🪄 Check lint (pull_request) Has been cancelled
🔍 Lint / 🎨 Check format (pull_request) Has been cancelled
🔍 Lint / 🔎 Typecheck (pull_request) Has been cancelled
📊 Quality / 🔒 Security Audit (pull_request) Has been cancelled
📊 Quality / 📋 Dependency Freshness (pull_request) Has been cancelled
📊 Quality / 📦 Bundle Size (pull_request) Has been cancelled
🔍 Lint / 🏗 Build (pull_request) Has been cancelled

This commit is contained in:
Tom Boullay
2026-05-31 21:23:07 +02:00
parent b9c5d0c563
commit 3e7edcb1b7
6 changed files with 145 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
import mapLod from "../../../../docs/technical/map-lod.md?raw";
import { DocsDocument } from "@/components/docs/DocsDocument";
export function DocsMapLodPage(): React.JSX.Element {
return <DocsDocument content={mapLod} meta="14" title="Map LOD System" />;
}