Skip to content

Commit dc38623

Browse files
committed
fix(interlink): more corrections
1 parent f38c99e commit dc38623

File tree

4 files changed

+87
-2
lines changed

4 files changed

+87
-2
lines changed

menu/navigation.json

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3227,6 +3227,86 @@
32273227
"label": "Public Gateways",
32283228
"slug": "public-gateways"
32293229
},
3230+
{
3231+
"items": [
3232+
{
3233+
"label": "Overview",
3234+
"slug": "../interlink"
3235+
},
3236+
{
3237+
"label": "Concepts",
3238+
"slug": "concepts"
3239+
},
3240+
{
3241+
"label": "Quickstart",
3242+
"slug": "quickstart"
3243+
},
3244+
{
3245+
"label": "FAQ",
3246+
"slug": "faq"
3247+
},
3248+
{
3249+
"items": [
3250+
{
3251+
"label": "Order an InterLink",
3252+
"slug": "order-interlink"
3253+
},
3254+
{
3255+
"label": "Complete InterLink provisioning",
3256+
"slug": "complete-provisioning"
3257+
},
3258+
{
3259+
"label": "Configure an InterLink",
3260+
"slug": "configure-interlink"
3261+
},
3262+
{
3263+
"label": "Created an allowed routes list",
3264+
"slug": "create-allowed-routes-list"
3265+
},
3266+
{
3267+
"label": "Delete an InterLink",
3268+
"slug": "delete-interlink"
3269+
}
3270+
],
3271+
"label": "How to",
3272+
"slug": "how-to"
3273+
},
3274+
{
3275+
"items": [
3276+
{
3277+
"label": "InterLink API Reference",
3278+
"slug": "https://www.scaleway.com/en/developers/api/interlink/"
3279+
}
3280+
],
3281+
"label": "API/CLI",
3282+
"slug": "api-cli"
3283+
},
3284+
{
3285+
"items": [
3286+
{
3287+
"label": "InterLink Overview",
3288+
"slug": "overview"
3289+
},
3290+
{
3291+
"label": "InterLink Provisioning",
3292+
"slug": "provisioning"
3293+
},
3294+
{
3295+
"label": "Configuring an InterLink",
3296+
"slug": "configuring"
3297+
},
3298+
{
3299+
"label": "InterLink statuses",
3300+
"slug": "statuses"
3301+
}
3302+
],
3303+
"label": "Additional Content",
3304+
"slug": "reference-content"
3305+
}
3306+
],
3307+
"label": "InterLink",
3308+
"slug": "interlink"
3309+
},
32303310
{
32313311
"items": [
32323312
{

pages/faq/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@ content:
131131
label="Instances"
132132
/>
133133

134+
<ProductCardIllustration
135+
productLogo="interlink"
136+
url="/interlink/faq/"
137+
label="InterLink"
138+
/>
139+
134140
<ProductCardIllustration
135141
productLogo="iotHub"
136142
url="/iot-hub/faq/"

pages/interlink/faq.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ meta:
44
description: Discover Scaleway InterLink and find answers to your most common questions.
55
content:
66
h1: InterLink FAQ
7-
h1: Discover Scaleway InterLink and find answers to your most common questions.
87
dates:
98
validation: 2025-03-18
109
category: network

pages/interlink/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ meta:
88
sentiment="info"
99
title="InterLink is now in Public Beta"
1010
>
11-
InterLink is now available in [Public Beta](https://www.scaleway.com/en/betas/)! Check it out on the [Scaleway console](https://console.scaleway.com/interlink/).
11+
InterLink is now in [Public Beta](https://www.scaleway.com/en/betas/)! Check it out on the [Scaleway console](https://console.scaleway.com/interlink/).
1212
</Alert>
1313

1414
<ProductHeader

0 commit comments

Comments
 (0)