Skip to content

Commit cc585fa

Browse files
authored
Merge pull request #351 from makeplane/fixes-16-9-2025
Remove Hypermode and added note in Inbox page
2 parents bae11a3 + 3dc80e6 commit cc585fa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/core-concepts/inbox.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ The Inbox is a space for tracking and managing updates to work items you're conn
1414
Located in the sidebar on the left, directly below **Home** and **Your Work**, the **Inbox** is easily accessible with a simple click. This provides instant access to your personalized notification feed.
1515
![Inbox](https://media.docs.plane.so/inbox/inbox.webp#center)
1616

17+
:::tip[Email notifications]
18+
All inbox notifications are also sent to your email by default. You can customize your email notification preferences in [Account Settings](/core-concepts/account/settings#notifications).
19+
20+
:::
21+
1722
## Work item notifications
1823

1924
When you open the Inbox, you’ll see a chronological list of notifications related to work items assigned to you, the ones you’ve created, and the work items you’re subscribed to.

sidebars.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,13 @@ const sidebars: SidebarsConfig = {
144144
label: "Integrations",
145145
items: ["integrations/about", "integrations/github", "integrations/slack", "integrations/gitlab"],
146146
},
147-
{
147+
/* {
148148
type: "category",
149149
collapsed: false,
150150
label: "Performance",
151151
items: ["performance/hyper-mode"],
152152
},
153+
*/
153154
{
154155
type: "category",
155156
collapsed: false,

0 commit comments

Comments
 (0)