From 4dd83a6fb1199d36b35ce50a461646324e069481 Mon Sep 17 00:00:00 2001 From: Elliot Gunton Date: Mon, 26 Feb 2024 11:55:03 +0000 Subject: [PATCH] Regenerate examples Signed-off-by: Elliot Gunton --- docs/examples/workflows-examples.md | 2 +- ...ml => title-and-description-with-markdown.upstream.yaml} | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) rename examples/workflows/upstream/{title-and-descriptin-with-markdown.upstream.yaml => title-and-description-with-markdown.upstream.yaml} (58%) diff --git a/docs/examples/workflows-examples.md b/docs/examples/workflows-examples.md index 2ea996d5f..f5bbff610 100644 --- a/docs/examples/workflows-examples.md +++ b/docs/examples/workflows-examples.md @@ -107,7 +107,7 @@ Explore the examples through the side bar! | [template-defaults](https://github.com/argoproj/argo-workflows/blob/main/examples/template-defaults.yaml) | | [testvolume](https://github.com/argoproj/argo-workflows/blob/main/examples/testvolume.yaml) | | [timeouts-step](https://github.com/argoproj/argo-workflows/blob/main/examples/timeouts-step.yaml) | -| [title-and-descriptin-with-markdown](https://github.com/argoproj/argo-workflows/blob/main/examples/title-and-descriptin-with-markdown.yaml) | +| [title-and-description-with-markdown](https://github.com/argoproj/argo-workflows/blob/main/examples/title-and-description-with-markdown.yaml) | | [withsequence-nested-result](https://github.com/argoproj/argo-workflows/blob/main/examples/withsequence-nested-result.yaml) | | [work-avoidance](https://github.com/argoproj/argo-workflows/blob/main/examples/work-avoidance.yaml) | | [workflow-count-resourcequota](https://github.com/argoproj/argo-workflows/blob/main/examples/workflow-count-resourcequota.yaml) | diff --git a/examples/workflows/upstream/title-and-descriptin-with-markdown.upstream.yaml b/examples/workflows/upstream/title-and-description-with-markdown.upstream.yaml similarity index 58% rename from examples/workflows/upstream/title-and-descriptin-with-markdown.upstream.yaml rename to examples/workflows/upstream/title-and-description-with-markdown.upstream.yaml index ff25ccdf3..7750e5791 100644 --- a/examples/workflows/upstream/title-and-descriptin-with-markdown.upstream.yaml +++ b/examples/workflows/upstream/title-and-description-with-markdown.upstream.yaml @@ -5,10 +5,12 @@ metadata: labels: workflows.argoproj.io/archive-strategy: "false" annotations: - workflows.argoproj.io/title: "**Test Title**" + # both annotations are available since v3.4.4 + # embedded markdown is available since v3.6 + workflows.argoproj.io/title: "**Test Title**" # defaults to `metadata.name` if not specified workflows.argoproj.io/description: | `This is a simple hello world example.` - You can also run it in Python: https://couler-proj.github.io/couler/examples/#hello-world + This is an embedded link to the docs: https://argo-workflows.readthedocs.io/en/latest/title-and-description/ spec: entrypoint: whalesay templates: