chore: fix formatting problems with markdoc

This commit is contained in:
Torsten Dittmann
2024-08-29 13:56:39 +02:00
parent db053cb0b3
commit 86031b13aa
6 changed files with 22 additions and 15 deletions

View File

@@ -142,7 +142,8 @@ Alternatively, use markdoc tables.
- Row 2 Cell 1
- Row 2 cell 2
{% /table %}
{% /table %}
```
#### Block Quotes

View File

@@ -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 %}

View File

@@ -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 %}

View File

@@ -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 %}

View File

@@ -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 %}

View File

@@ -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 %}