Delete docs text about removed Collections API (#1286)

This commit is contained in:
Mani Gandham 2021-08-31 22:27:41 -07:00 committed by GitHub
parent 2af9b29472
commit ef1ce95407
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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