summaryrefslogtreecommitdiff
path: root/docs/src/pages/reference/api-reference.md
diff options
context:
space:
mode:
authorGravatar Mani Gandham <manigandham@gmail.com> 2021-08-31 22:27:41 -0700
committerGravatar GitHub <noreply@github.com> 2021-08-31 22:27:41 -0700
commitef1ce95407f9bd1c5a885c04581e2df475d15ec2 (patch)
tree2ca0e22134d0f09b0b903aa4dac84c4dfeaa34bb /docs/src/pages/reference/api-reference.md
parent2af9b2947241793ad2fe13e760e998736c82b253 (diff)
downloadastro-ef1ce95407f9bd1c5a885c04581e2df475d15ec2.tar.gz
astro-ef1ce95407f9bd1c5a885c04581e2df475d15ec2.tar.zst
astro-ef1ce95407f9bd1c5a885c04581e2df475d15ec2.zip
Delete docs text about removed Collections API (#1286)
Diffstat (limited to 'docs/src/pages/reference/api-reference.md')
-rw-r--r--docs/src/pages/reference/api-reference.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/reference/api-reference.md b/docs/src/pages/reference/api-reference.md
index 9daefb46a..624ed2986 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