diff --git a/docs/docs/guides/tasks.md b/docs/docs/guides/tasks.md index 301f966553..237b5388a0 100644 --- a/docs/docs/guides/tasks.md +++ b/docs/docs/guides/tasks.md @@ -243,7 +243,7 @@ your workloads and tasks in a `KeptnApp` (for instance a commit ID value). To do so, the metadata needs to be specified for the workload or for the application. Follow our guide on [Context and Metadata here](./metadata.md). - + !!! note @@ -251,7 +251,7 @@ Follow our guide on [Context and Metadata here](./metadata.md). [for deno](../reference/crd-reference/taskdefinition.md#accessing-keptn_context-in-a-deno-task) and [for python](../reference/crd-reference/taskdefinition.md#accessing-keptn_context-in-a-python-task). - + ## Parameterized functions diff --git a/docs/docs/reference/crd-reference/taskdefinition.md b/docs/docs/reference/crd-reference/taskdefinition.md index dc62a01be1..0e6d05da3c 100644 --- a/docs/docs/reference/crd-reference/taskdefinition.md +++ b/docs/docs/reference/crd-reference/taskdefinition.md @@ -352,7 +352,7 @@ file. ## Examples for deno-runtime and python-runtime runners - + ??? example "Inline scripts" @@ -487,7 +487,7 @@ file. {% include "../../assets/crd/python-context.yaml" %} ``` - + ## More examples