()
| 195 | } |
| 196 | |
| 197 | function buildVariants() { |
| 198 | const lines = VARIANT_LINKS.map(v => `- [${v.label}](${v.path}): ${v.note}`); |
| 199 | return section('Variants', lines); |
| 200 | } |
| 201 | |
| 202 | function buildKeyDependencies() { |
| 203 | const lines = KEY_DEPENDENCIES.map(d => `- [${d.label}](${d.url}): ${d.note}`); |
no test coverage detected