Update content
Edit src/content/docs/index.mdx to see this page change.
Update content
Edit src/content/docs/index.mdx to see this page change.
Add new content
Add Markdown or MDX files to src/content/docs to create new pages.
Configure your site
Edit your sidebar and other config in astro.config.mjs.
Read the docs
Learn more in the Starlight Docs.
console.log('Hello, world!')
{ "name": "eigen-docs", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/starlight": "^0.34.2", "astro": "^5.6.1", "sharp": "^0.32.5", "starlight-theme-nova": "^0.6.1" } }
Markdown
Related: Astro
Import the component into your MDX file:
import { Steps } from '@astrojs/starlight/components';
Wrap <Steps> around your ordered list items.