Getting Started
Welcome to the documentation! Starlight is a full-featured documentation theme built on top of Astro.
Installation
Section titled “Installation”If you want to add more pages, just create a new .md or .mdx file in the src/content/docs directory.
Project Structure
Section titled “Project Structure”src/content/docs/: Your documentation pages.src/content/docs/blog/: Your blog posts.astro.config.mjs: Starlight and Blog plugin configuration.
Writing Content
Section titled “Writing Content”Starlight supports standard Markdown features and custom components.
Code Blocks
Section titled “Code Blocks”// This is an example code blockconsole.log('Hello from Starlight!');Next Steps
Section titled “Next Steps”Check out the Starlight Docs for more information on how to customize your site.