/yii2-apidoc-dash-docset

Generate a Dash compatible docset for Yii2

Primary LanguagePHP

yii2-apidoc-dash-docset

Generate a Dash compatible docset for Yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist jom/yii2-apidoc-dash-docset "*"

or add

"jom/yii2-apidoc-dash-docset": "*"

to the require section of your composer.json.

Usage

To generate API documentation, run the apidoc command.

vendor/bin/apidoc --template=docset source/directory ./output

See Also