SwiftDocCRendering ModelTutorials RenderingAPI CollectionTutorials RenderingRender tutorial-based, interactive, learning experiences.OverviewA tutorial is made up of a list of content sections, each representing a section in the rendered tutorial page.The top introduction section is represented by an IntroRenderSection, an interactive assessments section is represented by a TutorialAssessmentsRenderSection, a final call to action by a CallToActionSection, and so on.TopicsTutorialsstruct LineHighlighterA utility type that computes highlighted lines for diffs between Code elements in a TutorialSection’s Steps.struct IntroRenderSectionA generic high impact section that may be rendered differently depending on the page type.struct TutorialAssessmentsRenderSectionA section that checks the user’s understanding of the concepts presented in a tutorial.struct TutorialSectionsRenderSectionA section of a Tutorial page.struct TutorialArticleSectionA Tutorial Article section.enum ContentLayoutThe layout in which the content should be presented.struct RenderTileA render-friendly representation of a view that links to a specified type of content.struct CallToActionSectionA section that prompts the user to perform an action.struct ContentAndMediaGroupSectionA section that groups content and media sections.struct ContentAndMediaSectionA section containing textual content and media laid out horizontally or vertically.struct ResourcesRenderSectionA section that contains additional resources for learning about a technology.struct VolumeRenderSectionRepresents a volume containing a grouped list of tutorials.Tutorial Specific Sectionsstruct DownloadReferenceA reference to a resource that can be downloaded.Tutorials Hierarchystruct RenderHierarchyChapterA hierarchy tree node that represents a chapter in a tutorial series.struct RenderHierarchyLandmarkA hierarchy tree node that represents a landmark on a page.struct RenderHierarchyTutorialA hierarchy tree node that represents a tutorial or a tutorial article.struct RenderTutorialsHierarchyA root node of a tutorials series hierarchy.