Links
Comment on page

Templating Mode

Available since v1.1.0
DocKing supports multiple types of templating rendering modes. Bring all the flexibility to your end

Available Templating Modes

  • blade : Laravel Blade templating
  • markdown: Markdown templating
    • note: it is still utilizing the blade templating to render dynamic variables.

How to set up the templating mode for your template?

Use metadata to set it up:
{
"driver": "mpdf",
"templating": "blade|markdown"
}