From ec678e0e51eb162f719420e3be35daa7e9850fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 14 Apr 2023 11:54:21 +0200 Subject: [PATCH] Docs: 3rd party job types, some small changes Just a bit of rewording, mostly avoiding using the word 'job' for 'job type'. --- .../content/third-party-jobs/available-jobs.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/web/project-website/content/third-party-jobs/available-jobs.md b/web/project-website/content/third-party-jobs/available-jobs.md index b312f5c0..63f6dab1 100644 --- a/web/project-website/content/third-party-jobs/available-jobs.md +++ b/web/project-website/content/third-party-jobs/available-jobs.md @@ -3,18 +3,17 @@ title: Available Third-Party Jobs weight: 1 --- -This section contains third-party jobs for Flamenco submitted by the community. - -If you wish to contribute you might consider joining our +This section contains third-party job types for Flamenco. These have been +submitted by the community. If you wish to contribute, consider joining the [Blender Chat channel][flamencochannel] and chime-in there. -## How can I create my own Job? +## How can I create my own Job Type? -Check how to create a custom job in our [Job Types][jobtypes] section. +This is described [Job Types][jobtypes]. It is recommended to use the +[built-in scripts][built-in-scripts] as examples and adjust them from there. -It's recommended to use the [built-in scripts][built-in-scripts] as examples and build from there. +## Third-Party Job Types -## Third-Party Job List {{< flamenco/toc-children >}} [jobtypes]: {{< ref "usage/job-types" >}}