Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions docs/quickstarts/it-arrived/it-arrived.yaml
Original file line number Diff line number Diff line change
@@ -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.
7 changes: 7 additions & 0 deletions docs/quickstarts/it-arrived/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: QuickStarts
name: it-arrived
tags:
- kind: bundle
value: insights
- kind: content
value: quickstart
Loading