Commit 9213698
committed
Fix API Collection icon rendering in documentation
Adds the missing .collectionGroup case in renderKindAndRole function to ensure API Collections render as articles with collectionGroup role for correct icon display. Removes temporary test skip to enable validation of the fix.
rdar://1358376111 parent 55266b8 commit 9213698
File tree
2 files changed
+4
-3
lines changed- Sources/SwiftDocC/Model/Rendering
- Tests/SwiftDocCTests/Rendering
2 files changed
+4
-3
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
267 | 270 | | |
268 | 271 | | |
269 | 272 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
138 | 136 | | |
139 | 137 | | |
140 | | - | |
| 138 | + | |
141 | 139 | | |
142 | 140 | | |
143 | 141 | | |
| |||
0 commit comments