Skip to content

Feature/top down games - #15

Merged
Gperez88 merged 3 commits into
mainfrom
feature/top-down-games
Aug 16, 2026
Merged

Feature/top down games#15
Gperez88 merged 3 commits into
mainfrom
feature/top-down-games

Conversation

@Gperez88

Copy link
Copy Markdown
Contributor

No description provided.

CATEGORY_ORDER was an allowlist, and buildApiGeneratedSidebarItems()
iterated only over it. A module the engine started generating after this
file was written synced to disk but never reached the sidebar, leaving
its pages reachable only from the generated index. `gameplay` had been
invisible that way, and `apu` was about to join it.

Treat the list as an ordering hint instead: known categories keep their
curated order, anything else on disk is appended alphabetically with a
title-cased label. Add explicit entries and labels for apu and gameplay.

Verification: npm run docs:build -> build complete; the rendered
api/generated pages carry APU and Gameplay sidebar groups.
Runs sync-docs-from-engine.mjs, which had not been run in a while: the
repo was several engine releases behind. Brings in the apu and gameplay
generated modules, ~20 other new generated pages, refreshed architecture
and tools guides, and the examples catalogue.

Content only — every file here is produced by the sync script from the
engine repository and should not be edited in place.

Verification: npm run docs:build -> build complete in 85.44s.
- Added details on proximity scanning and spatial queries in physics.md.
- Updated room_screen.md to reflect changes in room layout and collision handling.
- Corrected example project references in audio.md and entities-scene-tutorial.md.
- Expanded on manual arpeggios in music-player-guide.md.
- Introduced new sections on display bandwidth and DMA management in esp32-performance.md.
- Enhanced tilemap-editor documentation with player spawn and room features.
@Gperez88
Gperez88 merged commit 92b76bb into main Aug 16, 2026
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant