fix(docs): keep maturity taxonomy renderer formatted

This commit is contained in:
Vincent Koc
2026-06-23 18:02:17 +08:00
parent dd055c4f7c
commit 536b437454
+1
View File
@@ -1129,6 +1129,7 @@ function renderTaxonomy({
`<div className="maturity-surface-rollup"><span>Coverage ${scoreLabel(coverage.surfaces.get(surface.id))}</span><span>Quality ${scoreLabel(scoreSurface?.scores?.quality)}</span><span>Completeness ${scoreLabel(scoreSurface?.scores?.completeness)}</span><span>${maturityLtsBadge(scoreSurface?.lts)}</span></div>`,
"",
...categoryLines,
"",
],
4,
),