Skip to content

Commit d27567b

Browse files
committed
feat: update menu to apply late commits
1 parent c1d6d3c commit d27567b

File tree

22 files changed

+118
-100
lines changed

22 files changed

+118
-100
lines changed

pages/account/menu.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ export default {
3030
label: 'Log in to the console',
3131
slug: 'log-in-to-the-console',
3232
},
33+
{
34+
label: "Change account ownership",
35+
slug: "change-ownership-organization"
36+
},
3337
{
3438
label: 'Change the language',
3539
slug: 'change-language',

pages/apple-silicon/menu.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ export default {
7070
label: 'Reinstall a Mac mini',
7171
slug: 'reinstall-mac-mini',
7272
},
73+
{
74+
label: 'Adjust the available bandwidth',
75+
slug: 'adjust-available-bandwidth'
76+
},
7377
{
7478
label: 'Manage your commitment plan',
7579
slug: 'manage-commitment-plan',

pages/audit-trail/menu.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ export default {
4646
label: 'Audit Trail product integration',
4747
slug: 'resource-integration-with-adt',
4848
},
49+
{
50+
label: 'IAM authentication events in Audit Trail',
51+
slug: 'iam-authentication-events'
52+
},
4953
{
5054
label: 'Supported endpoints for Audit Trail',
5155
slug: 'adt-supported-endpoints',

pages/block-storage/menu.ts

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ export default {
3939
slug: 'create-volume-from-snapshot',
4040
},
4141
{
42-
label: 'Identify which API is managing your volumes',
43-
slug: 'identify-api-managing-volumes',
44-
},
45-
{
46-
label: 'Migrate volumes and snapshots to Scaleway SBS',
47-
slug: 'migrate-volumes-snapshots-to-sbs',
42+
label: 'Identify the type of a volume or a snapshot',
43+
slug: 'identify-volumes-snapshot-type',
4844
},
4945
{
5046
label: 'Detach a volume',
5147
slug: 'detach-a-volume',
5248
},
49+
{
50+
label: 'Unmount a volume',
51+
slug: 'unmount-a-volume'
52+
},
5353
{
5454
label: 'Delete a snapshot',
5555
slug: 'delete-a-snapshot',
@@ -76,11 +76,6 @@ export default {
7676
label: 'Increasing volume size via the API',
7777
slug: 'increasing-volume-size',
7878
},
79-
{
80-
label:
81-
'Identifying the API managing Block Storage volumes and snapshots',
82-
slug: 'identifying-volume-snapshot-api',
83-
},
8479
{
8580
label: 'Unmounting a volume',
8681
slug: 'unmounting-a-volume',
@@ -96,11 +91,6 @@ export default {
9691
'Differences between Block Storage volumes and Block Storage Low Latency volumes',
9792
slug: 'differences-between-5kiops-volumes',
9893
},
99-
{
100-
label:
101-
'Advantages of migrating from the Instance API to the Block Storage API for managing block volumes and snapshots',
102-
slug: 'advantages-migrating-to-sbs',
103-
},
10494
{
10595
label: 'Block Storage and Instances bandwidth overview',
10696
slug: 'block-instances-bandwidth-overview',

pages/dedibox-account/menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default {
6161
slug: 'revoke-outsourcing',
6262
},
6363
{
64-
label: 'Contact the support team',
64+
label: 'Contact the Support team',
6565
slug: 'contact-support',
6666
},
6767
{

pages/dedibox-kvm-over-ip/menu.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ export default {
5959
label: 'How to',
6060
slug: 'how-to',
6161
},
62+
{
63+
label: 'Troubleshooting',
64+
slug: 'troubleshooting',
65+
}
6266
],
6367
label: 'KVM-over-IP',
6468
slug: 'dedibox-kvm-over-ip',

pages/dedibox-scaleway/menu.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ export default {
5050
label: 'Activate an IPv6 block ',
5151
slug: 'activate-ipv6-block',
5252
},
53+
{
54+
label: 'Configure IPv6',
55+
slug: 'configure-ipv6-dedibox'
56+
},
5357
{
5458
label: 'Modify Dedibox options',
5559
slug: 'modify-server-options',

pages/environmental-footprint/menu.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ export default {
5353
label: 'Block Storage footprint calculation',
5454
slug: 'block-storage-env-footprint',
5555
},
56+
{
57+
label: 'Object Storage footprint calculation',
58+
slug: 'object-storage-env-footprint'
59+
}
5660
],
5761
label: 'Additional Content',
5862
slug: 'additional-content',

pages/generative-apis/menu.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ export default {
3434
label: 'Query code models',
3535
slug: 'query-code-models',
3636
},
37+
{
38+
label: 'Query audio models',
39+
slug: 'query-audio-models'
40+
},
3741
{
3842
label: 'Use structured outputs',
3943
slug: 'use-structured-outputs',
@@ -106,6 +110,10 @@ export default {
106110
label: 'Adding AI to the Zed IDE',
107111
slug: 'adding-ai-to-zed-ide',
108112
},
113+
{
114+
label: 'Integrating Generative APIs with n8n',
115+
slug: 'integrate-with-n8n'
116+
},
109117
{
110118
label: 'Integrating Generative APIs with popular AI tools',
111119
slug: 'integrating-generative-apis-with-popular-tools',

pages/iam/menu.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ export default {
4242
label: 'Enforce security requirements for Members',
4343
slug: 'enforce-security-requirements-members',
4444
},
45+
{
46+
label: 'How to set up identity federation',
47+
slug: 'set-up-identity-federation'
48+
},
4549
{
4650
label: 'Create an application',
4751
slug: 'create-application',
@@ -100,10 +104,6 @@ export default {
100104
label: 'Permission sets',
101105
slug: 'permission-sets',
102106
},
103-
{
104-
label: 'IAM Guests to Members migration',
105-
slug: 'guests-to-members-migration',
106-
},
107107
{
108108
label:
109109
'Reproducing roles and Project-scoped API keys with IAM',

0 commit comments

Comments
 (0)