templates
Creates a folder with all the templates used to generate the documentation.
.build.templates(options)
Builds the documentjs/site/templates folder with the following steps:
- Copies documentjs/site/default/templates to documentjs/site/templates.
- Copies
options.templates
to documentjs/site/templates.
Parameters
-
options
{Object}
Options used to configure the behavior of the templates.
Returns
{Promise}
A promise that resolves if the static dist was successfully created.