Getting Started
This is a starter page. A fresh scaffold ships with just this page and the
Home page, listed in
src/content/docs/wime/_sidebar.json.
Adding a page
Section titled “Adding a page”- Add a
.mdor.mdxfile undersrc/content/docs/wime/. - Add a matching
{ "label": ..., "slug": "wime/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 SpriteGallery
component, which renders a searchable grid from a packed-frames sprite atlas.