Docs
CMS
Overview
Learn how to manage the blog and documentation.
Both blog and documentation use Content Collections, a markdown-based CMS. All content is written and styled using .mdx
files. It's markdown combined with React components.
Why choose Content Collections? This is a great alternative to headless CMS platforms such as Contentful or Prismic and is powered by MDX. It’s free, open-source and saves content directly in your repository.
When content changes, you need to redeploy the marketing app because the pages are statically compiled and not dynamically fetched from a database.