com.ossuminc.riddl.hugo.themes
package com.ossuminc.riddl.hugo.themes
Members list
Type members
Classlikes
case class DotdockGenerator(options: Options, input: PassInput, outputs: PassesOutput, messages: Accumulator)(using x$5: PlatformContext) extends ThemeGenerator, UseCaseDiagramSupport
Attributes
- Source
- DotdockGenerator.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ThemeGeneratortrait UseCaseDiagramSupportclass Objecttrait Matchableclass AnyShow all
object DotdockWriter
Attributes
- Companion
- class
- Source
- DotdockWriter.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DotdockWriter.type
case class DotdockWriter(filePath: Path, input: PassInput, outputs: PassesOutput, options: Options)(using x$5: PlatformContext) extends MarkdownWriter
Theme extensions to the Markdown writer for the Dotdock Hugo theme
Theme extensions to the Markdown writer for the Dotdock Hugo theme
Value parameters
- filePath
-
Path to the file being written
- input:
-
PassInput The input to the passes run
- options
-
The HugoCommand options
- outputs:
-
PassOutput The outputs from the pass runs
Attributes
- Companion
- object
- Source
- DotdockWriter.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MarkdownWritertrait SummariesWritertrait ModuleWritertrait StreamletWritertrait SagaWritertrait RepositoryWritertrait ProjectorWritertrait FunctionWritertrait EpicWritertrait EntityWritertrait DomainWritertrait ContextWritertrait ApplicationWritertrait AdaptorWritertrait MarkdownBasicstrait ThemeWriterclass TextFileWritertrait OutputFiletrait FileBuilderclass Objecttrait Matchableclass AnyShow all
case class GeekDocGenerator(options: Options, input: PassInput, outputs: PassesOutput, messages: Accumulator)(using x$5: PlatformContext) extends ThemeGenerator
Attributes
- Source
- GeekDocGenerator.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ThemeGeneratortrait UseCaseDiagramSupportclass Objecttrait Matchableclass AnyShow all
object GeekDocWriter
Attributes
- Companion
- class
- Source
- GeekDocWriter.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
GeekDocWriter.type
case class GeekDocWriter(filePath: Path, input: PassInput, outputs: PassesOutput, options: Options)(using pc: PlatformContext) extends MarkdownWriter
Theme extension to the MardownWriter for the Hugo GeekDoc theme
Theme extension to the MardownWriter for the Hugo GeekDoc theme
Attributes
- Companion
- object
- Source
- GeekDocWriter.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MarkdownWritertrait SummariesWritertrait ModuleWritertrait StreamletWritertrait SagaWritertrait RepositoryWritertrait ProjectorWritertrait FunctionWritertrait EpicWritertrait EntityWritertrait DomainWritertrait ContextWritertrait ApplicationWritertrait AdaptorWritertrait MarkdownBasicstrait ThemeWriterclass TextFileWritertrait OutputFiletrait FileBuilderclass Objecttrait Matchableclass AnyShow all
trait ThemeGenerator(using pc: PlatformContext) extends UseCaseDiagramSupport
Attributes
- Companion
- object
- Source
- ThemeGenerator.scala
- Supertypes
- Known subtypes
-
class DotdockGeneratorclass GeekDocGenerator
object ThemeGenerator
Attributes
- Companion
- trait
- Source
- ThemeGenerator.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ThemeGenerator.type
trait ThemeWriter
Attributes
- Companion
- object
- Source
- ThemeWriter.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
- Self type
object ThemeWriter
Attributes
- Companion
- trait
- Source
- ThemeWriter.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ThemeWriter.type
In this article