Skip to content

Commit 4a2ccf6

Browse files
Merge branch 'main' into MTA-5542
2 parents da606b7 + 47a57d5 commit 4a2ccf6

File tree

106 files changed

+569
-254
lines changed

Some content is hidden

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

106 files changed

+569
-254
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Key Manager is in General Availability!
3+
status: added
4+
author:
5+
fullname: 'Join the #key-manager-beta channel on Slack'
6+
url: 'https://slack.scaleway.com'
7+
date: 2025-02-11
8+
category: security-identity
9+
product: key-manager
10+
---
11+
12+
Scaleway Key Manager is a service that allows you to create, manage, and use cryptographic keys in a centralized and secure service.
13+
14+
Key Manager helps organizations achieve secure key management by handling low-level and error-prone cryptographic details for you.
15+
16+
Find out more about Key Manager in the [dedicated documentation](/key-manager/).

faq/containerregistry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: Container Registry
77
dates:
8-
validation: 2024-08-05
8+
validation: 2025-02-11
99
category: containers
1010
productIcon: RegistryProductIcon
1111
---

faq/databases-for-redis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: Managed Database for Redis™
77
dates:
8-
validation: 2024-08-05
8+
validation: 2025-02-11
99
category: managed-databases
1010
productIcon: RedisProductIcon
1111
---

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4014,6 +4014,10 @@
40144014
"label": "My function is in an error state",
40154015
"slug": "function-in-error-state"
40164016
},
4017+
{
4018+
"label": "My function does not build properly",
4019+
"slug": "function-build-error"
4020+
},
40174021
{
40184022
"label": "My function stopped working after a redeploy",
40194023
"slug": "function-stopped-after-redeploy"

pages/apple-silicon/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ meta:
3131
/>
3232
<SummaryCard
3333
title="Concepts"
34-
icon="information-circle-outline"
34+
icon="info"
3535
description="Core concepts that give you a better understanding of Scaleway Apple silicon."
3636
label="View Concepts"
3737
url="/apple-silicon/concepts/"

pages/audit-trail/index.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ meta:
4545
/>
4646
</Grid>
4747

48+
## Tutorials
49+
50+
<Grid>
51+
<DefaultCard
52+
title="Exporting Audit Trail events to DataDog"
53+
url="/tutorials/export-audit-trail-to-datadog/"
54+
label="Read more"
55+
/>
56+
</Grid>
57+
4858
<ClickableBanner
4959
productLogo="cli"
5060
title="Audit Trail API"

pages/billing/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ meta:
2424
/>
2525
<SummaryCard
2626
title="Concepts"
27-
icon="information-circle-outline"
27+
icon="info"
2828
description="Core concepts that give you a better understanding of Scaleway billing."
2929
label="View Concepts"
3030
url="/billing/concepts"

pages/classic-hosting/how-to/change-email-account-password.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page shows you how to change the password of an email account on Scaleway Web Hosting Classic
88
tags: password email-account email account webhosting
99
dates:
10-
validation: 2024-08-05
10+
validation: 2025-02-11
1111
posted: 2021-05-26
1212
categories:
1313
- webhosting
@@ -31,5 +31,3 @@ categories:
3131
- The status of the account changes to **Waiting for update**. During this time, no other change to the email account is possible.
3232
- The new password will be set in a maximum delay of one hour.
3333
</Message>
34-
35-

pages/classic-hosting/how-to/configure-htaccess-file.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This guide explains how to configure an .htaccess file on Scaleway Web Hosting Classic.
88
tags: htaccess, error-message, directory, authentication, php, html
99
dates:
10-
validation: 2024-08-05
10+
validation: 2025-02-11
1111
posted: 2021-08-05
1212
categories:
1313
- webhosting
@@ -154,4 +154,4 @@ For example, to rewrite the URL `http://www.URLexample/index.php/` with the page
154154
RewriteRule ^([^\.]+)\.html /index.php?page=$1 [L]
155155
```
156156
2. Upload the file using FTP to the folder of the concerned subdomain (e.g., `www` for `www.URLexample`, `blog` for `blog.URLexample`) and rename it `.htaccess`.
157-
3. Open the `http://www.URLexample/test.html/` file in your web browser. The `index.php` file will be executed with the argument “test”.
157+
3. Open the `http://www.URLexample/test.html/` file in your web browser. The `index.php` file will be executed with the argument “test”.

pages/classic-hosting/how-to/connect-via-ftp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This guide explains how to connect to your website via FTP using FileZilla on Scaleway Web Hosting Classic.
88
tags: webhosting, ftp
99
dates:
10-
validation: 2024-08-05
10+
validation: 2025-02-11
1111
posted: 2022-02-24
1212
categories:
1313
- webhosting

0 commit comments

Comments
 (0)