AutonumberConfig

laika.config.AutonumberConfig
See theAutonumberConfig companion object
sealed abstract class AutonumberConfig

Configuration for autonumbering of documents and sections.

Attributes

Companion
object
Source
AutonumberConfig.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def documents: Boolean

Applies autonumbering to directories and documents and their titles.

Applies autonumbering to directories and documents and their titles.

Attributes

Source
AutonumberConfig.scala
def maxDepth: Int

Specifies how many levels deep the autonumbering should be applied.

Specifies how many levels deep the autonumbering should be applied. Any documents or section headers beyond this limit will be ignored.

The default is unlimited depth.

Attributes

Source
AutonumberConfig.scala
def sections: Boolean

Applies autonumber to section header within documents.

Applies autonumber to section header within documents.

Attributes

Source
AutonumberConfig.scala
def withMaxDepth(value: Int): AutonumberConfig

Specifies how many levels deep the autonumbering should be applied.

Specifies how many levels deep the autonumbering should be applied. Any documents or section headers beyond this limit will be ignored.

Attributes

Source
AutonumberConfig.scala