Contents

pamflet.Contents
case class Contents(language: String, isDefaultLang: Boolean, rootSection: Section, css: Seq[(String, String)], files: Seq[(String, URI)], favicon: Option[URI], template: Template, layouts: Seq[(String, String)])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def traverse(incoming: List[Page], past: List[Page]): List[Page]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val pages: List[Page]
val prettifyLangs: Set[String]
val title: String