Initializer
init(title:contentSection:stepsSection:anchor:)
Creates a new section for a tutorial page.
init(title: String, contentSection: [ContentLayout], stepsSection: [RenderBlockContent], anchor: String)
Parameters
titleThe title of the section.
contentSectionThe main content of the section.
stepsSectionA list of tutorial steps for this section.
anchorAn identifier for this tutorial section.