From 7dfe22ecce5cb00eccdaaffa8ddb298012cf94a5 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Tue, 27 Jul 2021 18:05:48 -0700 Subject: [PATCH] remove warning from collections docs --- docs/src/pages/core-concepts/collections.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/pages/core-concepts/collections.md b/docs/src/pages/core-concepts/collections.md index b3678e1c7f..7da4548845 100644 --- a/docs/src/pages/core-concepts/collections.md +++ b/docs/src/pages/core-concepts/collections.md @@ -3,8 +3,6 @@ layout: ~/layouts/Main.astro title: Collections --- -> Important: These API was recently redesigned, and these docs are specific to the next version of Astro, currently only available from npm at `astro@next`. This will be released in the next day or so, but you can try it today with `npm install astro@next`. Otherwise, you'll want to check out the [legacy Collections API docs.](https://astro-docs-preview.vercel.app/core-concepts/collections) - **Collections** are a special type of [page](/core-concepts/astro-pages) in Astro that can generate multiple pages at different URLs for a larger set of data. If you've seen an Astro file that starts with a dollar sign (ex: `$posts.astro`), that's a collection. Example use-cases include: