Skip to content

Commit b477654

Browse files
committed
Add topic sections style to RenderNode spec
1 parent 987c4ec commit b477654

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Sources/SwiftDocC/SwiftDocC.docc/Resources/RenderNode.spec.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,6 +1797,16 @@
17971797
"$ref": "#/components/schemas/RenderInlineContent"
17981798
}
17991799
},
1800+
"topicSectionsStyle": {
1801+
"type": "string",
1802+
"enum": [
1803+
"list",
1804+
"compactGrid",
1805+
"detailedGrid",
1806+
"hidden"
1807+
],
1808+
"default": "list"
1809+
},
18001810
"topicSections": {
18011811
"type": "array",
18021812
"items": {

0 commit comments

Comments
 (0)