Feature/top down games - #15
Merged
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.