mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-10-29 20:50:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			945 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			945 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| ---
 | |
| layout: default
 | |
| title: Plugin List
 | |
| permalink: /plugins
 | |
| ---
 | |
| 
 | |
| <div class="pt-3 pb-1 section-container">
 | |
|   <h1 class="header-text title-font mb-4 cm-gray-1">InvenTree Plugin List</h1>
 | |
|   <p class="content">
 | |
|     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.
 | |
|     Being 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.
 | |
|     <br><br>
 | |
|     You can also browse for plugins by <a href="{% link tags.html %}">tags</a> or <a href="{% link categories.html %}">categories</a>
 | |
|   </p>
 | |
|   <div class="flex flex-wrap">
 | |
|       {% for plugin in site.repo %}
 | |
|       <div class="space-4 p-2 md:w-1/2">
 | |
|         {% include plugin_card.html plugin=plugin %}
 | |
|       </div>
 | |
|       {% endfor %}
 | |
|   </div>
 | |
| </div>
 |