From a1b78e75d765e667d6e91150c7cbc1f2a9213862 Mon Sep 17 00:00:00 2001 From: Meg McRoberts Date: Thu, 23 Feb 2023 23:48:56 -0800 Subject: [PATCH] Add stub for KeptnApp Signed-off-by: Meg McRoberts --- docs/content/en/docs/crd-ref/KeptnApp.md | 31 +++++++++++++++++++ .../index.md => KeptnTaskDefinition.md} | 2 +- docs/content/en/docs/crd-ref/crd-template.md | 2 +- 3 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 docs/content/en/docs/crd-ref/KeptnApp.md rename docs/content/en/docs/crd-ref/{KeptnTaskDefinition/index.md => KeptnTaskDefinition.md} (99%) diff --git a/docs/content/en/docs/crd-ref/KeptnApp.md b/docs/content/en/docs/crd-ref/KeptnApp.md new file mode 100644 index 0000000000..220328a104 --- /dev/null +++ b/docs/content/en/docs/crd-ref/KeptnApp.md @@ -0,0 +1,31 @@ +--- +title: KeptnApp +description: Specify all workloads to run +weight: 10 +--- + +Copy this template to create a new CRD reference page. + +1. Replace the variable text in metadata with information for this page +1. Delete the `hidden: true` line +1. Delete these instructions from your file +1. Populate the page with appropriate content + +## Synopsis + +## Fields + + + +## Usage + + + + +## Examples + +## Files + +## Differences between versions + +## See also diff --git a/docs/content/en/docs/crd-ref/KeptnTaskDefinition/index.md b/docs/content/en/docs/crd-ref/KeptnTaskDefinition.md similarity index 99% rename from docs/content/en/docs/crd-ref/KeptnTaskDefinition/index.md rename to docs/content/en/docs/crd-ref/KeptnTaskDefinition.md index 4228115e49..7454a10269 100644 --- a/docs/content/en/docs/crd-ref/KeptnTaskDefinition/index.md +++ b/docs/content/en/docs/crd-ref/KeptnTaskDefinition.md @@ -42,7 +42,7 @@ spec: * **name** Unique name of this task. This must be an alphanumeric string and, by convention, is all lowercase. It can use the special characters `_`, `-` ... . - It should not inclue spaces. + It should not include spaces. * **function** - Code to be executed. This can be expressed as one of the following: diff --git a/docs/content/en/docs/crd-ref/crd-template.md b/docs/content/en/docs/crd-ref/crd-template.md index 32e2332338..9189ed7585 100644 --- a/docs/content/en/docs/crd-ref/crd-template.md +++ b/docs/content/en/docs/crd-ref/crd-template.md @@ -2,7 +2,7 @@ title: description: weight: -hide: true +hidden: true --- Copy this template to create a new CRD reference page.