Getting Started
Run the docs template locally and start authoring content.
Install dependencies
npm installRun locally
npm run devOpen http://localhost:3000/docs.
Add a new doc
Create a new .mdx file in content/docs/ and include frontmatter:
---
title: New Page
description: Short summary.
---Then register it in content/docs/meta.json.