Skip to content

Commit f472db3

Browse files
fix(gen): fix missing entries from menu and add noindex (#5458)
1 parent 34a2aae commit f472db3

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

menu/navigation.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,10 @@
11711171
"label": "Activate an IPv6 block ",
11721172
"slug": "activate-ipv6-block"
11731173
},
1174+
{
1175+
"label": "Configure IPv6",
1176+
"slug": "configure-ipv6-dedibox"
1177+
},
11741178
{
11751179
"label": "Modify Dedibox options",
11761180
"slug": "modify-server-options"
@@ -1478,6 +1482,10 @@
14781482
"label": "Use placement groups",
14791483
"slug": "use-placement-groups"
14801484
},
1485+
{
1486+
"label": "Create an image",
1487+
"slug": "create-a-backup"
1488+
},
14811489
{
14821490
"label": "Create an image from a snapshot",
14831491
"slug": "create-image-from-snapshot"
@@ -4994,6 +5002,10 @@
49945002
"label": "Detach a volume",
49955003
"slug": "detach-a-volume"
49965004
},
5005+
{
5006+
"label": "Unmount a volume",
5007+
"slug": "unmount-a-volume"
5008+
},
49975009
{
49985010
"label": "Delete a snapshot",
49995011
"slug": "delete-a-snapshot"

pages/object-storage/api-cli/share-buckets-read-only.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Sharing Object Storage buckets in read-only mode
33
description: Share Scaleway Object Storage buckets with read-only access using the AWS CLI.
4+
noindex: true
45
tags: object storage bucket read only read-only aws cli
56
dates:
67
validation: 2025-02-11

pages/public-gateways/how-to/move-to-routed-ip.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: How to move your Public Gateway to a routed IP
33
description: Find out how to move your Public Gateway from a legacy NAT IP addressing solution, to a routed IP solution, compatible with Scaleway's IP mobility project and features.
4+
noindex: true
45
tags: public-gateway public gateway nat-ip routed-ip ip-mobility
56
dates:
67
validation: 2025-04-15

0 commit comments

Comments
 (0)