We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e9e8d commit cb3eb81Copy full SHA for cb3eb81
Sources/SwiftDocC/Model/DocumentationNode.swift
@@ -252,11 +252,7 @@ public struct DocumentationNode {
252
relationshipsVariants: DocumentationDataVariants(
253
defaultVariantValue: RelationshipsSection()
254
),
255
- abstractSectionVariants: DocumentationDataVariants(
256
- defaultVariantValue: AbstractSection(
257
- paragraph: .init([Text("Placeholder Abstract")])
258
- )
259
- ),
+ abstractSectionVariants: .empty,
260
discussionVariants: .empty,
261
topicsVariants: .empty,
262
seeAlsoVariants: .empty,
0 commit comments