Skip to content

Commit d539fe0

Browse files
committed
2 parents c04a3a9 + f31cb5f commit d539fe0

File tree

283 files changed

+2237
-928
lines changed

Some content is hidden

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

283 files changed

+2237
-928
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Managed MongoDB v1 API
3+
status: added
4+
date: 2025-07-11
5+
category: databases
6+
product: mongodb
7+
---
8+
9+
The Managed MongoDB API is now in `v1`. All new features from now on will not be available on `v1alpha1`. Check [the Managed MongoDB API documentation](https://www.scaleway.com/en/developers/api/managed-database-mongodb/) for more information.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Multi-user management on Managed MongoDB
3+
status: added
4+
date: 2025-07-11
5+
category: databases
6+
product: mongodb
7+
---
8+
9+
You can now add multiple users to your Database Instances and update their roles via the API. Follow [this documentation](/managed-mongodb-databases/how-to/manage-users/) to learn more about multi-user management.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Cost manager is now available in the Partner Space
3+
status: added
4+
date: 2025-07-16
5+
category: partners
6+
product: partner-space
7+
---
8+
9+
Partners can now consult their clients' consumption directly in the console, in a new Partner space section called “Billing”.
10+
11+
They can filter by:
12+
- Client (by customer Organization name)
13+
- Period (by year)
14+
- Category (by product category, e.g. Compute, Storage, Containers, with each category corresponding to a different color in the consumption chart and detailed list)
15+
- Product (by product, with the consumption shown being the sum of all the products of the same type.)
16+
17+
Refer to the [documentation page](https://www.scaleway.com/en/docs/partner-space/how-to/track-client-consumption/) for more details
18+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Removal of Redis from cPanel platforms
3+
status: removed
4+
date: 2025-07-17
5+
category: domains-and-webhosting
6+
product: webhosting
7+
---
8+
9+
As part of our ongoing effort to improve platform security, Redis has been uninstalled from the cPanel platforms. This decision was made due to Redis being a high-privilege service that is not required for the majority of our users, and which may pose security risks if misconfigured or exposed.
10+
11+
For Web Hosting users who rely on Redis, we recommend migrating to Scaleway Managed Database for Redis™.
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Serverless Containers and VPC
3+
status: added
4+
date: 2025-07-21
5+
category: serverless
6+
product: containers
7+
---
8+
9+
You can now connect your Serverless Containers to a Private Network, allowing secure access between Serverless and resources inside the same Private Network, such as Managed Databases, Instances, and more.
10+
11+
[Read more](/serverless-containers/how-to/use-private-networks/) about attaching a Private Network to a Serverless Container.
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Serverless Functions and VPC
3+
status: added
4+
date: 2025-07-21
5+
category: serverless
6+
product: functions
7+
---
8+
9+
You can now connect your Serverless Functions to a Private Network, allowing secure access between Serverless and resources inside the same Private Network, such as Managed Databases, Instances, and more.
10+
11+
[Read more](/serverless-functions/how-to/use-private-networks/) about attaching a Private Network to a Serverless Function.
12+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Release of newer Kubernetes patch versions
3+
status: added
4+
date: 2025-07-23
5+
category: containers
6+
product: kubernetes
7+
---
8+
9+
The following Kubernetes patches are available:
10+
- `1.32.[4-7]`
11+
- `1.31.[8-11]`
12+
- `1.30.[12-14]`
13+
14+
We have also added the `CPUManagerPolicyAlphaOptions` k8s feature gate, and enabled the `bpf-lb-external-clusterip` cilium option to easily use tools like *tailscale* or *telepresence*.

changelog/november2023/2023-11-08-apple-silicon-deprecated-fr-par-1-is-disabled-in-the-ap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ category: bare-metal
99
product: apple-silicon
1010
---
1111

12-
For Apple Silicon M1 servers, requests to `/apple-silicon/v1alpha1/zones/fr-par-1/*` will no longer receive responses. All requests should now go to the PAR-3 AZ, using `/apple-silicon/v1alpha1/zones/fr-par-3/*`.
12+
For Apple silicon M1 servers, requests to `/apple-silicon/v1alpha1/zones/fr-par-1/*` will no longer receive responses. All requests should now go to the PAR-3 AZ, using `/apple-silicon/v1alpha1/zones/fr-par-3/*`.
1313

docs/CONTRIBUTING.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -195,28 +195,21 @@ Here is a common example used in our `.mdx` files:
195195

196196
```markdown
197197
---
198-
meta:
199-
title: How to create a Bare Metal server
200-
description: This page explains how to create a Bare Metal server
201-
content:
202-
h1: Bare Metal server
203-
paragraph: This is a tutorial Bare Metal
204-
hero: assets/scaleway-account.png
198+
title: How to create a Bare Metal server
199+
description: This page explains how to create a Bare Metal server
205200
tags: compute baremetal bare metal cloud server dedicated
206201
dates:
207202
validation: 2021-06-22
208203
posted: 2020-03-12
204+
categories:
205+
- compute
209206
---
210207

211208
Here starts the content…
212209
```
213210

214-
- `meta` part is used for SEO `title` and `description`, it doesn't appear inside the website
215-
- `content` part which contains `h1` and `paragraph` is used for title and description inside website pages.
216-
- `h1` is used as H1 in pages, in the HTML head element as the browser tab title and for SEO.
217-
- `paragraph` is used in pages and in the head element for SEO.
218-
- `image` is used for the hero section image in tutorial pages. The image path can be relative to the file.
219-
- `tags` are used to help populate search result lists or pages top.
211+
- `title` and `description`, used for SEO, Algolia & for h1 and description in pages
212+
- `tags` are used to help populate search result lists or pages top. Use space separators.
220213
- `dates` are shown on pages under titles. `validation` must be a date later than the `posted`. Its format should be `AAAA-MM-DD`.
221214

222215
## Writing Guidelines

docs/DOC_PAGE_TEMPLATE.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: # Title of the page
33
description: # One-sentence description of the page.
4-
tags: # enter tags here
5-
# dates:
4+
tags: # enter tags here, use space as separator
5+
dates:
66
# validation: XXXX-XX-XX (Year-Month-Day format)
77
# posted: XXXX-XX-XX (Year-Month-Day format)
88
categories:

0 commit comments

Comments
 (0)