Skip to content

Getting Started

Welcome to the documentation! Starlight is a full-featured documentation theme built on top of Astro.

If you want to add more pages, just create a new .md or .mdx file in the src/content/docs directory.

  • src/content/docs/: Your documentation pages.
  • src/content/docs/blog/: Your blog posts.
  • astro.config.mjs: Starlight and Blog plugin configuration.

Starlight supports standard Markdown features and custom components.

// This is an example code block
console.log('Hello from Starlight!');

Check out the Starlight Docs for more information on how to customize your site.