Skip to content

Commit d204c09

Browse files
atissedrescalewayldecarvalho-docSlashgearjcirinosclwy
authored
chore: run migration scripts and adapt MDX (#5229)
* fix(gen): content updates * fix(gen): ts component * fix(gen): update linkslist * fix: add example of icon for troubleshooting home product * fix(tuto): product icons ts * fix(tuto): product icons ts 2 * fix: fix wrong html structure * fix(tuto): product icons 3 * fix(tuto): fix component * fix(gen): replace alert with message * fix(gen): review jessi Co-authored-by: Jessica <[email protected]> * chore: run migration scripts and adapt MDX * fix bad table --------- Co-authored-by: ldecarvalho-doc <[email protected]> Co-authored-by: Antoine Caron <[email protected]> Co-authored-by: Jessica <[email protected]>
1 parent 9925319 commit d204c09

File tree

1,216 files changed

+5504
-3784
lines changed

Some content is hidden

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

1,216 files changed

+5504
-3784
lines changed

macros/general/troubleshooting-ticket.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ If you still cannot solve your problem, [open a support ticket](/account/how-to/
1111
- Log / trace of the error (if possible)
1212
- Screenshots (using our secure [pastebin tool](https://privatebin.iliad.fr/))
1313
- HTTP status code (if applicable)
14-
- Request type (PUT, GET, etc., if applicable)
14+
- Request type (PUT, GET, etc., if applicable)
1515

1616
<Grid>
17-
<DefaultCard
17+
<Card
1818
title="AI search"
1919
description="Use our AI assistant to find solutions."
2020
url="/ai-search/"
2121
label="Ask AI"
2222
/>
23-
<DefaultCard
23+
<Card
2424
title="FAQ"
2525
description="Get general information on Scaleway products."
2626
url="/faq/"
2727
label="Read FAQ"
2828
/>
29-
</Grid>
29+
</Grid>

pages/account/how-to/change-console-appearance.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ dates:
1212
categories:
1313
- console
1414
---
15+
import Requirements from '@macros/iam/requirements.mdx'
16+
1517

1618
You can choose the color scheme of the [Scaleway console](/account/concepts/#console) according to your preferences. We offer a light, dark, darker, or system-based color scheme.
1719

1820
<Message type="note">
1921
This feature is currently not available for [IAM Members](/iam/concepts/#member).
2022
</Message>
2123

22-
<Macro id="requirements" />
24+
<Requirements />
2325

2426
- A Scaleway account logged into the [console](https://console.scaleway.com)
2527
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization

pages/account/how-to/change-language.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ dates:
1212
categories:
1313
- console
1414
---
15+
import Requirements from '@macros/iam/requirements.mdx'
16+
1517

1618
You can choose which language you would like to view the [Scaleway console](/account/concepts/#console) in. This language will also be used for any marketing and product communications Scaleway sends you.
1719

18-
<Macro id="requirements" />
20+
<Requirements />
1921

2022
- A [Scaleway account](https://console.scaleway.com)
2123

pages/account/how-to/change-password.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ dates:
1212
categories:
1313
- console
1414
---
15+
import Requirements from '@macros/iam/requirements.mdx'
16+
1517

1618
This page shows you how to change your [Scaleway account](https://console.scaleway.com) password.
1719

18-
<Macro id="requirements" />
20+
<Requirements />
1921

2022
- A Scaleway account logged into the [console](https://console.scaleway.com)
2123

pages/account/how-to/close-account.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,23 @@ dates:
1212
categories:
1313
- console
1414
---
15+
import CloseVsErase from '@macros/console/close-vs-erase.mdx'
16+
import Requirements from '@macros/iam/requirements.mdx'
17+
18+
import image from './assets/scaleway-account-closed.webp'
19+
1520

1621
If you do not want to use Scaleway services anymore, you can close your account and/or [erase your personal data](/account/how-to/manage-my-personal-data-gdpr/#how-to-erase-your-account-and-personal-data).
1722

1823
## Closing your account or erasing your personal data: what’s the difference
1924

20-
<Macro id="close-vs-erase" />
25+
<CloseVsErase />
2126

2227
## How to close your account
2328

2429
Closing your account will permanently delete your Organization’s servers, resources, services, and backups. However, you keep access to the Scaleway console.
2530

26-
<Macro id="requirements" />
31+
<Requirements />
2732
- A Scaleway account logged into the [console](https://console.scaleway.com)
2833
- [Ownership](/iam/concepts/#owner) of the Organization you intend to delete
2934

@@ -46,4 +51,4 @@ Closing your account will permanently delete your Organization’s servers, reso
4651

4752
When your account is closed, you can still access the Scaleway console. A red banner at the top navigation bar will display to inform you that your account has been closed. If you want to reopen it, you can [open a support ticket](https://console.scaleway.com/support/tickets/create).
4853

49-
<Lightbox src="scaleway-account-closed.webp" alt="Screenshot of the Scaleway console. A banner informs you that the Organization is deactivated and can be reopened by submitting a support ticket." />
54+
<Lightbox image={image} alt="Screenshot of the Scaleway console. A banner informs you that the Organization is deactivated and can be reopened by submitting a support ticket." />

pages/account/how-to/configure-support-plans.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ dates:
1212
categories:
1313
- console
1414
---
15+
import Requirements from '@macros/iam/requirements.mdx'
1516

16-
<Macro id="requirements" />
17+
import image from './assets/scaleway-support-plans-overview.webp'
18+
19+
20+
<Requirements />
1721

1822
- A Scaleway account logged into the [console](https://console.scaleway.com)
1923
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
@@ -29,7 +33,7 @@ The default support plan for an Organization is the **Basic** plan, but it can b
2933
Alternatively, click the question mark icon on the top menu to go directly to the console Help Center.
3034
</Message>
3135
2. Click **Upgrade plan**. You are redirected to the **Support plans** tab of the console Help Center.
32-
<Lightbox src="scaleway-support-plans-overview.webp" alt="" />
36+
<Lightbox image={image} alt="" />
3337
3. Click **Select** to select a plan.
3438

3539
A pop-up displays a disclaimer message informing you that:

pages/account/how-to/create-an-account.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ dates:
1212
categories:
1313
- console
1414
---
15+
import CreateAccount from '@macros/console/create-account.mdx'
16+
1517

1618
Scaleway is a complete cloud ecosystem, offering a single way for you to create, deploy and scale your infrastructure in the cloud. Create your Scaleway account to gain access to the [Scaleway console](/account/concepts/#console) and [Scaleway API](https://www.scaleway.com/en/developers/api/), and deploy our products and services with ease.
1719

18-
<Macro id="create-account" />
20+
<CreateAccount />

pages/account/how-to/log-in-to-the-console.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@ dates:
1212
categories:
1313
- console
1414
---
15+
import LoginMember from '@macros/iam/login-member.mdx'
16+
import Requirements from '@macros/iam/requirements.mdx'
1517

16-
<Macro id="requirements" />
18+
import image from './assets/scaleway-magic-link-email.webp'
19+
20+
21+
<Requirements />
1722

1823
- A [Scaleway](https://www.scaleway.com/en/) account
1924

@@ -26,7 +31,7 @@ Instead of using your password, you can use a **Magic Link** to authenticate you
2631
A magic link will be sent to your email inbox.
2732
3. Check your email inbox for an email with the subject **Scaleway - Passwordless Authentication** and open it.
2833
4. Click **Authenticate Myself** to connect to the Scaleway console.
29-
<Lightbox src="scaleway-magic-link-email.webp" alt="" />
34+
<Lightbox image={image} alt="" />
3035

3136
You will be redirected to and logged into your management console.
3237

@@ -49,7 +54,7 @@ Scaleway provides Single Sign-On (SSO) options for a seamless login experience.
4954

5055
If you were added to a Scaleway Organization as an [IAM Member](/iam/concepts#members), you must follow a dedicated login process.
5156

52-
<Macro id="login-member" />
57+
<LoginMember />
5358

5459
## How to log in using MFA
5560

pages/account/how-to/manage-my-personal-data-gdpr.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ dates:
1212
categories:
1313
- console
1414
---
15+
import CloseVsErase from '@macros/console/close-vs-erase.mdx'
16+
import Requirements from '@macros/iam/requirements.mdx'
17+
1518

1619
Scaleway makes it easy for you to manage your personal data and privacy via the console.
1720

18-
<Macro id="requirements" />
21+
<Requirements />
1922

2023
- A Scaleway account logged into the [console](https://console.scaleway.com)
2124
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
@@ -66,13 +69,13 @@ If you do not want to use Scaleway services anymore, you can [close your account
6669

6770
### Closing your account or erasing your personal data: what’s the difference?
6871

69-
<Macro id="close-vs-erase" />
72+
<CloseVsErase />
7073

7174
### How to erase your personal data
7275

7376
Erasing your account and personal data will permanently delete your Organization’s servers, resources, services, backups, and all data related to your account.
7477

75-
<Macro id="requirements" />
78+
<Requirements />
7679

7780
- A Scaleway account logged into the [console](https://console.scaleway.com)
7881
- [Ownership](/iam/concepts/#owner) of the Organization you intend to delete

pages/account/how-to/manage-notifications.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,21 @@ dates:
1212
categories:
1313
- account
1414
---
15+
import Requirements from '@macros/iam/requirements.mdx'
16+
17+
import image from './assets/scaleway-notif-icon.webp'
18+
1519

1620
The **notification manager** allows you to configure different types of notifications about Organization events, for the users in your Organization. These events include incidents, technical issues or maintenance, security alerts and billing. The notification manager also provides shortcuts to your [Budget alerts](/billing/how-to/use-billing-alerts/), [Cockpit alerts](/cockpit/how-to/enable-alert-manager/), and the Scaleway [status page](https://status.scaleway.com/).
1721

18-
<Macro id="requirements" />
22+
<Requirements />
1923

2024
- A Scaleway account logged into the [console](https://console.scaleway.com)
2125

2226
## How to notify users in your Organization
2327

2428
1. Click the bell icon, or **notification manager** icon, in the top-right menu of the Scaleway console. You are directed to the Notification Manager page.
25-
<Lightbox src="scaleway-notif-icon.webp" alt="" />
29+
<Lightbox image={image} alt="" />
2630
2. Scroll to the **User notifications** section.
2731
3. Check the box(es) next to the email of the user for who you want to set up the notifications. Four [types of notifications](#types-of-notifications) are available: **Incident**, **Technical**, **Security** and **Billing**.
2832
<Message type="important">

0 commit comments

Comments
 (0)