mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
chore: fix formatting problems with markdoc
This commit is contained in:
@@ -142,7 +142,8 @@ Alternatively, use markdoc tables.
|
||||
|
||||
- Row 2 Cell 1
|
||||
- Row 2 cell 2
|
||||
{% /table %}
|
||||
|
||||
{% /table %}
|
||||
```
|
||||
|
||||
#### Block Quotes
|
||||
|
||||
@@ -168,6 +168,7 @@
|
||||
---
|
||||
|
||||
- `users.*.verification.*.update`
|
||||
- This event triggers when a verification token for a user is validated.
|
||||
Returns [Token Object](/docs/references/cloud/models/token)
|
||||
{% /table %}
|
||||
- This event triggers when a verification token for a user is validated.
|
||||
Returns [Token Object](/docs/references/cloud/models/token)
|
||||
|
||||
{% /table %}
|
||||
|
||||
@@ -72,6 +72,7 @@
|
||||
---
|
||||
|
||||
- `functions.*.update`
|
||||
- This event triggers when a function is updated.
|
||||
Returns [Function Object](/docs/references/cloud/models/function)
|
||||
{% /table %}
|
||||
- This event triggers when a function is updated.
|
||||
Returns [Function Object](/docs/references/cloud/models/function)
|
||||
|
||||
{% /table %}
|
||||
|
||||
@@ -84,6 +84,7 @@
|
||||
---
|
||||
|
||||
- `messages.*.update`
|
||||
- This event triggers when a message is updated.
|
||||
Returns [Message Object](/docs/references/cloud/models/message)
|
||||
{% /table %}
|
||||
- This event triggers when a message is updated.
|
||||
Returns [Message Object](/docs/references/cloud/models/message)
|
||||
|
||||
{% /table %}
|
||||
|
||||
@@ -42,7 +42,8 @@ Reaching your organization's resource limits will have the following effects unt
|
||||
|
||||
- **Storage**
|
||||
- File uploads are disabled. Persists across billing periods until the amount of storage used is below the plan limit.
|
||||
{% /table %}
|
||||
|
||||
{% /table %}
|
||||
|
||||
## Switching to Free plan and reaching limits {% #switching-to-free-plan-reaching-resource-limits %}
|
||||
|
||||
@@ -86,4 +87,5 @@ The following consequences should also apply at the project level if the Free pl
|
||||
|
||||
- **Functions**
|
||||
- If more than 5 functions have been created, disable them in order of date created (oldest ones first).
|
||||
{% /table %}
|
||||
|
||||
{% /table %}
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
---
|
||||
|
||||
- `buckets.*.update`
|
||||
- This event triggers when a bucket is updated.
|
||||
Returns [Bucket Object](/docs/references/cloud/models/bucket)
|
||||
{% /table %}
|
||||
- This event triggers when a bucket is updated.
|
||||
Returns [Bucket Object](/docs/references/cloud/models/bucket)
|
||||
|
||||
{% /table %}
|
||||
|
||||
Reference in New Issue
Block a user