TreeRenderer

class TreeRenderer[F[_]](renderer: Renderer, theme: Theme[F])(implicit evidence$1: Sync[F], evidence$2: Batch[F])

Renderer for a tree of output documents.

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def from(input: DocumentTreeRoot): OutputOps[F]

Builder step that specifies the root of the document tree to render.

Builder step that specifies the root of the document tree to render.

def from(input: ParsedTree[F]): OutputOps[F]

Builder step that specifies the root of the document tree to render and the static documents to copy to the target (if it is file-system based).

Builder step that specifies the root of the document tree to render and the static documents to copy to the target (if it is file-system based).