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:
parent
1b54d54223
commit
29e0eefdd1
@ -71,15 +71,13 @@ can use the above example to create `flamenco-manager.yaml` yourself.
|
|||||||
|
|
||||||
## Definitions
|
## 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.
|
### Duration Format
|
||||||
|
|
||||||
## Durations
|
|
||||||
|
|
||||||
Durations are written in [Go's notation for durations][ParseDuration]. Examples
|
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,
|
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
|
[ParseDuration]: https://pkg.go.dev/time#ParseDuration
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user