Documentation site using docsify

This commit is contained in:
Andrey Nering
2018-09-22 18:44:24 -03:00
parent 08263c0597
commit 9ee224c36b
13 changed files with 855 additions and 787 deletions

View File

@@ -79,3 +79,13 @@ tasks:
cmds:
- echo '{{.GO_PACKAGES}}'
silent: true
docs:install:
desc: Installs docsify to work the on the documentation site
cmds:
- npm install docsify-cli -g
docs:serve:
desc: Serves the documentation site locally
cmds:
- docsify serve docs