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
Copy file name to clipboardExpand all lines: workspaces/global-header/catalog-info.yaml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ metadata:
5
5
title: RHDH Global Header plugin
6
6
description: The global header plugins provides an extendable way for the RHDH header. It provides a set of default components and also allow other plugins can contribute components to the header.
The Red Hat Developer Hub Global Header can be configured via [dynamic plugins](https://github.com/redhat-developer/rhdh/blob/main/docs/dynamic-plugins/index.md) and [dynamic plugin mount points](https://github.com/redhat-developer/rhdh/blob/main/docs/dynamic-plugins/frontend-plugin-wiring.md).
4
+
5
+
It is the RHDH default "[application header](https://github.com/redhat-developer/rhdh/blob/main/docs/dynamic-plugins/frontend-plugin-wiring.md#adding-application-header)" implementation that customers can extend or replace.
6
+
7
+
There are multiple level of extension points (mount points) involved.
8
+
9
+
1. Red Hat Developer Hub loads all "application headers"
10
+
2. The Global Header plugin is loaded by default (it's of only header implementation)
11
+
- The header itself can be extended with additional buttons, dropdowns via dynamic plugins
12
+
- Also the Create and Profile Dropdowns can be extended with additional options
13
+
14
+
## Disabling the Global Header
15
+
16
+
The RHDH Global Header can be disabled competely by disabling the right plugin:
0 commit comments