|
1 | 1 |
|
2 |
| -The `@cap-js/notifications` package is a [CDS plugin](https://cap.cloud.sap/docs/node.js/cds-plugins#cds-plugin-packages) providing out-of-the box support for publishing business notifications. |
| 2 | +The `@cap-js/notifications` package is a [CDS plugin](https://cap.cloud.sap/docs/node.js/cds-plugins#cds-plugin-packages) that provides support for publishing business notifications. |
3 | 3 |
|
4 | 4 | ### Table of Contents
|
5 | 5 |
|
6 | 6 | - [Setup](#setup)
|
7 | 7 | - [Usage](#usage)
|
8 | 8 | - [Update Notification Configuration](#update-notification-configuration)
|
9 |
| - - [Notification Types Path](#notification-types-path) |
10 |
| - - [Notification Type Prefix](#notification-type-prefix) |
| 9 | + - [**Notification Types Path**](#notification-types-path) |
| 10 | + - [**Notification Type Prefix**](#notification-type-prefix) |
11 | 11 | - [Add Notification Types](#add-notification-types)
|
12 | 12 | - [Add code to send notifications](#add-code-to-send-notifications)
|
13 |
| - - [Simple Notification with title](#simple-notification-with-title) |
14 |
| - - [Simple Notification with title and description](#simple-notification-with-title-and-description) |
15 |
| - - [Custom Notifications](#custom-notifications) |
| 13 | + - [**Simple Notification with title**](#simple-notification-with-title) |
| 14 | + - [**Simple Notification with title and description**](#simple-notification-with-title-and-description) |
| 15 | + - [**Custom Notifications**](#custom-notifications) |
16 | 16 | - [Sample Application with notifications](#sample-application-with-notifications)
|
17 |
| - - [In Local Environment](#in-local-environment) |
18 |
| - - [In Production Environment](#in-production-environment) |
19 |
| - - [Notification Destination](#notification-destination) |
20 |
| - - [Integrate with SAP Build Work Zone](#integrate-with-sap-build-work-zone) |
| 17 | + - [**In Local Environment**](#in-local-environment) |
| 18 | + - [**In Production Environment**](#in-production-environment) |
| 19 | + - [**Notification Destination**](#notification-destination) |
| 20 | + - [**Integrate with SAP Build Work Zone**](#integrate-with-sap-build-work-zone) |
21 | 21 | - [Contributing](#contributing)
|
22 | 22 | - [Code of Conduct](#code-of-conduct)
|
23 | 23 | - [Licensing](#licensing)
|
|
0 commit comments