Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/300-sources/100-files/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ collapsed: true
excerpt: Guides for working with Contentlayer when using local files as your content source.
---

Using a files source with Contentlayer means that content lives locally, right alongside your code in your web project repository. These is most often markdown or MDX files, but can also be content in the JSON or YAML syntax.
Using a files source with Contentlayer means that content lives locally, right alongside your code in your web project repository. These are most often markdown or MDX files, but can also be content in the JSON or YAML syntax.

<div className="mt-8 grid gap-6 md:grid-cols-2">
<Card
Expand Down