CreatBotMainsail/docs/credits.md
Paul Cutler be2efac9fd
docs: Update Quicktips (#518)
Reiview and update the whole Quicktip section with better readability, grammar and spelling.

Signed-off-by Paul Cutler paul@paulcutler.org
2022-01-18 14:14:53 +01:00

1.5 KiB

layout title nav_order has_children permalink description
default Credits 100 false /credits Credits for our contributors

{{ page.title }}

{: .no_toc }

We would like acknowledge the valuable contributions that many people and projects have made to Mainsail, especially the following:

  • contributors, who help make Mainsail better
  • testers, who help find bugs in Mainsail, so they can be quickly fixed
  • supporters via Patreon and Ko-fi

We would like to thank the projects Mainsail is built on, especially Klipper{:target="_blank"}, Moonraker{:target="_blank"}, and MainsailOS{:target="_blank"}.

THANK YOU for your continued support.

  • TOC {:toc}

Contributors

contributor link
{% for contributor in site.data.contributors %}{% if contributor.login != "meteyou" and contributor.login != "dependabot[bot]" %} ![]({{ contributor.avatar_url }}){: style="width: 20px; vertical-align: bottom;"} {{ contributor.login }}
{% endif %}{% endfor %}

Licenses

project license link
{% for deps in site.data.licenses %} {{ deps[0] }}
{{ deps[1].description }}
[{{ deps[1].licenses }}]({{ deps[1].licenseUrl }}){:target="_blank"}
{% endfor %}