2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-14 02:55:34 +00:00

refactor functions

This commit is contained in:
Matthias Mair
2022-04-23 01:04:19 +02:00
parent bf06429b78
commit e3c43ac4d0
2 changed files with 2 additions and 1 deletions

11
functions.md Normal file
View File

@ -0,0 +1,11 @@
---
layout: default
permalink: /functions
---
{% include block/hero.html title='A wealth of functions' title_2='is provided' image='https://dummyimage.com/860x600' color='by default with InvenTree' detail='By default InvenTree ships with a lot of functions in the area of part, inventory, supplier, manufacturer, machine and BOM managment.
It also enables reports, is extendible and can be extended with plugins.' %}
{% include block/functions.html data=site.data.functions.general extend=true no_link=true padding=false %}
{% include block/functions.html data=site.data.functions.extras extend=true padding=false %}
{% include block/cta.html cta=site.data.ctas.end %}