diff --git a/_data/general/function.yml b/_data/general/function.yml index f405fdeb..0c331138 100644 --- a/_data/general/function.yml +++ b/_data/general/function.yml @@ -1,4 +1,6 @@ title: InvenTree builds it vast functions on top of a few core workflows +link: + internal: /functions text: functions: - title: Organize Parts diff --git a/_includes/functions.html b/_includes/functions.html index b22a8d13..dc66a7c1 100644 --- a/_includes/functions.html +++ b/_includes/functions.html @@ -3,6 +3,9 @@

{{ include.data.title }}

{{ include.data.text }}

+ {% if include.data.link %} + Learn More {% include learn_more.html %} + {% endif %}
{% assign function_len = include.data.functions | size %}