Packages

object Page

Source
Page.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Page
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def inlineToStr(inl: Inline): String
  2. def inlineToStrForTitleTag(inl: Inline): String
  3. def makeUrl(baseUrl: String, path: List[String]): String
  4. def relativeLinkTo(thisPagePath: List[String], destPath: List[String]): String

    A relative link from a page's path to some destination path.

    A relative link from a page's path to some destination path.

    destPath

    The path that the link will point to.

  5. def templateToPath(tpl: TemplateEntity): List[String]