case class BookConfig(metadata: DocumentMetadata, navigationDepth: Option[Int], fonts: Seq[FontDefinition], coverImage: Option[Path])
Configuration options for the generated EPUB output.
The duplication of the existing BookConfig
instance from laika-core happens to have a different
implicit key association with the EPUB-specific instance.
- Value Params
- coverImage
the path to the cover image within the virtual document tree
- fonts
the fonts that should be embedded in the EPUB container
- metadata
the metadata associated with the document
- navigationDepth
the number of levels to generate a table of contents for
- Companion
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any