Skip to content

Commit 07bf86e

Browse files
fix(srv): add pages to nav and update titles (#4517)
* fix(srv): add pages to nav and update titles * fix(srv): update * fix(srv): update
1 parent ddd8c1c commit 07bf86e

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

menu/navigation.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4009,7 +4009,7 @@
40094009
},
40104010
{
40114011
"label": "Configure alerts for a function",
4012-
"slug": "configure-alerts-function"
4012+
"slug": "configure-alerts-functions"
40134013
},
40144014
{
40154015
"label": "Delete a function",
@@ -4201,6 +4201,10 @@
42014201
"label": "Add a trigger to a container",
42024202
"slug": "add-trigger-to-a-container"
42034203
},
4204+
{
4205+
"label": "Configure alerts for a container",
4206+
"slug": "configure-alerts-containers"
4207+
},
42044208
{
42054209
"label": "Delete a container",
42064210
"slug": "delete-a-container"
@@ -4355,6 +4359,10 @@
43554359
"label": "Reference secrets in a job",
43564360
"slug": "reference-secret-in-job"
43574361
},
4362+
{
4363+
"label": "Configure alerts for a job",
4364+
"slug": "configure-alerts-job"
4365+
},
43584366
{
43594367
"label": "Delete a job",
43604368
"slug": "delete-job"

pages/serverless-containers/how-to/configure-alerts-containers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
meta:
3-
title: How to add alerts to a container
3+
title: How to configure alerts for a container
44
description: Learn how to add monitoring alerts to Serverless Containers with Scaleway.
55
content:
6-
h1: How to add alerts to a container
6+
h1: How to configure alerts for a container
77
paragraph: Learn how to add monitoring alerts to Serverless Containers with Scaleway.
88
tags: containers alerts grafana threshold monitoring cockpit
99
dates:

pages/serverless-functions/how-to/configure-alerts-function.mdx renamed to pages/serverless-functions/how-to/configure-alerts-functions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
meta:
3-
title: How to add alerts to a function
3+
title: How to configure alerts for a function
44
description: Learn how to add monitoring alerts to Serverless Functions with Scaleway.
55
content:
6-
h1: How to add alerts to a function
6+
h1: How to configure alerts for a function
77
paragraph: Learn how to add monitoring alerts to Serverless Functions with Scaleway.
88
tags: functions alerts grafana threshold monitoring cockpit
99
dates:

pages/serverless-jobs/how-to/configure-alerts-jobs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
meta:
3-
title: How to add alerts to a job
3+
title: How to configure alerts for a job
44
description: Learn how to add monitoring alerts to Serverless Jobs with Scaleway.
55
content:
6-
h1: How to add alerts to a job
6+
h1: How to configure alerts for a job
77
paragraph: Learn how to add monitoring alerts to Serverless Jobs with Scaleway.
88
tags: jobs alerts grafana threshold monitoring cockpit
99
dates:

0 commit comments

Comments
 (0)