Skip to content

Latest commit

 

History

History
55 lines (47 loc) · 2.21 KB

File metadata and controls

55 lines (47 loc) · 2.21 KB
global_id title nav_title collapsible collapsed excerpt
ae74398f
Files Source
Files
true
true
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.

Our getting started tutorial is the best place to start when wanting to work with local content.

It shows you how to work with local markdown files within a Next.js application.


Local Source Guides

Local source guides will teach you the crucial aspects of working with local content.
- - - - -

API Reference

Working with local content uses the `contentlayer/local-source` module.
- - - -