Skip to content

Commit ce4ac97

Browse files
committed
Documentation updates
1 parent 2088a86 commit ce4ac97

File tree

6 files changed

+38
-45
lines changed

6 files changed

+38
-45
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
open_collective: task
22
patreon: andreynering
3+
custom: 'https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=GSVDU63RKG45A&currency_code=BRL&source=url'

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,4 @@
77
Task is a task runner / build tool that aims to be simpler and easier to use
88
than, for example, [GNU Make](https://www.gnu.org/software/make/).
99

10-
See [taskfile.dev](https://taskfile.dev) for documentation.
11-
12-
---
13-
14-
## Sponsors
15-
16-
[![Sponsors](https://opencollective.com/task/sponsors.svg?width=890)](https://opencollective.com/task)
17-
18-
## Backers
19-
20-
[![Backers](https://opencollective.com/task/backers.svg?width=890)](https://opencollective.com/task)
21-
22-
## Contributors
23-
24-
[![Contributors](https://opencollective.com/task/contributors.svg?width=890)](https://github.com/go-task/task/graphs/contributors)
10+
See [taskfile.dev](https://taskfile.dev) for the documentation.

docs/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,6 @@ guide to check the full schema documentation and Task features.
3838
if a given set of files haven't changed since last run (based either on its
3939
timestamp or content).
4040

41-
## Sponsors
42-
43-
[![Sponsors](https://opencollective.com/task/sponsors.svg?width=890)](https://opencollective.com/task)
44-
45-
## Backers
46-
47-
[![Backers](https://opencollective.com/task/backers.svg?width=890)](https://opencollective.com/task)
48-
49-
## Contributors
50-
51-
[![Contributors](https://opencollective.com/task/contributors.svg?width=890)](https://github.com/go-task/task/graphs/contributors)
52-
5341
[make]: https://www.gnu.org/software/make/
5442
[go]: https://golang.org/
5543
[yaml]: http://yaml.org/

docs/_sidebar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
- [Taskfile Versions](taskfile_versions.md)
55
- [Examples](examples.md)
66
- [Releasing Task](releasing_task.md)
7-
- [Alternative Task Runners](alternative_task_runners.md)
7+
- [Donate](donate.md)
88
- [![GitHub](https://icongram.jgog.in/simple/github.svg?color=808080&size=16)GitHub](https://github.com/go-task/task)

docs/alternative_task_runners.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/donate.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Donate
2+
3+
If you find this project useful, you can consider donating by using one of the
4+
channels listed below.
5+
6+
This is just a way of saying "thank you", it won't give you any benefits like
7+
higher priority on issues or something similar.
8+
9+
## Open Collective
10+
11+
Task is on [Open Collective](https://opencollective.com/task) and you have
12+
these options to donate:
13+
14+
- [$2 per month](https://opencollective.com/task/contribute/backer-4034/checkout)
15+
- [$5 per month](https://opencollective.com/task/contribute/supporter-8404/checkout)
16+
- [$20 per month](https://opencollective.com/task/contribute/sponsor-4035/checkout)
17+
- [Custom value - One-time donation option supported](https://opencollective.com/task/donate)
18+
19+
## Patreon
20+
21+
I'm also on [Patreon](https://www.patreon.com/andreynering) if
22+
you prefer:
23+
24+
- [$5 per month](https://www.patreon.com/join/andreynering/checkout?rid=4229277)
25+
- [$10 per month](https://www.patreon.com/join/andreynering/checkout?rid=4229276)
26+
- [$15 per month](https://www.patreon.com/join/andreynering/checkout?rid=4229275)
27+
28+
You can choose a custom value on any of the links above.
29+
30+
Patreon does not support one-time donation. As a workaround you can fire a
31+
subscription and cancel it once the donation was succeded.
32+
33+
## PayPal
34+
35+
- [Any value - One-time donation](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=GSVDU63RKG45A&currency_code=BRL&source=url)

0 commit comments

Comments
 (0)