From 99955c56d8792d6fec0005a98312813f18f60c80 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 16 Apr 2025 00:05:34 +0200 Subject: [PATCH] docs: add docs reagrding support the org receives (#9516) --- docs/docs/project/resources.md | 21 +++++++++++++++++++++ docs/mkdocs.yml | 1 + 2 files changed, 22 insertions(+) create mode 100644 docs/docs/project/resources.md diff --git a/docs/docs/project/resources.md b/docs/docs/project/resources.md new file mode 100644 index 0000000000..0437810cb7 --- /dev/null +++ b/docs/docs/project/resources.md @@ -0,0 +1,21 @@ +--- +title: Resources InvenTree receives +--- + +The InvenTree project is grateful to receive resources from various vendors free of charge. + +Individuals and companies can also support via [GitHub sponsors](https://github.com/sponsors/inventree). + +## Current supporters +- [DigitalOcean](https://inventree.org/digitalocean) - Cloud hosting provider, used to host the InvenTree demo instance +- [Crowdin](https://crowdin.com/) - Translation platform, used to manage the [InvenTree translations](../develop/contributing.md#translations) across backend, frontend and app +- [SonarQube Cloud](https://sonarcloud.io/) - Code quality and security analysis, used to track the code quality of the various components +- [Packager.io](https://packager.io/) - Linux package builder/hosting service, used to host the InvenTree debian packages +- [Codecov](https://codecov.io) - Code coverage as a service, used to track the code coverage of the various components +- [Netlify](https://www.netlify.com/) - Static site hosting provider, used to test deploy the frontend and website +- [Depot](https://depot.dev/?utm_source=inventree) - Docker build accelerator, used to build the multi-arch images for the InvenTree docker image + +## Past supporters +Non cromprehensive list of past supporters. The project stops consuming resources for various reasons, this does not mean they are not good resources. +- [Coveralls](https://coveralls.io/) - Code coverage as a service +- [Deepsource](https://deepsource.io/) - Code quality and security analysis diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index f0ba1f3f6c..205cbe76e6 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -89,6 +89,7 @@ nav: - Project: - Governance: project/governance.md - Project Security: project/security.md + - Resources: project/resources.md - Security: security.md - Install: - Introduction: start/intro.md