Options
All
  • Public
  • Public/Protected
  • All
Menu

Generates an html file based on each template found in the dir pagesToGenerate. A new page based on the template is created based for each supported file found in the source path declared in the template itself. This directive must be run befor all others. In this way, we can invoke other directives also on the files generated by this directive.

remarks

The generated html files are placed in the WORKING_DIR.out path so that ComponentsAdder then parses them.

Hierarchy

  • GeneratePagesFromMd

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private configOptions

configOptions: YassbConfig

Private htmlTemplates

htmlTemplates: Array<string> = []

Html templates found in the folder passed as a value to the directive

Methods

make

  • make(): void