mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
Merge pull request #1907 from pmkovar/notification-center
Document Notification Center
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: Notification Center
|
||||
---
|
||||
|
||||
<head>
|
||||
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/notification-center"/>
|
||||
</head>
|
||||
|
||||
## What is the Notification Center?
|
||||
|
||||
The Notification Center, located in the upper-right corner of your Rancher dashboard and marked by a bell icon, is your central hub for staying informed about various events within Rancher.
|
||||
|
||||
Notifications are categorized by severity and type:
|
||||
|
||||
* **Error** indicates a high-severity issue.
|
||||
* **Warning** indicates a medium-severity concern.
|
||||
* **Information** provides general updates of lower severity.
|
||||
* **Task** shows that a process or action is currently in progress.
|
||||
* **Success** confirms that a process or action has completed successfully.
|
||||
|
||||
For example, you might receive a notification when a new version of Rancher is available, or a direct link to the Rancher Release Notes.
|
||||
|
||||
You can easily browse through your notifications using the up and down arrow keys. Certain notifications may also include an associated action, allowing you to respond immediately.
|
||||
@@ -321,6 +321,7 @@ const sidebars = {
|
||||
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/psa-config-templates",
|
||||
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/global-default-private-registry",
|
||||
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/custom-branding",
|
||||
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/notification-center"
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
+23
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: Notification Center
|
||||
---
|
||||
|
||||
<head>
|
||||
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/notification-center"/>
|
||||
</head>
|
||||
|
||||
## What is the Notification Center?
|
||||
|
||||
The Notification Center, located in the upper-right corner of your Rancher dashboard and marked by a bell icon, is your central hub for staying informed about various events within Rancher.
|
||||
|
||||
Notifications are categorized by severity and type:
|
||||
|
||||
* **Error** indicates a high-severity issue.
|
||||
* **Warning** indicates a medium-severity concern.
|
||||
* **Information** provides general updates of lower severity.
|
||||
* **Task** shows that a process or action is currently in progress.
|
||||
* **Success** confirms that a process or action has completed successfully.
|
||||
|
||||
For example, you might receive a notification when a new version of Rancher is available, or a direct link to the Rancher Release Notes.
|
||||
|
||||
You can easily browse through your notifications using the up and down arrow keys. Certain notifications may also include an associated action, allowing you to respond immediately.
|
||||
@@ -301,7 +301,8 @@
|
||||
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/pod-security-standards",
|
||||
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/psa-config-templates",
|
||||
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/global-default-private-registry",
|
||||
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/custom-branding"
|
||||
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/custom-branding",
|
||||
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/notification-center"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user