summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2021-07-21 14:51:37 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-07-21 14:51:37 +0000
commit428513c4465df166f741e09cd01986e6f14bab3d (patch)
tree522926b2c64a487a3f6a50d1f45eeb011431a2da
parentc611f2ced63eec90efae848a49446695c84d67f7 (diff)
downloadastro-428513c4465df166f741e09cd01986e6f14bab3d.tar.gz
astro-428513c4465df166f741e09cd01986e6f14bab3d.tar.zst
astro-428513c4465df166f741e09cd01986e6f14bab3d.zip
[ci] yarn format
-rw-r--r--docs/src/pages/core-concepts/collections.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/src/pages/core-concepts/collections.md b/docs/src/pages/core-concepts/collections.md
index e9ca931c2..b3678e1c7 100644
--- a/docs/src/pages/core-concepts/collections.md
+++ b/docs/src/pages/core-concepts/collections.md
@@ -5,7 +5,6 @@ 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: