SwiftDocCVolumeRenderSectionStructureVolumeRenderSectionRepresents a volume containing a grouped list of tutorials.struct VolumeRenderSectionTopicsStructuresstruct ChapterA group in a volume.Initializersinit(from: any Decoder) throwsinit(name: String?)Creates a new volume with the given name.Instance Propertiesvar chapters: [VolumeRenderSection.Chapter]The chapters/groups in this section.var content: [RenderBlockContent]?Content that appears under the title of the chapters section.var image: RenderReferenceIdentifier?An image for the volume.var kind: RenderSectionKindvar name: String?The title of the volume section.Instance Methodsfunc encode(to: any Encoder) throws