Skip to content
OwnDocs
Feature

MDX & Markdown authoring

Write documentation pages in MDX or plain Markdown, rendered through the Next.js App Router with your own components available inline.

  • Every page is a plain .mdx or .md file — no database, no CMS, no admin panel to learn.
  • MDX pages can drop in real React components (cards, tabs, steps, API blocks) alongside prose.
  • Frontmatter fields like title, description, status, and tags are parsed and validated, so a malformed page fails fast instead of shipping broken.
  • Reusable content fragments live in a snippets/ directory and can be pulled into any page.