HugoPass

com.ossuminc.riddl.commands.hugo.HugoPass
See theHugoPass companion class
object HugoPass extends PassInfo[Options]

Attributes

Companion
class
Source
HugoPass.scala
Graph
Supertypes
trait PassInfo[Options]
class Object
trait Matchable
class Any
Self type
HugoPass.type

Members list

Type members

Classlikes

case class Options(inputFile: Option[Path], outputDir: Option[Path], projectName: Option[String], hugoThemeName: Option[String], enterpriseName: Option[String], eraseOutput: Boolean, siteTitle: Option[String], siteDescription: Option[String], siteLogoPath: Option[String], siteLogoURL: Option[URL], baseUrl: Option[URL], themes: Seq[(String, Option[URL])], sourceURL: Option[URL], editPath: Option[String], viewPath: Option[String], withGlossary: Boolean, withTODOList: Boolean, withGraphicalTOC: Boolean, withStatistics: Boolean, withMessageSummary: Boolean) extends TranslatingOptions, PassCommandOptions, PassOptions

Options for the HugoPass/Command

Options for the HugoPass/Command

Attributes

Source
HugoPass.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PassOptions
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

A function to create an instance of the pass

A function to create an instance of the pass

Value parameters

options

The options the pass requires

Attributes

Returns
Source
HugoPass.scala

Attributes

Source
HugoPass.scala

Concrete fields

val geekDoc_url: URL

Attributes

Source
HugoPass.scala
val name: String

The name of the pass

The name of the pass

Attributes

Source
HugoPass.scala