Skip to content

Commit 1d3748d

Browse files
authored
POST-GA-Quickstart-update - POST-GA Quickstart update (#1327)
1 parent b16be16 commit 1d3748d

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

images/rhdh/about-quickstarts.png

-23 KB
Loading

modules/configuring-the-quickstarts/con-about-quickstarts.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,18 @@ Set up authentication:: Set up secure login credentials to protect your account
1616
Configure RBAC:: Assign roles and permissions to control who can view, create, or edit resources, ensuring secure and efficient collaboration.
1717
Configure Git:: Connect your Git providers, such as GitHub to manage code, automate workflows, and integrate with platform features.
1818
Manage plugins:: Browse and install extensions to add features, connect with external tools, and customize your experience.
19+
20+
== Disabling the Quickstart plugin
21+
The Quickstart plugin is pre-loaded in {product-short} with basic configuration properties, and enabled by default. To disable it, set the disabled property to `true` as follows:
22+
23+
.Example of disabling the Quickstart plugin
24+
[source,yaml]
25+
----
26+
global:
27+
dynamic:
28+
includes:
29+
- dynamic-plugins.default.yaml
30+
plugins:
31+
- package: ./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-quickstart
32+
disabled: true
33+
----

modules/configuring-the-quickstarts/proc-customize-rhdh-quickstart.adoc

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,4 @@ app:
3737
<2> (Required) A brief description of what the step covers.
3838
<3> Icon identifier (supports Material UI icons).
3939
<4> CTA button text.
40-
<5> CTA target URL or route.
41-
42-
== Disabling the Quickstart plugin
43-
The Quickstart plugin is pre-loaded in {product-short} with basic configuration properties, and enabled by default. To disable it, set the disabled property to `true` as follows:
44-
45-
.Example of disabling the Quickstart plugin
46-
[source,yaml]
47-
----
48-
global:
49-
dynamic:
50-
includes:
51-
- dynamic-plugins.default.yaml
52-
plugins:
53-
- package: ./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-quickstart
54-
disabled: true
55-
----
40+
<5> CTA target URL or route.

0 commit comments

Comments
 (0)