Dataset Viewer
Auto-converted to Parquet Duplicate
markdown
stringlengths
79
47.1k
What will you build with Astro? Explore [Astro starter themes](https://astro.build/themes/) for blogs, portfolios, docs, landing pages, SaaS, marketing, ecommerce sites, and more! Take a guided tour Complete our introductory [Build a Blog Tutorial](https://docs.astro.build/en/tutorial/0-introduction/) to learn the b...
Ready to install Astro? Follow this guide to using the `create astro` CLI to get started. * **Node.js** - `v18.14.1` or higher. * **Text editor** - We recommend [VS Code](https://code.visualstudio.com/) with our [Official Astro extension](https://marketplace.visualstudio.com/items?itemName=astro-build.astro-vscode...
Customize your code editor to improve the Astro developer experience and unlock new features. [VS Code](https://code.visualstudio.com/) is a popular code editor for web developers, built by Microsoft. The VS Code engine also powers popular in-browser code editors like [GitHub Codespaces](https://github.com/features/co...
This guide will help you migrate from Astro v3 to Astro v4. Need to upgrade an older project to v3? See our [older migration guide](https://docs.astro.build/en/guides/upgrade-to/v3/). Need to see the v3 docs? Visit this [older version of the docs site (unmaintained v3.6 snapshot)](https://docs-git-v3-docs-unmaintaine...
**Astro** is the web framework for building **content-driven websites** like blogs, marketing, and e-commerce. Astro is best-known for pioneering a new [frontend architecture](https://docs.astro.build/en/concepts/islands/) to reduce JavaScript overhead and complexity compared to other frameworks. If you need a website ...
**Ready to add features like authentication, storage or data to your Astro project?** Follow one of our guides to integrate a backend service. ## Backend service guides [Section titled Backend service guides](#backend-service-guides) Note that many of these pages are **stubs**: they’re collections of resources waiti...
Astro pioneered and popularized a frontend architecture called **Islands.** Islands architecture results in better frontend performance by helping you avoid monolithic JavaScript patterns and stripping all non-essential JavaScript from the page automatically. Developers keep using their favorite UI components and frame...
**Ready to build and deploy your Astro site?** Follow one of our guides to different deployment services or scroll down for general guidance about deploying an Astro site. ## Deployment Guides [Section titled Deployment Guides](#deployment-guides) * ![](https://docs.astro.build/logos/netlify.svg) * ![](http...
In this tutorial, you’ll learn Astro’s key features by building a fully-functioning blog, from zero to full launch! 🚀 Along the way, you’ll: * Set up your development environment * Create pages and blog posts for your website * Build with Astro components * Query and work with local files * Add interactivi...
## More Recipes See guided examples of adding features to your Astro project. ## Official Recipes [Section titled Official Recipes](#official-recipes) * ### [Add an RSS feed](https://docs.astro.build/en/guides/rss/) Add an RSS feed to your Astro site to let users subscribe to your content. * ### ...
**Content collections** are a powerful way to manage groups of similar content, such as blog posts. Collections help to organize your documents, validate your YAML frontmatter, and provide automatic TypeScript type-safety for all of your content (even if you don’t write any TypeScript yourself). Get ready to… * Mov...
**View transitions** are a way to control what happens when visitors navigate between pages on your site. Astro’s View Transitions API allows you to add optional navigation features including smooth page transitions and animations, controlling the browser’s history stack of visited pages, and preventing full-page refre...
Your new Astro project generated from the `create astro` CLI wizard already includes some files and folders. Others, you will create yourself and add to Astro’s existing file structure. Here’s how an Astro project is organized, and some files you will find in your new project. ## Directories and Files [Section title...
Astro uses **file-based routing** to generate your build URLs based on the file layout of your project `src/pages/` directory. ## Navigating between pages [Section titled Navigating between pages](#navigating-between-pages) Astro uses standard HTML [`<a>` elements](https://developer.mozilla.org/en-US/docs/Web/HTML/E...
**Astro components** are the basic building blocks of any Astro project. They are HTML-only templating components with no client-side runtime. You can spot an Astro component by its file extension: `.astro`. Astro components are extremely flexible. Often, an Astro component will contain some **reusable UI on the page*...
**Pages** are files that live in the `src/pages/` subdirectory of your Astro project. They are responsible for handling routing, data loading, and overall page layout for every page in your website. ## Supported page files [Section titled Supported page files](#supported-page-files) Astro supports the following file...
**Layouts** are [Astro components](https://docs.astro.build/en/basics/astro-components/) used to provide a reusable UI structure, such as a page template. We conventionally use the term “layout” for Astro components that provide common UI elements shared across pages such as headers, navigation bars, and footers. A ty...
**If you know HTML, you already know enough to write your first Astro component.** Astro component syntax is a superset of HTML. The syntax was [designed to feel familiar to anyone with experience writing HTML or JSX](#differences-between-astro-and-jsx), and adds support for including components and JavaScript express...
`astro:assets` was designed to make it easy for any image optimization service to build a service on top of Astro. ## What is an Image Service? [Section titled What is an Image Service?](#what-is-an-image-service) Astro provides two types of image services: Local and External. * **Local services** handle image tr...
Astro is designed to make it easy to deploy to any cloud provider for SSR (server-side rendering). This ability is provided by **adapters**, which are [integrations](https://docs.astro.build/en/reference/integrations-reference/). See the [SSR guide](https://docs.astro.build/en/guides/server-side-rendering/) to learn ho...
The Astro Dev Toolbar App API allows you to create apps that can be used to extend the Astro Dev Toolbar. This allows you to add new features and integrations with third-party services. [Astro Integrations](https://docs.astro.build/en/reference/configuration-reference/#integrations) can add apps in [the `astro:config:...
You can use the Command-Line Interface (CLI) provided by Astro to develop, build, and preview your project from a terminal window. Use the CLI by running one of the **commands** documented on this page with your preferred package manager, optionally followed by any **flags**. Flags customize the behavior of a command....
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
30