Skip to content

Commit b2a3370

Browse files
committed
chore(gen): docs review MTA-5542
1 parent 7c7bd99 commit b2a3370

File tree

9 files changed

+13
-15
lines changed

9 files changed

+13
-15
lines changed

pages/serverless-containers/reference-content/cron-schedules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Guide to setting up cron schedules in Scaleway Serverless Containers.
88
tags: serverless containers cron crontab schedule cronjob
99
dates:
10-
validation: 2024-07-29
10+
validation: 2025-02-10
1111
posted: 2023-12-12
1212
categories:
1313
- serverless

pages/serverless-functions/how-to/add-a-custom-domain-name-to-a-function.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Guide to adding a custom domain name to your Scaleway serverless function.
88
tags: functions custom-domain
99
dates:
10-
validation: 2024-07-23
10+
validation: 2025-02-10
1111
posted: 2022-02-21
1212
categories:
1313
- serverless

pages/serverless-functions/how-to/create-auth-token-from-console.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Generate an authentication token from the Scaleway console for Serverless Functions.
88
tags: authentication-token functions
99
dates:
10-
validation: 2024-07-23
10+
validation: 2025-02-10
1111
posted: 2022-10-14
1212
categories:
1313
- serverless
@@ -82,5 +82,3 @@ Tokens will expire by default on their given expiry date. You can delete them ma
8282
This action is irreversible and this token will not be able to access your function anymore.
8383

8484
</Message>
85-
86-

pages/serverless-functions/how-to/manage-a-function.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ content:
77
paragraph: Detailed guide on managing Serverless Functions within Scaleway.
88
tags: functions
99
dates:
10-
validation: 2024-07-23
10+
validation: 2025-02-10
1111
posted: 2021-05-26
1212
categories:
1313
- serverless
1414
---
1515

16-
This page shows you how to manage a function, in order to edit it or verify/change its deployment parameters after creation.
16+
This page shows you how to manage a function, in order to edit it, or verify/change its deployment parameters after creation.
1717

1818
<Macro id="requirements" />
1919

@@ -29,5 +29,3 @@ This page shows you how to manage a function, in order to edit it or verify/chan
2929
- **Function code**: The code of your function. You can either enter it directly using the inline code editor or import it from a ZIP file.
3030
- **Handler**: The functions handler.
3131
5. Click **Deploy function** to save your changes.
32-
33-

pages/serverless-functions/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Quickstart guide to deploying and managing Serverless Functions on Scaleway.
88
tags: functions namespace
99
dates:
10-
validation: 2024-07-29
10+
validation: 2025-02-10
1111
posted: 2021-05-26
1212
categories:
1313
- serverless

pages/serverless-functions/reference-content/cron-schedules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Learn to set up and manage cron schedules in Scaleway Serverless Functions.
88
tags: serverless functions cron crontab schedule cronjob
99
dates:
10-
validation: 2024-07-02
10+
validation: 2025-02-11
1111
posted: 2023-12-12
1212
categories:
1313
- serverless

pages/serverless-functions/reference-content/functions-billing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Understand billing for Scaleway Serverless Functions with this guide.
88
tags: functions serverless serverless-functions billing serverless-billing serverless-functions-billing
99
dates:
10-
validation: 2024-07-02
10+
validation: 2025-02-11
1111
posted: 2023-06-15
1212
categories:
1313
- serverless

pages/serverless-functions/reference-content/functions-limitations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Learn about limitations for Scaleway Serverless Functions including resource and execution constraints.
88
tags: functions limitations serverless
99
dates:
10-
validation: 2024-07-23
10+
validation: 2025-02-10
1111
posted: 2021-10-12
1212
categories:
1313
- serverless
@@ -41,7 +41,7 @@ This section contains usage limits that apply when using Serverless Functions.
4141

4242
\** Total function memory is the sum of the memory allocated to all your functions at their maximum Scale.
4343

44-
\*** Use [Serverless Jobs](/serverless-jobs/) for tasks up to 24h.
44+
\*** Maximum duration of a single HTTP request before this request is timed out. Use [Serverless Jobs](/serverless-jobs/) for tasks up to 24h.
4545

4646
These limits are enforced as [Organization quotas](/organizations-and-projects/additional-content/organization-quotas/#serverless-functions).
4747

pages/serverless-functions/reference-content/functions-runtimes-configuration.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Guide to configuring runtimes for Scaleway Serverless Functions.
88
tags: functions serverless runtimes information configuration extensions modules parameters
99
dates:
10-
validation: 2024-07-23
10+
validation: 2025-02-10
1111
posted: 2022-12-28
1212
categories:
1313
- serverless
@@ -19,6 +19,8 @@ This page contains useful information on how Serverless Functions runtimes are b
1919

2020
### PHP 8.2 runtime configuration
2121

22+
PHP parameters for the [PHP 8.2](https://www.php.net/ChangeLog-8.php#8.2.0) runtime
23+
2224
| Parameter | Value |
2325
|-----------------------|-------|
2426
| `upload_max_filesize` | 2M |

0 commit comments

Comments
 (0)