diff --git a/docs/api/notification.md b/docs/api/notification.md
index 51005065..5ba4e857 100644
--- a/docs/api/notification.md
+++ b/docs/api/notification.md
@@ -32,7 +32,6 @@ Resource Types:
-
ContactGroupMembershipRemoval is the Schema for the contactgroupmembershipremovals API.
It represents a removal of a Contact from a ContactGroup, it also prevents the Contact from being added to the ContactGroup.
@@ -88,7 +87,6 @@ It represents a removal of a Contact from a ContactGroup, it also prevents the C
-
@@ -120,7 +118,6 @@ It represents a removal of a Contact from a ContactGroup, it also prevents the C
[↩ Parent](#contactgroupmembershipremovalspec)
-
ContactGroupRef is a reference to the ContactGroup that the Contact does not want to be a member of.
@@ -154,7 +151,6 @@ ContactGroupRef is a reference to the ContactGroup that the Contact does not wan
[↩ Parent](#contactgroupmembershipremovalspec)
-
ContactRef is a reference to the Contact that prevents the Contact from being part of the ContactGroup.
@@ -189,8 +185,6 @@ ContactRef is a reference to the Contact that prevents the Contact from being pa
-
-
@@ -218,7 +212,6 @@ Standard condition is "Ready" which tracks contact group membership removal crea
[↩ Parent](#contactgroupmembershipremovalstatus)
-
Condition contains details for one aspect of the current state of this API Resource.
@@ -297,7 +290,6 @@ with respect to the current state of the instance.
-
ContactGroupMembership is the Schema for the contactgroupmemberships API.
It represents a membership of a Contact in a ContactGroup.
@@ -351,7 +343,6 @@ It represents a membership of a Contact in a ContactGroup.
[↩ Parent](#contactgroupmembership)
-
ContactGroupMembershipSpec defines the desired state of ContactGroupMembership.
@@ -385,7 +376,6 @@ ContactGroupMembershipSpec defines the desired state of ContactGroupMembership.
[↩ Parent](#contactgroupmembershipspec)
-
ContactGroupRef is a reference to the ContactGroup that the Contact is a member of.
@@ -419,7 +409,6 @@ ContactGroupRef is a reference to the ContactGroup that the Contact is a member
[↩ Parent](#contactgroupmembershipspec)
-
ContactRef is a reference to the Contact that is a member of the ContactGroup.
@@ -455,7 +444,6 @@ ContactRef is a reference to the Contact that is a member of the ContactGroup.
-
@@ -492,7 +480,6 @@ used to track the contact-group membership creation status (e.g. provider webhoo
[↩ Parent](#contactgroupmembershipstatus)
-
Condition contains details for one aspect of the current state of this API Resource.
@@ -571,7 +558,6 @@ with respect to the current state of the instance.
-
ContactGroup is the Schema for the contactgroups API.
It represents a logical grouping of Contacts.
@@ -623,7 +609,6 @@ It represents a logical grouping of Contacts.
[↩ Parent](#contactgroup)
-
ContactGroupSpec defines the desired state of ContactGroup.
@@ -663,8 +648,6 @@ ContactGroupSpec defines the desired state of ContactGroup.
-
-
@@ -701,7 +684,6 @@ used to track the contact creation status (e.g. provider webhooks).
[↩ Parent](#contactgroupstatus)
-
Condition contains details for one aspect of the current state of this API Resource.
@@ -780,7 +762,6 @@ with respect to the current state of the instance.
-
Contact is the Schema for the contacts API.
It represents a contact for a user.
@@ -832,7 +813,6 @@ It represents a contact for a user.
[↩ Parent](#contact)
-
ContactSpec defines the desired state of Contact.
@@ -880,7 +860,6 @@ ContactSpec defines the desired state of Contact.
[↩ Parent](#contactspec)
-
Subject is a reference to the subject of the contact.
@@ -935,7 +914,6 @@ Required for namespace-scoped resources. Omitted for cluster-scoped resources.
@@ -972,7 +950,6 @@ used to track the contact creation status (e.g. provider webhooks).
[↩ Parent](#contactstatus)
-
Condition contains details for one aspect of the current state of this API Resource.
@@ -1051,7 +1028,6 @@ with respect to the current state of the instance.
-
EmailBroadcast is the Schema for the emailbroadcasts API.
It represents a broadcast of an email to a set of contacts (ContactGroup).
If the broadcast needs to be updated, delete and recreate the resource.
@@ -1106,7 +1082,6 @@ If the broadcast needs to be updated, delete and recreate the resource.
[↩ Parent](#emailbroadcast)
-
EmailBroadcastSpec defines the desired state of EmailBroadcast.
@@ -1161,7 +1136,6 @@ Example: "2024-08-05T11:52:01.858Z"
[↩ Parent](#emailbroadcastspec)
-
ContactGroupRef is a reference to the ContactGroup that the email broadcast is for.
@@ -1195,7 +1169,6 @@ ContactGroupRef is a reference to the ContactGroup that the email broadcast is f
[↩ Parent](#emailbroadcastspec)
-
TemplateRef references the EmailTemplate to render the broadcast message.
When using the Resend provider you can include the following placeholders
in HTMLBody or TextBody; they will be substituted by the provider at send time:
@@ -1226,8 +1199,6 @@ in HTMLBody or TextBody; they will be substituted by the provider at send time:
-
-
@@ -1264,7 +1235,6 @@ used to track the email broadcast creation status (e.g. provider webhooks).
[↩ Parent](#emailbroadcaststatus)
-
Condition contains details for one aspect of the current state of this API Resource.
@@ -1343,7 +1313,6 @@ with respect to the current state of the instance.
-
Email is the Schema for the emails API.
It represents a concrete e-mail that should be sent to the referenced users.
For idempotency purposes, controllers can use metadata.uid as a unique identifier
@@ -1399,7 +1368,6 @@ Uses standard Kubernetes conditions to track both processing and delivery state.
[↩ Parent](#email)
-
EmailSpec defines the desired state of Email.
It references a template, recipients, and any variables required to render the final message.
@@ -1467,7 +1435,6 @@ Maximum 10 addresses.
[↩ Parent](#emailspec)
-
Recipient contain the recipient of the email.
@@ -1503,7 +1470,6 @@ It is mutually exclusive with EmailAddress: exactly one of them must be specifie
[↩ Parent](#emailspecrecipient)
-
UserRef references the User resource that will receive the message.
It is mutually exclusive with EmailAddress: exactly one of them must be specified.
@@ -1531,7 +1497,6 @@ It is mutually exclusive with EmailAddress: exactly one of them must be specifie
[↩ Parent](#emailspec)
-
TemplateRef references the EmailTemplate that should be rendered.
@@ -1558,7 +1523,6 @@ TemplateRef references the EmailTemplate that should be rendered.
[↩ Parent](#emailspec)
-
EmailVariable represents a name/value pair that will be injected into the template.
@@ -1632,7 +1596,6 @@ used to track the email delivery status (e.g. provider webhooks).
[↩ Parent](#emailstatus)
-
Condition contains details for one aspect of the current state of this API Resource.
@@ -1711,7 +1674,6 @@ with respect to the current state of the instance.
-
EmailTemplate is the Schema for the email templates API.
It represents a reusable e-mail template that can be rendered by substituting
the declared variables.
@@ -1767,7 +1729,6 @@ determine whether the template is ready for use.
[↩ Parent](#emailtemplate)
-
EmailTemplateSpec defines the desired state of EmailTemplate.
It contains the subject, content, and declared variables.
@@ -1816,7 +1777,6 @@ It contains the subject, content, and declared variables.
[↩ Parent](#emailtemplatespec)
-
TemplateVariable declares a variable that can be referenced in the template body or subject.
Each variable must be listed here so that callers know which parameters are expected.
@@ -1891,7 +1851,6 @@ determine whether the template is ready for use.
[↩ Parent](#emailtemplatestatus)
-
Condition contains details for one aspect of the current state of this API Resource.
@@ -1962,3 +1921,4 @@ with respect to the current state of the instance.
false |
+