From 29e0eefdd1e19e5cfc118e68b296aef2737ef23a Mon Sep 17 00:00:00 2001 From: Vivian Leung Date: Mon, 18 Aug 2025 11:47:00 +0200 Subject: [PATCH] Project website: Fix typo, adjust spacing and heading size in the Manager Configuration page (#104420) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Decreased the heading size for Duration section to avoid competing with the Definitions heading to respect the nesting hierarchy. Made a few spacing tweaks and word additions. Reviewed-on: https://projects.blender.org/studio/flamenco/pulls/104420 Reviewed-by: Sybren A. Stüvel --- .../content/usage/manager-configuration/_index.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/web/project-website/content/usage/manager-configuration/_index.md b/web/project-website/content/usage/manager-configuration/_index.md index f810b53b..922ac0b2 100644 --- a/web/project-website/content/usage/manager-configuration/_index.md +++ b/web/project-website/content/usage/manager-configuration/_index.md @@ -71,15 +71,13 @@ can use the above example to create `flamenco-manager.yaml` yourself. ## Definitions -The configuration is stored in a [YAML](https://spacelift.io/blog/yaml#basic-yaml-syntax) file. +The configuration is stored in a [YAML](https://spacelift.io/blog/yaml#basic-yaml-syntax) file. Each attribute is defined below. -Each attribute is defined below. - -## Durations +### Duration Format Durations are written in [Go's notation for durations][ParseDuration]. Examples are `1h` for 1 hour, or `1m30s` for 1 minute and 30 seconds. To avoid ambiguity, -hours are the largest available unit; there are days that not exactly `24h`. +hours are the largest available unit; there are days that are not exactly `24h`. [ParseDuration]: https://pkg.go.dev/time#ParseDuration