diff --git a/README.md b/README.md index 0d06b02d..1d7e0dd8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Task - A task runner / simpler Make alternative written in Go Task is a simple tool that allows you to easily run development and build -tasks. Task is written in Golang, but can be used to develop any language. +tasks. Task is written in Go, but can be used to develop any language. It aims to be simpler and easier to use then [GNU Make][make]. --- diff --git a/docs/README.md b/docs/README.md index 9fe456da..aea5dc9b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,11 +1,9 @@ -# Task - A task runner / simpler Make alternative written in Go +# Task + +A task runner / simpler Make alternative written in Go Task is a simple tool that allows you to easily run development and build -tasks. Task is written in Golang, but can be used to develop any language. +tasks. Task is written in Go, but can be used to develop any language. It aims to be simpler and easier to use then [GNU Make][make]. ---- - -See [Installation](INSTALLATION) and [Getting Started](USAGE#getting-started). - [make]: https://www.gnu.org/software/make/ diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 72d096eb..f2426430 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -1,36 +1,8 @@ -# [Installation](installation) - -- [Go](INSTALLATION#go) -- [Homebrew](INSTALLATION#homebrew) -- [Snap](INSTALLATION#snap) -- [Binary](INSTALLATION#binary) -- [Install script](INSTALLATION#install-script) - -# [Usage](usage) - -- [Getting started](USAGE#getting-started) -- [Environment](USAGE#environment) -- [OS specific task](USAGE#os-specific-task) -- [Task directory](USAGE#task-directory) -- [Task dependencies](USAGE#task-dependencies) -- [Calling another task](USAGE#calling-another-task) -- [Prevent unnecessary work](USAGE#prevent-unnecessary-work) -- [Variables](USAGE#variables) - - [Dynamic variables](USAGE#dynamic-variables) -- [Go's template engine](USAGE#gos-template-engine) -- [Help](USAGE#help) -- [Silent mode](USAGE#silent-mode) -- [Dry run mode](USAGE#dry-run-mode) -- [Ignore errors](USAGE#ignore-errors) -- [Output syntax](USAGE#output-syntax) -- [Watch tasks](USAGE#watch-tasks-experimental) - -# [Taskfile Versions](taskfile_versions) - -# [Examples](examples) - -# [Releasing Task](releasing_task) - -# [Alternative Task Runners](alternative_task_runners) - -# [Sponsors and Backers](sponsors_and_backers) +- [Installation](installation) +- [Usage](usage) +- [Taskfile Versions](taskfile_versions) +- [Examples](examples) +- [Releasing Task](releasing_task) +- [Alternative Task Runners](alternative_task_runners) +- [Sponsors and Backers](sponsors_and_backers) +- [Github](https://github.com/go-task/task) diff --git a/docs/alternative_task_runners.md b/docs/alternative_task_runners.md index a54283e2..750bebb7 100644 --- a/docs/alternative_task_runners.md +++ b/docs/alternative_task_runners.md @@ -1,14 +1,14 @@ # Alternative task runners -## YAML based: +## YAML based - [rliebz/tusk][tusk] -## Go based: +## Go based - [magefile/mage][mage] -## Make similar: +## Make similar - [casey/just][just] diff --git a/docs/favicon.ico b/docs/favicon.ico new file mode 100644 index 00000000..25d2a12e Binary files /dev/null and b/docs/favicon.ico differ diff --git a/docs/index.html b/docs/index.html index 0a56b64e..240a7141 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,13 +2,11 @@
-