Skip to content

Commit e64f707

Browse files
committed
Merge branch 'main' into MTA-5781
2 parents 9abcb56 + 9fb68b6 commit e64f707

File tree

72 files changed

+1587
-627
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+1587
-627
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: TEM Scale Plan now available
3+
status: added
4+
date: 2025-03-17
5+
category: managed-services
6+
product: transactional-email
7+
---
8+
9+
The new Scale Plan is now available, including 100K emails/month and a dedicated IP for optimal deliverability.
10+
11+
Discover all the details in our [documentation](https://www.scaleway.com/en/docs/transactional-email/how-to/manage-tem-plans/).
12+
13+
Explore it now in the [Scaleway console](https://console.scaleway.com/transactional-email/plans).
14+
15+

docs/TROUBLESHOOTING_TEMPLATE.mdx

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
meta:
3+
title: Title describing the PROBLEM (I cannot..., I am experiencing..., My resource..., I am unable to..., Resource not found, etc.)
4+
description: Description for SEO and referencing purposes that complements the title
5+
content:
6+
h1: Title describing the PROBLEM (I cannot..., I am experiencing..., My resource..., I am unable to..., Resource not found, etc.)
7+
paragraph: Description for SEO and referencing purposes that complements the title
8+
tags: fail error troubleshooting help unable cannot
9+
dates:
10+
validation: 2025-03-10
11+
posted: 2025-03-10
12+
categories:
13+
- XXXXX
14+
---
15+
16+
## Problem
17+
18+
A short explanation of the problem, including symptoms, error message/code, unexpected behavior, etc.
19+
20+
<Message type="note">
21+
If several problems are listed, use the following structure for the page:
22+
```
23+
## Problem 1
24+
### Cause
25+
### Solution
26+
27+
## Problem 2
28+
### Cause
29+
### Solution
30+
31+
[...]
32+
33+
## Going further
34+
```
35+
</Message>
36+
37+
## Cause
38+
39+
Explain the reason(s) why this error happened. A problem can have several causes, in this case, list every possible cause.
40+
41+
## Possible solution
42+
43+
List the possible solution(s) to solve the issue. It can be a list of items to check, a procedure, links to other documentation, etc.
44+
45+
## Going further
46+
47+
Provide links to documentation pages that may be useful if the issue has not been solved.
48+
49+
If required, add a paragraph containing elements to provide the support with when creating a support ticket.
50+
51+
<Macro id="troubleshooting-ticket">
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
macro: troubleshooting-ticket
3+
---
4+
5+
If you still cannot solve your problem, [open a support ticket](/account/how-to/open-a-support-tickets/#writing-an-effective-subject-and-description), providing as many details as possible including the information below:
6+
- Resource ID
7+
- Resource name
8+
- Date and time (timestamp)
9+
- User-agent (SDK, client, console, etc.)
10+
- Transaction ID (if possible)
11+
- Log / trace of the error (if possible)
12+
- Screenshots (using our secure [pastebin tool](https://privatebin.iliad.fr/))
13+
- HTTP status code (if applicable)
14+
- Request type (PUT, GET, etc., if applicable)
15+
16+
<Grid>
17+
<DefaultCard
18+
title="AI search"
19+
description="Use our AI assistant to find solutions."
20+
url="/ai-search/"
21+
label="Ask AI"
22+
/>
23+
<DefaultCard
24+
title="FAQ"
25+
description="Get general information on Scaleway products."
26+
url="/faq/"
27+
label="Read FAQ"
28+
/>
29+
</Grid>

0 commit comments

Comments
 (0)