docs(notifications): split to multiple docs and add more info

- split docs to 3 different pages; getting started, processors and usage
- add information about email notifications
- add information about scaffolder module

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
This commit is contained in:
Heikki Hellgren
2024-09-16 18:24:02 +03:00
parent 9eb2b5e86d
commit bed5f35e35
8 changed files with 373 additions and 241 deletions
+5 -1
View File
@@ -102,7 +102,11 @@ module.exports = {
{
type: 'category',
label: 'Notifications',
items: ['notifications/index'],
items: [
'notifications/index',
'notifications/processors',
'notifications/usage',
],
},
{
type: 'category',