Skip to content
Eigen Docs hero image Eigen Docs hero image

Welcome to Eigen Docs

Congrats on setting up a new Starlight project!

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.

Note Success Tip Caution Danger Default
console.log('Hello, world!')
package.json
{
  "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"
  }
}
Get started

Markdown

Related: Astro

  • astro.config.mjs
  • package.json
  • Directorysrc
    • Directorycomponents
      • Header.astro
      • Title.astro
    • Directorypages/
  1. Import the component into your MDX file:

    import { Steps } from '@astrojs/starlight/components';
  2. Wrap <Steps> around your ordered list items.

Sirius, Vega, Betelgeuse
function () {
  console.log('Hello, JS!')
}