Skip to content

Commit

Permalink
docs: clarify which version markdown features are in (#13982)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Collins <[email protected]>
  • Loading branch information
tico24 authored Dec 10, 2024
1 parent b612446 commit b8c54ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ v3.4.
v3.4.4
v3.5
v3.6
v3.7
validator
vendored
versioned
Expand Down
6 changes: 3 additions & 3 deletions docs/title-and-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The above examples will render as rows like the below image:
### For `ClusterWorkflowTemplates`

> v3.6 and after
> v3.7 and after

You can also add the `workflows.argoproj.io/title` and `workflows.argoproj.io/description` annotations with embedded markdown to a `ClusterWorkflowTemplate` to display in the list:

Expand All @@ -101,7 +101,7 @@ The above manifest will render as a row like the below image:
### For `CronWorkflows`

> v3.6 and after
> v3.7 and after

You can also add the `workflows.argoproj.io/title` and `workflows.argoproj.io/description` annotations with embedded markdown to a `CronWorkflow` to display in the list:

Expand All @@ -122,7 +122,7 @@ The above manifest will render as a row like the below image:
### For `WorkflowTemplates`

> v3.6 and after
> v3.7 and after

You can also add the `workflows.argoproj.io/title` and `workflows.argoproj.io/description` annotations with embedded markdown to a `WorkflowTemplate` to display in the list:

Expand Down

0 comments on commit b8c54ad

Please sign in to comment.