CreatBotMainsail/docs/credits.md
tomlawesome 13233ca878
docs: Major docs update by tomlawesome (#358)
* major docs update
* Delete info.md
* update file permissions
* added screenshots and updated first-boot.md
2021-10-10 18:45:20 +02: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, particularly 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 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 %}