com.ossuminc.riddl.hugo.HugoPass
See theHugoPass companion class
Attributes
- Companion
- class
- Source
- HugoPass.scala
- Graph
-
- Supertypes
- 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 Serializabletrait Producttrait Equalstrait PassOptionstrait PassCommandOptionstrait CommandOptionstrait TranslatingOptionsclass Objecttrait Matchableclass AnyShow 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
In this article