From 8207e01d3809e5d0054c2cfcc5aa2a40e4263556 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 23 Jan 2023 01:10:23 +0100 Subject: [PATCH] Add info text --- repo.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/repo.html b/repo.html index 455d8e60..082250ac 100644 --- a/repo.html +++ b/repo.html @@ -6,6 +6,10 @@ permalink: /repo

InvenTree Plugin Repository

+

+ 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. +

{% for plugin in site.repo %} {% include plugin_card.html plugin=plugin %} {% endfor %}