From b8c54ad7404a447f03fd79b350bfd212c1881c65 Mon Sep 17 00:00:00 2001 From: Tim Collins <45351296+tico24@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:40:37 +0000 Subject: [PATCH] docs: clarify which version markdown features are in (#13982) Signed-off-by: Tim Collins --- .spelling | 1 + docs/title-and-description.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.spelling b/.spelling index 370eec2cfbee..dba0646e3886 100644 --- a/.spelling +++ b/.spelling @@ -249,6 +249,7 @@ v3.4. v3.4.4 v3.5 v3.6 +v3.7 validator vendored versioned diff --git a/docs/title-and-description.md b/docs/title-and-description.md index 3e236be266af..e524ae7c903c 100644 --- a/docs/title-and-description.md +++ b/docs/title-and-description.md @@ -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: @@ -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: @@ -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: