()
| 210 | } |
| 211 | |
| 212 | function buildDev() { |
| 213 | const lines = DEV_LINKS.map(d => `- [${d.label}](${d.url}): ${d.note}`); |
| 214 | return section('Development', lines); |
| 215 | } |
| 216 | |
| 217 | function generateMarkdown(categories) { |
| 218 | const categorySections = CATEGORY_ORDER.filter(cat => categories[cat]).map(cat => |
no test coverage detected