Skip to content

Commit e0602ca

Browse files
GitHub Actionsopenshift-cherrypick-robot
authored andcommitted
Enable Quicklinks and Starred Items by default in the global header
1 parent 458184d commit e0602ca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/configuring-the-global-header/con-quicklinks-and-starred-items-in-global-header.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[id="quicklinks-and-starred-items-in-global-header_{context}"]
22
= Quicklinks and Starred Items in the global header
33

4-
The *Quicklinks* matrix and *Starred Items* drop-down are enabled by default and appear in the global header without requiring additional configuration.
4+
The *Quicklinks* matrix and *Starred Items* drop-down list are enabled by default and appear in the global header without requiring additional configuration.
55

6-
The *Quicklinks* matrix, organized by sections (for example, Documentation or Developer Tools), allows users to quickly access internal or external resources. The *Starred Items* drop-down contains entities and pages that the user has starred.
6+
The *Quicklinks* matrix, organized by sections (for example, Documentation or Developer Tools), allows users to quickly access internal or external resources. The *Starred Items* drop-down list contains entities and pages that the user has starred.
77

88
The default configuration includes the following components:
99

modules/configuring-the-global-header/proc-enabling-quicklinks-starred-items-after-upgrade.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ If you upgrade from {product} `1.6` or earlier, {product} does not automatically
1010

1111
.Procedure
1212

13-
. Locate your dynamic-plugin configuration.
13+
. Locate your `dynamic-plugin` configuration.
1414

1515
* Operator deployment: The configuration is stored in a ConfigMap referenced by your Backstage custom resource (CR).
1616
* Helm deployment: The configuration is in your `values.yaml` file or separate configuration files.
1717

18-
. Enable the global-header plugin. Ensure that the `red-hat-developer-hub-backstage-plugin-global-header` entry exists under the `plugins: list` and that `disabled: false` is set.
18+
. Enable the global header plugin. Ensure that the `red-hat-developer-hub-backstage-plugin-global-header` entry exists under the `plugins: list` and that `disabled` is set to `false`.
1919

2020
. Verify that you enabled the global header plugin.
2121
Confirm that you listed the `red-hat-developer-hub-backstage-plugin-global-header` plugin under `plugins:` with `disabled: false` (or without a `disabled` property):
@@ -26,7 +26,7 @@ Confirm that you listed the `red-hat-developer-hub-backstage-plugin-global-heade
2626
disabled: false
2727
----
2828

29-
. Add the required components. Under the plugin's `mountPoints`, add the components as shown in the following example:
29+
. Add the required components. Under the `mountPoints` section of the plugin, add the components as shown in the following example:
3030
+
3131
[source,yaml]
3232
----

0 commit comments

Comments
 (0)