Getting Started
This section covers Warriors of Legend, listed as its own top-level group in the sidebar alongside the other four games this site documents.
Adding a page
Section titled “Adding a page”- Add a
.mdor.mdxfile undersrc/content/docs/legend/. - Add a matching
{ "label": ..., "slug": "legend/your-page" }entry to_sidebar.json(or nest it under a group with"items"). - Re-run
npm run devornpm run build— the sidebar is regenerated from that manifest on every build (seescripts/build.mjs).
See the project README for the asset-copy convention and the shared
gallery components (SpriteGallery, FrmlVariantGallery, SceneGallery)
this site’s game sections build on.
Where this content comes from
Section titled “Where this content comes from”Every page here summarises docs/legend/plan.md and the confirmed sections
of docs/legend/TODO.md in the main repository (not part of this site) —
when in doubt about a field’s confidence level, that’s the source of truth,
not this site’s prose.