chore(types, utils): add TSDocs for AbstractNotificationProviderService (#7556)

Add TSDocs for `AbstractNotificationProviderService` which will be used to generate a reference on how to create a notification provider module.
This commit is contained in:
Shahed Nasser
2024-06-04 16:36:06 +03:00
committed by GitHub
parent 1a1ef4f208
commit 6646a203df
3 changed files with 71 additions and 11 deletions

View File

@@ -1,14 +1,10 @@
import { FormattingOptionsType } from "types"
const notificationOptions: FormattingOptionsType = {
"^notification": {
frontmatterData: {
displayed_sidebar: "core",
},
},
"^notification/.*AbstractNotificationProviderService": {
reflectionGroups: {
Properties: false,
Constructors: false,
},
reflectionDescription: `In this document, youll learn how to create a notification provider module and the methods you must implement in it.`,
frontmatterData: {