Package

laika.rewrite

nav

Permalink

package nav

Visibility
  1. Public
  2. All

Type Members

  1. case class AutonumberConfig(documents: Boolean, sections: Boolean, maxDepth: Int) extends Product with Serializable

    Permalink

    Configuration for autonumbering of documents and sections.

  2. case class ConfigurationException(msg: String) extends RuntimeException with Product with Serializable

    Permalink

Value Members

  1. object AutonumberConfig extends Serializable

    Permalink
  2. object NavigationOrder

    Permalink

    Responsible for applying the navigation order to the contents of a document tree, either based on user-specified configuration or by the alphabetical order of the names of the documents and subtrees.

  3. object SectionBuilder extends (DocumentCursor) ⇒ RewriteRule

    Permalink

    Rewrite rules responsible for building the section structure of a document based on the header elements it contains and their level.

  4. object TocGenerator

    Permalink

    Generates the tree model (consisting of BulletList elements) for the table of contents for a document or an entire document tree.

Ungrouped