transformfunction
Transform a TypeDoc v2.0 JSON project into a SiteViewModel ready for rendering.
This is the first step in the rendering pipeline:
- Parse TypeDoc JSON (v2.0 schema)
- Build URL map, navigate tree structure
- Create pages, sections, and member view models
- Return a complete SiteViewModel
Transform a TypeDoc v2.0 JSON project into a SiteViewModel ready for rendering.
This is the first step in the rendering pipeline:
- Parse TypeDoc JSON (v2.0 schema)
- Build URL map, navigate tree structure
- Create pages, sections, and member view models
- Return a complete SiteViewModel