This boilerplate includes a content system for managing blogs and documentation. The system is designed to be flexible, allowing you to add, edit, and render content easily in your Next.js application.
Blog and documentation
- Blog – Structured for articles, posts, and news updates. Supports metadata such as title, date, author, and categories. Can be fetched and rendered dynamically in pages or lists.
- Documentation – Supports structured guides, tutorials, and reference material. Uses MDX for combining Markdown with React components, allowing interactive and rich content directly in documentation pages.
In the following sections, we will cover how to create, fetch, and render blog posts and documentation pages, including examples and best practices.