SwiftDocCTutorialSectionsRenderSectionTutorialSectionsRenderSection.SectionStructureTutorialSectionsRenderSection.SectionA render-friendly representation of a tutorial section.struct SectionTopicsInitializersinit(title: String, contentSection: [ContentLayout], stepsSection: [RenderBlockContent], anchor: String)Creates a new section for a tutorial page.Instance Propertiesvar anchor: StringAn identifier for this section.var contentSection: [ContentLayout]The content of this section.var stepsSection: [RenderBlockContent]A list of tutorial steps for this section.var title: StringThe title of the section.