SwiftDocCCommunication BridgeAPI CollectionCommunication BridgeOffer native integration of DocC in your IDE.TopicsCommunication Bridgestruct WebKitCommunicationBridgeProvides bi-directional communication with a documentation renderer via JavaScript calls in a web view.protocol CommunicationBridgeA bridge that provides bi-directional communication with a documentation renderer.enum CommunicationBridgeErrorAn error that occurs when using a communication bridge.class DocumentationSchemeHandlerstruct MessageA message to send or receive from a documentation renderer using a communication bridge.struct MessageTypeA description of the intent of a communication-bridge message.struct CodeColorsA collection of colors that a renderer uses to highlight code.struct CodeColorsPreferenceKeyRepresents a code color-customization point for clients.Communication File Serverprotocol FileServerProviderA protocol used for serving content to a FileServer. The data can then come from multiple sources such as:class FileServerFileServer is a struct simulating a web server behavior to serve files. It is useful to interface a custom schema with WKWebView via WKURLSchemeHandler or WebView via a custom URLProtocol.class FileSystemServerProviderclass MemoryFileServerProvider