Introduction
Usage
… where:
tree
: A Broccoli tree or a directory path as a string.options
: An object of options to pass to SassDoc.
Options
Any specified option will be passed through directly to SassDoc, thus you can specify any option that SassDoc supports. Refer to:
- Command Line for CLI options;
- Configuration for SassDoc options;
- Customising the view for default theme options.
Heads up: if options or a config file are passed it will prevail
over .sassdocrc
if any. You should really manage your options in one place.
Destination
Heads up: Due to the way Broccoli operates, you have to specify
the destination folder manually. broccoli build path/to/dest
.
In consequences, the dest
option from SassDoc is disabled.