# Doc Entities
## Master Doc Entities Table
| `api/` | Documents each derive macro's generated output, supported shapes, and feature gating | [api/readme.md](api/readme.md) | 1 |
| `algorithm/` | Explains internal code generation algorithms and the problems they solve | [algorithm/readme.md](algorithm/readme.md) | 2 |
## Master Doc Instances Table
| api | 001 | Derive Macros | [api/001_derive_macros.md](api/001_derive_macros.md) |
| algorithm | 001 | Popular Type Generation | [algorithm/001_popular_type_generation.md](algorithm/001_popular_type_generation.md) |
| algorithm | 002 | Type Deduplication | [algorithm/002_type_deduplication.md](algorithm/002_type_deduplication.md) |