What is b2?
Status: Draft
What is b2?
b2 is a scalable publishing system with a public site and an AI-assisted authoring app.
This page proves that MDX is working with front matter, markdown, and embedded React components.
Here is some plain Markdown:
- Content authored under
content/as.mdx - Front matter parsed and available to the page
- Embedded React components supported
Now an embedded component:
DemoBox component
This content is rendered inside a React component that was passed to the MDX runtime. You can style or replace this with real shared components later.
Next steps
- Add more pages under
content/<section>/*.mdx - Introduce shared MDX components (e.g., callouts, cards) as needed
- Add indexing and navigation in a separate issue