Two layers of reference
This documentation site is the practical reference layer. Use the pages in this section when you want:- the right public entry point
- the intended mental model
- grouped API surfaces
- examples that match how the framework is meant to be used
/docs. That is the exhaustive signature layer.
Use TypeDoc when you need:
- every exported class and type
- low-level manager signatures
- enums, variables, and interface shapes
- a complete exported surface map
Start here in Mintlify
TypeDoc entry points
The generated TypeDoc site lives alongside the repository under/docs/:
/docs/index.html— TypeDoc index/docs/modules.html— Modules
Recommended workflow
Use the Mintlify docs for:- concepts
- design intent
- recommended patterns
- end-to-end guides
- high-level API discovery
- exact signatures
- full type members
- every exported symbol