You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can access quick starts under the *Getting started resources* pane on the *Overview* page of the web console.
10
+
11
+
.Prerequisites
12
+
* You have access to a {product-title} cluster with `cluster-admin` privledges. [Need to check and see if it is in dev console too]
13
+
14
+
.Procedure
15
+
16
+
. Log into the {product-title} web console using your credintials.
17
+
18
+
. On the *Cluster Overview* page, navigate to the *Getting started resources* section and click *View all quick starts* under *Build with guided documentation*.
19
+
20
+
. Once you are on the *Quick Starts* page, you can select a topic you would like step-by-step instructions and tasks for.
You can execute a CLI code snippet when it is included in a quick start from the web console. To use this feature, you must first install the Web Terminal Operator. The web terminal and code snippet actions that execute in the web terminal are not present if you do not install the Web Terminal Operator. Alternatively, you can copy a code snippet to the clipboard regardless of whether you have the Web Terminal Operator installed or not.
8
+
You can execute a CLI code snippet when it is included in a quick start from the web console. To use this feature, you can:
9
+
* Install the Web Terminal Operator.
10
+
* Copy a code snippet to the clipboard regardless of whether you have the Web Terminal Operator installed or not.
Copy file name to clipboardExpand all lines: web_console/quick-starts/creating-quick-start-tutorials.adoc
+8-5
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,11 @@ toc::[]
17
17
18
18
If you are creating quick start tutorials for the {product-title} web console, follow these guidelines to maintain a consistent user experience across all quick starts.
* For voice and tone requirements, refer to link:https://www.patternfly.org/v4/ux-writing/brand-voice-and-tone[PatternFly's brand voice and tone guidelines].
51
53
* For other UX content guidance, refer to all areas of link:https://www.patternfly.org/v4/ux-writing/about[PatternFly's UX writing style guide].
52
54
endif::openshift-rosa,openshift-dedicated[]
55
+
* For a cheat sheet of supported markdown tags, refer to link:https://www.markdownguide.org/cheat-sheet/[Markdwon Cheat Sheet].
= Understanding quick start tutorials in the web console
4
+
include::_attributes/common-attributes.adoc[]
5
+
:context: understanding-quick-start-tutorials
6
+
7
+
toc::[]
8
+
9
+
A quick start is a guided tutorial with user tasks in the {product-title} web console. They are especially useful for getting oriented with an application, Operator, or other product offering.
10
+
11
+
A quick start primarily consists of tasks and steps. Each task has multiple steps, and each quick start has multiple tasks.
0 commit comments