2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-16 12:05:25 +00:00

Add info text

This commit is contained in:
Matthias Mair
2023-01-23 01:10:23 +01:00
parent b01164a44b
commit 8207e01d38

View File

@ -6,6 +6,10 @@ permalink: /repo
<div class="pt-3 pb-1 section-container">
<h1 class="header-text title-font mb-4 cm-gray-1">InvenTree Plugin Repository</h1>
<p class="lead">
InvenTree is a modular application and can be extended with plugins. This list is a collection of plugins that have been developed by the community.
Beeing on this list does not mean that the plugin is officially supported by the InvenTree core team. We also do not check for security, privacy or performance issues or compatibility with the latest InvenTree version.
</p>
{% for plugin in site.repo %}
{% include plugin_card.html plugin=plugin %}
{% endfor %}