SearchPage

Functions used to create an index and a search page for the generated html pages

Companion:
object
class Object
trait Matchable
class Any
object SearchPage.type

Value members

Concrete methods

def createIndex(env: Env, specifications: List[SpecStructure], options: HtmlOptions): Operation[Unit]

create an index for all the specifications

create an index for all the specifications

def createSearchPage(env: Env, options: HtmlOptions): Operation[Unit]

create a search page, based on the specs2.html template

create a search page, based on the specs2.html template

def makeSearchHtml(template: String, options: HtmlOptions): Operation[String]

create the html search page content

create the html search page content

def searchFilePath(options: HtmlOptions): FilePath

search page path

search page path