From e4f0506c4ba3f147a64bb7c688c9ed7ec128ddb9 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 9 Nov 2021 00:18:50 +0100 Subject: [PATCH] add links to functions --- _data/general/function.yml | 2 ++ _includes/functions.html | 3 +++ 2 files changed, 5 insertions(+) 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 %}