Skip to content

Commit

Permalink
Fix list on mkdocs (#108)
Browse files Browse the repository at this point in the history
The list didn't render properly on mkdocs (but did just fine on github).

Signed-off-by: Thibault Guittet <88336850+rh-tguittet@users.noreply.github.com>
  • Loading branch information
rh-tguittet authored Jan 8, 2025
1 parent 521e09f commit 9d3d153
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/arcaflow/workflows/flow-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,10 @@ the disabled output, which will output either the success output or the disabled
The oneof tag is a method of creating a schema `one_of_string` type from values present in the workflow.

The syntax of `!oneof` is:

- Following the tag `!oneof`, create a new YAML section (map) by starting an indented new line. That section should contain two properties:
- discriminator: A string that specifies what the oneof discriminator should be. The discriminator specifies which option was emitted.
- options: A YAML section (map) that contains all options. The keys are the discriminator values, and the values should be valid expressions.
- discriminator: A string that specifies what the oneof discriminator should be. The discriminator specifies which option was emitted.
- options: A YAML section (map) that contains all options. The keys are the discriminator values, and the values should be valid expressions.

Example:
```yaml title="workflow.yaml"
Expand Down

0 comments on commit 9d3d153

Please sign in to comment.