Get started

Overview

Experimentalv0.2.0-beta

Typematter is a long-term internal docs shell focused on static rendering + consistent component semantics. MDX is the single source of truth, and navigation and routes are generated from the content/ structure.

Goals

  • Manage all content with Git for auditability and traceability
  • Use high-level visual components to express complex information
  • Improve doc quality with structured validation instead of feature bloat
Content is the source of truth

All pages come from content/. Navigation is display-only and cannot create virtual pages.

Architecture principles

Static build

Parse MDX at build time, generate cacheable output, and keep runtime to rendering and lightweight interactions.

Component semantics

Callout, Diff, Columns, and other components stay consistent across the entire site.

Quick access

Heads up

All links must point to real MDX pages or external URLs. Build validation will block invalid links.