Getting started
This is a starter page to confirm the docs section works. Replace it with real content as the platform takes shape.
Headings, prose, and code all work
Section titled “Headings, prose, and code all work”Starlight renders standard Markdown and MDX. Code blocks are syntax-highlighted out of the box:
// Example: a worlds entry in the registryexport const world = { id: "first-light", title: "First Light", remixable: true,};