From a928ab75e337d673b26d8166618500667511f795 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 24 Dec 2018 15:00:14 -0200 Subject: [PATCH] Docs: Give more visibility to sponsors and contributors --- README.md | 18 ++++++++++++++---- docs/README.md | 12 ++++++++++++ docs/_sidebar.md | 1 - docs/sponsors_and_backers.md | 16 ---------------- 4 files changed, 26 insertions(+), 21 deletions(-) delete mode 100644 docs/sponsors_and_backers.md diff --git a/README.md b/README.md index 8e01e183..7501d214 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,20 @@ # Task Task is a task runner / build tool that aims to be simpler and easier to use -than, for example, [GNU Make][make]. - ---- +than, for example, [GNU Make](https://www.gnu.org/software/make/). See [taskfile.org](https://taskfile.org) for documentation. -[make]: https://www.gnu.org/software/make/ +--- + +## Sponsors + +[![Sponsors](https://opencollective.com/task/sponsors.svg?width=890)](https://opencollective.com/task) + +## Backers + +[![Backers](https://opencollective.com/task/backers.svg?width=890)](https://opencollective.com/task) + +## Contributors + +[![Contributors](https://opencollective.com/task/contributors.svg?width=890)](https://github.com/go-task/task/graphs/contributors) diff --git a/docs/README.md b/docs/README.md index acb4a6a3..99864e9f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -38,6 +38,18 @@ guide to check the full schema documentation and Task features. if a given set of files haven't changed since last run (based either on its timestamp or content). +## Sponsors + +[![Sponsors](https://opencollective.com/task/sponsors.svg?width=890)](https://opencollective.com/task) + +## Backers + +[![Backers](https://opencollective.com/task/backers.svg?width=890)](https://opencollective.com/task) + +## Contributors + +[![Contributors](https://opencollective.com/task/contributors.svg?width=890)](https://github.com/go-task/task/graphs/contributors) + [make]: https://www.gnu.org/software/make/ [go]: https://golang.org/ [yaml]: http://yaml.org/ diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 86ad0ac9..2427a1f1 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -4,5 +4,4 @@ - [Examples](examples.md) - [Releasing Task](releasing_task.md) - [Alternative Task Runners](alternative_task_runners.md) -- [Sponsors and Backers](sponsors_and_backers.md) - [![Github](https://icongram.jgog.in/simple/github.svg?color=808080&size=16)Github](https://github.com/go-task/task) diff --git a/docs/sponsors_and_backers.md b/docs/sponsors_and_backers.md deleted file mode 100644 index 6452b789..00000000 --- a/docs/sponsors_and_backers.md +++ /dev/null @@ -1,16 +0,0 @@ -# Sponsors and Backers - -## Sponsors - -[![Sponsors](https://opencollective.com/task/sponsors.svg?width=890)][opencollective] - -## Backers - -[![Backers](https://opencollective.com/task/backers.svg?width=890)][opencollective] - -## Contributors - -[![Contributors](https://opencollective.com/task/contributors.svg?width=890)][contributors] - -[opencollective]: https://opencollective.com/task -[contributors]: https://github.com/go-task/task/graphs/contributors