Archived guide documenting changes between pre-v1 versions of Astro| Docs
You can use the Command-Line Interface (CLI) provided by Astro to develop, build, and preview your project from a terminal window.| Docs
Template directives are a special kind of HTML attribute available inside of any Astro component template (.astro files), and some can also be used in .mdx files.| Docs
The following reference covers all supported configuration options in Astro. To learn more about configuring Astro, read our guide on Configuring Astro.| Docs
30% faster and more powerful than ever, Astro 3.0 is here! Includes new features and enhancements around View Transitions, Image Optimization, Fast Refresh JSX and more.| Astro
Learn how to style components in Astro with scoped styles, external CSS, and tooling like Sass and PostCSS.| Docs
When rendering a page, Astro provides a runtime API specific to the current render. This includes useful information such as the current page URL as well as APIs to perform actions like redirecting to another page.| Docs