From ef1ce95407f9bd1c5a885c04581e2df475d15ec2 Mon Sep 17 00:00:00 2001 From: Mani Gandham Date: Tue, 31 Aug 2021 22:27:41 -0700 Subject: [PATCH] Delete docs text about removed Collections API (#1286) --- docs/src/pages/reference/api-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/reference/api-reference.md b/docs/src/pages/reference/api-reference.md index 9daefb46a5..624ed29868 100644 --- a/docs/src/pages/reference/api-reference.md +++ b/docs/src/pages/reference/api-reference.md @@ -9,7 +9,7 @@ The `Astro` global is available in all contexts in `.astro` files. It has the fo ### `Astro.fetchContent()` -`Astro.fetchContent()` is a way to load local `*.md` files into your static site setup. You can either use this on its own, or when configuring [Routing](/core-concepts/routing). +`Astro.fetchContent()` is a way to load local `*.md` files into your static site setup. ```jsx // ./src/components/my-component.astro