docs: refactor document folder structure.

This commit is contained in:
2026-03-28 14:35:37 +09:00
parent 1cd0971b4d
commit b194b57e4e
475 changed files with 558 additions and 50790 deletions

View File

@@ -0,0 +1,14 @@
- name: Entity Component System
items:
- name: Getting Started
href: getting-started.md
- name: ECS Concepts
href: ecs-concepts.md
- name: Components
href: components.md
- name: Systems
href: systems.md
- name: ECS Workflows
href: ecs-workflows.md
- name: Performance
href: performance.md