Merge pull request #1907 from pmkovar/notification-center

Document Notification Center
This commit is contained in:
Billy Tat
2025-07-30 11:24:53 -07:00
committed by GitHub
4 changed files with 49 additions and 1 deletions
@@ -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.
+1
View File
@@ -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"
],
},
{
@@ -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"
]
},
{