Global

laika.config.LinkValidation.Global
case class Global(excluded: Seq[Path]) extends LinkValidation

Validates link targets within the same document and in other documents. The default when using the sbt plugin or the laika-io transformer APIs.

Value parameters

excluded

one or more paths to link targets that should be excluded from validation - the values apply recursively and include subdirectories

Attributes

Source
LinkConfig.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product