SwiftDocCDocumentationSchemeHandlerClassDocumentationSchemeHandlerclass DocumentationSchemeHandlerTopicsInitializersinit()init(withTemplateURL: URL)Initializes a DocumentationSchemeHandler with content coming from a folder.Instance Propertiesvar fallbackHandler: DocumentationSchemeHandler.FallbackResponseHandler?Fallback handler is called if the response data is nil.Instance Methodsfunc loadTemplate(from: String)Loads the template from an existing path on disk.func response(to: URLRequest) -> (URLResponse, Data?)Returns a response to a given request.func setData(data: [String : Data])Adds the data to the FileServer.func setTemplate(files: [String : Data])Set the template files of the renderer.Type Aliasestypealias FallbackResponseHandlerType Propertiesstatic var fullScheme: Stringstatic let scheme: String