diff --git a/_data/functions/extras.yml b/_data/functions/extras.yml new file mode 100644 index 00000000..54a15ca5 --- /dev/null +++ b/_data/functions/extras.yml @@ -0,0 +1,10 @@ +functions: + - title: Build Parts + text: Inventree features a build management system to help you track the progress of your builds. Builds consume stock items to make new parts, you can decide to automatically or manually allocate parts from your current inventory. + link: https://inventree.readthedocs.io/en/latest/part/part/ + - title: Report + text: Generate a wide range of reports using custom templates. + link: https://inventree.readthedocs.io/en/latest/report/report/ + - title: Extend and Customize + text: InvenTree is designed to be highly extensible. If the core InvenTree functionality does not meet your particular need, InvenTree provides a RESTful API, a native Python library, and a powerful plugin system. + link: https://inventree.readthedocs.io/en/latest/extend/api/ diff --git a/functions.md b/functions.md index fd056fac..68837618 100644 --- a/functions.md +++ b/functions.md @@ -6,4 +6,5 @@ layout: default {% include cta.html cta=site.data.general.learn_cta %} {% include functions.html data=site.data.general.function extend=true %} +{% include functions.html data=site.data.functions.extras extend=true %} {% include cta.html cta=site.data.general.end_cta %}