SwiftDocCDocumentationBundleStructureDocumentationBundleA collection of the build inputs for a unit of documentation.struct DocumentationBundleDiscussionA unit of documentation may for example cover a framework, library, or tool. Projects or packages may have multiple units of documentation to represent the different consumable products in that project or package.TopicsInput fileslet markupURLs: [URL]Documentation markup input files for this unit of documentation.let symbolGraphURLs: [URL]Symbol graph JSON input files for the module that’s represented by this unit of documentation.let miscResourceURLs: [URL]Miscellaneous resources (for example images, videos, or downloadable assets) for this unit of documentation.Render customizationlet customHeader: URL?A custom HTML file to use as the header for rendered output.let customFooter: URL?A custom HTML file to use as the footer for rendered output.let themeSettings: URL?A custom JSON settings file used to theme renderer output.Metadatalet info: DocumentationBundle.InfoNon-content information or metadata about this unit of documentation.var displayName: StringA human-readable display name for this unit of documentation.Structuresstruct IdentifierA stable and locally unique identifier for a collection of documentation inputs.struct InfoInformation about a documentation bundle that’s unrelated to its documentation content.Initializersinit(info: DocumentationBundle.Info, baseURL: URL, symbolGraphURLs: [URL], markupURLs: [URL], miscResourceURLs: [URL], customHeader: URL?, customFooter: URL?, themeSettings: URL?)Creates a new collection of build inputs for a unit of documentation.Instance Propertiesvar articlesDocumentationRootReference: ResolvedTopicReferenceDefault path to resolve articles.let baseURL: URLA URL prefix to be appended to the relative presentation URL.var documentationRootReference: ResolvedTopicReferenceDefault path to resolve symbol links.var id: DocumentationBundle.IdentifierThe documentation bundle’s stable and locally unique identifier.var rootReference: ResolvedTopicReferencevar tutorialTableOfContentsContainer: ResolvedTopicReferenceDefault path to resolve tutorial table-of-contents links.var tutorialsContainerReference: ResolvedTopicReferenceDefault path to resolve tutorial links.Enumerationsenum PropertyListError