SCIF Architecture

SCIF

This post explains how the SCIF architecture works.

You can embed React components directly in MDX—for example a <MyDiagram /> component—by registering it in your MDX renderer and placing the component in this folder or in components/.

For now this is plain Markdown. Add your diagram component to lib/mdx-components.tsx and use it here.