diff --git a/docs/quickstarts/it-arrived/it-arrived.yaml b/docs/quickstarts/it-arrived/it-arrived.yaml new file mode 100644 index 00000000..528ffa3c --- /dev/null +++ b/docs/quickstarts/it-arrived/it-arrived.yaml @@ -0,0 +1,32 @@ +apiVersion: console.openshift.io/v1 +kind: QuickStarts +metadata: + name: it-arrived + tags: + - kind: bundle + value: insights + - kind: content + value: quickstart +spec: + version: 0.1 + displayName: It arrived + icon: ~ + description: This is a sample description. This text appears on the card in the catalog. + type: + text: Quick start + color: green + durationMinutes: 10 + introduction: | + Welcome to the tutorial! + This text appears in the side panel when you start the quick start. + tasks: + - title: First Task + description: | + This is the instruction for the first task. + 1. Click on the "Home" button. + 2. Navigate to the "Overview" page. + review: + instructions: | + Did you see the Overview page load? + failedTaskHelp: | + If the page didn't load, try refreshing. diff --git a/docs/quickstarts/it-arrived/metadata.yaml b/docs/quickstarts/it-arrived/metadata.yaml new file mode 100644 index 00000000..c54c3bc1 --- /dev/null +++ b/docs/quickstarts/it-arrived/metadata.yaml @@ -0,0 +1,7 @@ +kind: QuickStarts +name: it-arrived +tags: + - kind: bundle + value: insights + - kind: content + value: quickstart