From 4761e3d76e818497b3bcab051b144da622f5d788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 30 Aug 2022 18:03:17 +0200 Subject: [PATCH] Website: replace note-hint with 'expand' block It's slightly less distracting now. --- web/project-website/content/usage/variables/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/project-website/content/usage/variables/_index.md b/web/project-website/content/usage/variables/_index.md index 1b0eec84..b77507e7 100644 --- a/web/project-website/content/usage/variables/_index.md +++ b/web/project-website/content/usage/variables/_index.md @@ -30,7 +30,7 @@ variables: Whenever a Worker gets a task that contains `{blender}`, that'll be replaced by the appropriate value for that worker. -{{< hint type=note title="Custom Job Types" >}} +{{< expand "Custom Job Types" >}} This documentation section focuses on pre-existing variables, `blender` and `blenderArgs`. There is nothing special about these. Apart from being part of Flamenco's default configuration, that is. When you go the more advanced route @@ -38,7 +38,7 @@ of creating your own [custom job types][jobtypes] you're free to create your own set of variables to suit your needs. [jobtypes]: {{< ref "usage/job-types" >}} -{{< /hint >}} +{{< /expand >}} ## Platform