Skip to content

Commit

Permalink
docs: explain how to create an onboarding workflow for an extension (c…
Browse files Browse the repository at this point in the history
…ontainers#3440)

Signed-off-by: lstocchi <lstocchi@redhat.com>
  • Loading branch information
lstocchi committed Nov 16, 2023
1 parent 1326a9c commit 72929f3
Show file tree
Hide file tree
Showing 10 changed files with 537 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/main/src/plugin/api/onboarding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,11 @@ export interface OnboardingStep {
description?: string;
media?: { path: string; altText: string };
command?: string;
enableCompletionEvents?: string[];
completionEvents?: string[];
content?: OnboardingStepItem[][];
component?: OnboardingEmbeddedComponentType;
when?: string;
status?: OnboardingStatus;
showNext?: boolean;
state?: OnboardingState;
}

Expand Down
Binary file added website/docs/extensions/img/button_micromark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/docs/extensions/img/component_field.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/docs/extensions/img/link_micromark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/docs/extensions/img/setup_button.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/docs/extensions/img/spinner_title.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 72929f3

Please sign in to comment.