TitleDocumentConfig

laika.rewrite.nav.TitleDocumentConfig$

Configuration for the names of title documents in the input and output trees.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def inputName(config: Config): ConfigResult[String]

The name to denote a title document in an input tree as configured in the specified instance.

The name to denote a title document in an input tree as configured in the specified instance.

Attributes

def outputName(config: Config): ConfigResult[String]

The name to assign to a title document before rendering as configured in the specified instance.

The name to assign to a title document before rendering as configured in the specified instance.

Attributes

Concrete fields

val defaultInputName: String
val defaultOutputName: String