Create new starlight project in a folder called "starlight"
npm create astro@latest -- --template starlight
- Starlight looks for 
.mdor.mdxfiles in thesrc/content/docs/directory. Each file is exposed as a route based on its file name. - Images can be added to 
src/assets/and embedded in Markdown with a relative link.