content

Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.

{
  "message": "You should use slots with <ContentRenderer>",
  "value": {
    "_path": "/content/readme",
    "_dir": "content",
    "_draft": false,
    "_partial": false,
    "_locale": "en",
    "_empty": true,
    "title": "Readme",
    "description": "",
    "body": {
      "type": "root",
      "children": [],
      "toc": {
        "title": "",
        "searchDepth": 2,
        "depth": 2,
        "links": []
      }
    },
    "_type": "markdown",
    "_id": "nuxt:content:readme.md",
    "_source": "nuxt",
    "_file": "content/readme.md",
    "_extension": "md"
  },
  "excerpt": false,
  "tag": "div"
}