Skip to content

Commit be2eb24

Browse files
committed
notifications docs fixes
1 parent 83905b4 commit be2eb24

File tree

7 files changed

+47
-47
lines changed

7 files changed

+47
-47
lines changed

docs/user/notifications/inbox.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
### 📨 Notifications Inbox
1+
# 📨 Notifications Inbox
32

43
In the inbox section, you will see new notifications and the complete history.
54
To understand how notifications work, there are several key characteristic to consider:

docs/user/notifications/legacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Notifications Legacy
1+
# Notifications Legacy
22

33
In the legacy section you have access to the previous system of notifications with email and telegram. The aim of the new notification system is to unify the notifications in a single channel in desktop and mobile to facilitate the user experience and be more reliable, configurable and scalable. Therefore, this section will be deprecated in the upcoming core releases.
44

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# List of Notifications
2+
3+
This is the full list of events that will be notified in your Dappnode.
4+
5+
### 🛠️ System Notifications
6+
7+
- Auto-updates (core and non-core packages)
8+
- Repository health (IPFS, Ethereum)
9+
- Host password security
10+
- Wi-Fi password security
11+
- Static IP address changes
12+
- Host reboot required
13+
- Disk usage warnings
14+
- Package stoppages due to system limits
15+
- No internet connection
16+
17+
### 📊 DMS (Dappnode Monitoring Service)
18+
19+
- Memory usage
20+
- CPU load
21+
- Disk status
22+
- Device temperature
23+
24+
### ⚙️ Execution Clients
25+
26+
- Sync status
27+
- Peer count
28+
29+
### ⚖️ Consensus Clients
30+
31+
- Sync status
32+
- Peer count
33+
34+
### 📡 Direct Notifications
35+
36+
- Important messages from the Dappnode team
37+
38+
And more notifications of your validators are coming soon!
Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Notifications Overview
22

3-
## 1. Overview
4-
53
Dappnode Notifications is a built-in system that keeps you informed about important events and updates across your Dappnode setup. Whether it's a new software release, a hardware warning, or a consensus sync alert — notifications are your go-to source for staying up to date.
64

75
Notifications are package-based, meaning each package can send its own alerts. To receive notifications, you have the Notifications package installed by default and running on your Dappnode.
@@ -30,44 +28,4 @@ Find the **bell icon** at the top right corner of your Dappmanager. Click it to
3028
### 📚 Side Menu
3129

3230
You’ll also find a dedicated **Notifications** section in the side menu.
33-
![Notifications-access](/img/notifications_access.png)
34-
35-
36-
## 2. List of Notifications
37-
38-
This is the full list of events that will be notified in your Dappnode.
39-
40-
### 🛠️ System Notifications
41-
42-
- Auto-updates (core and non-core packages)
43-
- Repository health (IPFS, Ethereum)
44-
- Host password security
45-
- Wi-Fi password security
46-
- Static IP address changes
47-
- Host reboot required
48-
- Disk usage warnings
49-
- Package stoppages due to system limits
50-
- No internet connection
51-
52-
### 📊 DMS (Dappnode Monitoring Service)
53-
54-
- Memory usage
55-
- CPU load
56-
- Disk status
57-
- Device temperature
58-
59-
### ⚙️ Execution Clients
60-
61-
- Sync status
62-
- Peer count
63-
64-
### ⚖️ Consensus Clients
65-
66-
- Sync status
67-
- Peer count
68-
69-
### 📡 Direct Notifications
70-
71-
- Important messages from the Dappnode team
72-
73-
And more notifications of your validators are coming soon!
31+
![Notifications-access](/img/notifications_access.png)

docs/user/notifications/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 🛠️ Notifications Settings
1+
# 🛠️ Notifications Settings
22

33
In the settings section you can configure the type of notification you would like to receive per package.
44

sidebars.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,11 @@ const sidebars = {
410410
label: "Overview",
411411
id: "user/notifications/overview",
412412
},
413+
{
414+
type: "doc",
415+
label: "Notifications List",
416+
id: "user/notifications/notifications-list",
417+
},
413418
{
414419
type: "doc",
415420
label: "Inbox",

0 commit comments

Comments
 (0)