Static Markdown Pipeline at Build Time

The docs stack compiles markdown into HTML and table-of-contents data during the build.

Highlights

  • Content lives in public_docs/.
  • Frontmatter is validated before output.
  • Heading IDs and TOC entries are generated deterministically.

Result

The docs UI reads precomputed content and renders quickly without runtime markdown parsing overhead.