Content

Author, organize, and validate your documentation

9 pages in this section

Bengal turns your Markdown files into a structured, validated documentation site.

What Do You Need?

How Content Flows

flowchart LR subgraph Sources A[Local .md files] B[GitHub repos] C[Notion/APIs] end subgraph Processing D[Discovery] E[Schema Validation] F[Markdown Rendering] end subgraph Output G[HTML Pages] end A --> D B --> D C --> D D --> E E --> F F --> G

Tip

New to Bengal content? Start with Organization to understand how files become pages, then explore Authoring for writing syntax.

Larger sites? Check out Analysis to optimize internal linking and Validation for automated quality checks.

In This Section

The Component Model Understanding Bengal's Component Model: Identity, Mode, and Data.
Analysis Site structure analysis tools 2 pages
Validation Content validation and health checks 1 page