new file: docs/_data/contributors.json new file: docs/_data/licenses.json new file: docs/credits.md
1.4 KiB
1.4 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 to say "thank you" to all the
- contributors, who help make Mainsail better
- testers, who help find bugs in Mainsail, so they can be quickly fixed
- supporters via patreon/ko-fi
and of course the projects Mainsail is built on, especially Klipper{:target="_blank"}, Moonraker{:target="_blank"} and MainsailOS{:target="_blank"}.
THANK YOU for YOUR support. ❤️
- TOC {:toc}
Contributors
contributor | link |
---|---|
{% for contributor in site.data.contributors %}{% if contributor.login != "meteyou" and contributor.login != "dependabot[bot]" %} | {: 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 %} |