Packages

package site

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Highlighter extends AnyRef

    Lets you instantiate a Highlighter object.

    Lets you instantiate a Highlighter object. This can be used to reference snippets of code from files within your project via the .ref method, often used via hl.ref where hl is a previously-instantiated Highlighter.

  2. class Main extends Site

    A default Main implementation you can subclass if you do not need the flexibility given by constructing your Site manually.

    A default Main implementation you can subclass if you do not need the flexibility given by constructing your Site manually.

    Hooks up all the common components (Highlighter, Section, etc) in a common configuration.

  3. trait Section extends AnyRef

    Lets you instantiate an object used to delimit sections of your document.

    Lets you instantiate an object used to delimit sections of your document.

    This lets you determine a sequence of headers used

  4. trait Site extends AnyRef

    A semi-abstract trait that encapsulates everything necessary to generate a Scalatex site.

    A semi-abstract trait that encapsulates everything necessary to generate a Scalatex site. Only content is left abstract (and needs to be filled in) but the rest of the properties and definitions are all override-able if you wish to customize things.

  5. case class Tree[T](value: T, children: Buffer[Tree[T]]) extends Product with Serializable

Value Members

  1. object Highlighter
  2. object Section
  3. object Sidebar
  4. object Styles extends CascadingStyleSheet

Ungrouped