Skip to content

Commit 2bd8354

Browse files
committed
feat(interlink): first draft public beta
1 parent 438a357 commit 2bd8354

File tree

4 files changed

+103
-3
lines changed

4 files changed

+103
-3
lines changed

menu/navigation.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3457,6 +3457,76 @@
34573457
"label": "Edge Services",
34583458
"slug": "edge-services"
34593459
},
3460+
{
3461+
"items": [
3462+
{
3463+
"label": "Overview",
3464+
"slug": "../interlink"
3465+
},
3466+
{
3467+
"label": "Concepts",
3468+
"slug": "concepts"
3469+
},
3470+
{
3471+
"label": "Quickstart",
3472+
"slug": "quickstart"
3473+
},
3474+
{
3475+
"label": "FAQ",
3476+
"slug": "../../faq/interlink"
3477+
},
3478+
{
3479+
"items": [
3480+
{
3481+
"label": "Order an InterLink",
3482+
"slug": "order-interlink"
3483+
},
3484+
{
3485+
"label": "Complete InterLink provisioning",
3486+
"slug": "complete-provisioning"
3487+
},
3488+
{
3489+
"label": "Configure an InterLink",
3490+
"slug": "configure-interlink"
3491+
},
3492+
{
3493+
"label": "Create an allowed routes list",
3494+
"slug": "create-allowed-routes-list"
3495+
},
3496+
{
3497+
"label": "Delete an InterLink",
3498+
"slug": "delete-interlink"
3499+
}
3500+
],
3501+
"label": "How to",
3502+
"slug": "how-to"
3503+
},
3504+
{
3505+
"items": [
3506+
{
3507+
"label": "InterLink Overview",
3508+
"slug": "overview"
3509+
},
3510+
{
3511+
"label": "Provisioning",
3512+
"slug": "provisioning"
3513+
},
3514+
{
3515+
"label": "Configuring",
3516+
"slug": "configuring"
3517+
},
3518+
{
3519+
"label": "Statuses",
3520+
"slug": "statuses"
3521+
}
3522+
],
3523+
"label": "Additional content",
3524+
"slug": "reference-content"
3525+
}
3526+
],
3527+
"label": "InterLink",
3528+
"slug": "interlink"
3529+
},
34603530
{
34613531
"items": [
34623532
{

network/interlink/how-to/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ meta:
33
title: InterLink - How Tos
44
description: Learn how to set up and optimize Scaleway InterLink. These how to guides take you from ordering your InterLink, to completing the provisioning process, and all the configuration you need to get the direct connection between your Scaleway VPC and external or on-premises infrastructure, up and running.
55
content:
6-
h1: Edge Services - How Tos
6+
h1: InterLink - How Tos
77
paragraph: Learn how to set up and optimize Scaleway InterLink. These how to guides take you from ordering your InterLink, to completing the provisioning process, and all the configuration you need to get the direct connection between your Scaleway VPC and external or on-premises infrastructure, up and running.
88
---

network/interlink/index.mdx

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ meta:
77

88
<Alert
99
sentiment="info"
10-
title="InterLink is now in Private Beta"
10+
title="InterLink is now in Public Beta TODO CHECK"
1111
>
12-
InterLink is currently available in [Private Beta](https://www.scaleway.com/en/betas/) only, for selected testers. Watch this space for more information on public availability.
12+
InterLink is currently available in [Public Beta](https://www.scaleway.com/en/betas/).
1313
</Alert>
1414

1515
<ProductHeader
@@ -23,12 +23,26 @@ meta:
2323
## Getting Started
2424

2525
<Grid>
26+
<SummaryCard
27+
title="Quickstart"
28+
icon="rocket"
29+
description="Learn how to provision and configure an InterLink"
30+
label="View Quickstart"
31+
url="/network/interlink/quickstart/"
32+
/>
2633
<SummaryCard
2734
title="Concepts"
2835
icon="info"
2936
description="Core concepts that give you a better understanding of InterLink."
3037
label="View Concepts"
3138
url="/network/interlink/concepts/"
39+
/>
40+
<SummaryCard
41+
title="How-tos"
42+
icon="help-circle-outline"
43+
description="Check our guides to ordering and configuring an InterLink."
44+
label="View How-tos"
45+
url="/network/interlink/how-to/"
3246
/>
3347
<SummaryCard
3448
title="Additional Content"

network/interlink/quickstart.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
meta:
3+
title: InterLink - Quickstart
4+
description: Get started with Scaleway InterLink in minutes. Follow this quickstart guide to order, provision and configure your InterLink to get traffic flowing as soon as possible.
5+
content:
6+
h1: InterLink - Quickstart
7+
paragraph: Get started with Scaleway InterLink in minutes. Follow this quickstart guide to order, provision and configure your InterLink to get traffic flowing as soon as possible.
8+
tags: load-balancer load balancer frontend backend
9+
dates:
10+
validation: 2024-12-13
11+
posted: 2024-12-13
12+
categories:
13+
- network
14+
---
15+
16+
TODO

0 commit comments

Comments
 (0)