mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
Documentation site using docsify
This commit is contained in:
10
Taskfile.yml
10
Taskfile.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user