feat(site): land physics, aseprite, ldtk & React guides (F3)#209
Merged
Conversation
Lands five package guides into the guide IA, each with API-verified code blocks:
- assets/aseprite, assets/ldtk — new chapters in the Assets part
- physics/physics-basics, physics/joints-and-dynamics — new Physics part
- integrations/react — new Integrations part
guide-structure.ts gains the two new parts and the two Assets chapters with
levels, learning goals, prerequisites, and API links (all resolving to existing
API pages). tsconfig.guides.json gains source paths for @codexo/exojs-{physics,
aseprite,ldtk} (+/register for the two extensions) so the extracted snippets
type-check against engine source.
Verified: typecheck:guides green (82 snippets), guide-structure reconciliation
test 19/19, and the new pages render (HTTP 200, sidebar shows Physics +
Integrations, no console errors).
|
To use Codex here, create an environment for this repo. |
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.
Lands the five parked package guides into the guide information architecture, each with API-verified code blocks.
New content
assets/aseprite,assets/ldtk— new chapters in the Assets partphysics/physics-basics,physics/joints-and-dynamics— new Physics part (after Audio)integrations/react— new Integrations part (before Shipping)Wiring
guide-structure.ts: two new parts + two Assets chapters, each with level, learning goals, prerequisites, and API links — all resolving to existing API pages.tsconfig.guides.json: source paths for@codexo/exojs-{physics,aseprite,ldtk}(+/registerfor the two extensions) so extracted snippets type-check against engine source. (@codexo/exojs-reactisn't needed — its JSX blocks aretsx no-check.)Verification
typecheck:guidesgreen (82 snippets extracted + checked).guide-structurereconciliation test 19/19 (chapters↔files, no orphans, every prerequisite / example / API link resolves, linear prev/next chain).