Project website: Fix typo, adjust spacing and heading size in the Manager Configuration page (#104420)

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 <sybren@blender.org>
This commit is contained in:
Vivian Leung 2025-08-18 11:47:00 +02:00 committed by Sybren A. Stüvel
parent 1b54d54223
commit 29e0eefdd1

View File

@ -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