2019-07-07 19:18:02 +02:00
|
|
|
version: '3'
|
2019-01-02 17:42:06 +02:00
|
|
|
|
|
|
|
tasks:
|
|
|
|
install:
|
|
|
|
desc: Installs docsify to work the on the documentation site
|
|
|
|
cmds:
|
|
|
|
- npm install docsify-cli -g
|
|
|
|
|
|
|
|
serve:
|
|
|
|
desc: Serves the documentation site locally
|
|
|
|
cmds:
|
|
|
|
- docsify serve docs
|