Skip to content

Commit 1bafe33

Browse files
fix(acc): support plans ref
1 parent bf21dfe commit 1bafe33

File tree

3 files changed

+133
-114
lines changed

3 files changed

+133
-114
lines changed

menu/navigation.json

Lines changed: 102 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,17 @@
120120
"label": "Scaleway network information",
121121
"slug": "scaleway-network-information"
122122
},
123-
{
124-
"label": "Protecting yourself against phishing and fraud",
125-
"slug": "protecting-yourself-fraud-phishing"
126-
},
127123
{
128124
"label": "Subscribing to Scaleway status updates",
129125
"slug": "scaleway-status-updates"
126+
},
127+
{
128+
"label": "Understanding support plans",
129+
"slug": "understanding-support-plans"
130+
},
131+
{
132+
"label": "Protecting yourself against phishing and fraud",
133+
"slug": "protecting-yourself-fraud-phishing"
130134
}
131135
],
132136
"label": "Additional Content",
@@ -4402,111 +4406,111 @@
44024406
"slug": "queues"
44034407
},
44044408
{
4405-
"items": [
4406-
{
4407-
"label": "Overview",
4408-
"slug": "../topics-and-events"
4409-
},
4410-
{
4411-
"label": "Concepts",
4412-
"slug": "concepts"
4413-
},
4414-
{
4415-
"label": "Quickstart",
4416-
"slug": "quickstart"
4417-
},
4418-
{
4419-
"label": "FAQ",
4420-
"slug": "faq"
4421-
},
4422-
{
4423-
"items": [
4424-
{
4425-
"label": "Create credentials",
4426-
"slug": "create-credentials"
4427-
},
4428-
{
4429-
"label": "Manage credentials",
4430-
"slug": "manage-credentials"
4431-
},
4432-
{
4433-
"label": "Create and manage topics",
4434-
"slug": "create-manage-topics"
4435-
},
4436-
{
4437-
"label": "Create and manage subscriptions",
4438-
"slug": "create-manage-subscriptions"
4439-
},
4440-
{
4441-
"label": "Monitor Topics and Events with Cockpit",
4442-
"slug": "monitor-topics-cockpit"
4443-
}
4444-
],
4445-
"label": "How to",
4446-
"slug": "how-to"
4447-
},
4448-
{
4449-
"items": [
4450-
{
4451-
"label": "Topics and Events API Reference",
4452-
"slug": "https://www.scaleway.com/en/developers/api/messaging-and-queuing/sns-api/"
4453-
},
4454-
{
4455-
"label": "Connecting Topics and Events to the AWS-CLI",
4456-
"slug": "connect-aws-cli"
4457-
},
4458-
{
4459-
"label": "Using Topics and Events with the AWS-CLI",
4460-
"slug": "topics-events-aws-cli"
4461-
},
4462-
{
4463-
"label": "Using Go, Python or Node.js with Topics and Events",
4464-
"slug": "python-node-topics-events"
4465-
}
4466-
],
4467-
"label": "API/CLI",
4468-
"slug": "api-cli"
4469-
},
4470-
{
4471-
"items": [
4472-
{
4473-
"label": "Topics and Events overview",
4474-
"slug": "topics-and-events-overview"
4475-
},
4476-
{
4477-
"label": "Topics and Events - supported actions",
4478-
"slug": "topics-and-events-support"
4479-
},
4480-
{
4481-
"label": "Limitations",
4482-
"slug": "limitations"
4483-
}
4484-
],
4485-
"label": "Additional Content",
4486-
"slug": "reference-content"
4487-
}
4488-
],
4489-
"label": "Topics and Events",
4490-
"slug": "topics-and-events"
4409+
"items": [
4410+
{
4411+
"label": "Overview",
4412+
"slug": "../topics-and-events"
4413+
},
4414+
{
4415+
"label": "Concepts",
4416+
"slug": "concepts"
4417+
},
4418+
{
4419+
"label": "Quickstart",
4420+
"slug": "quickstart"
4421+
},
4422+
{
4423+
"label": "FAQ",
4424+
"slug": "faq"
44914425
},
44924426
{
44934427
"items": [
44944428
{
4495-
"label": "Overview",
4496-
"slug": "../serverless-sql-databases"
4429+
"label": "Create credentials",
4430+
"slug": "create-credentials"
4431+
},
4432+
{
4433+
"label": "Manage credentials",
4434+
"slug": "manage-credentials"
4435+
},
4436+
{
4437+
"label": "Create and manage topics",
4438+
"slug": "create-manage-topics"
4439+
},
4440+
{
4441+
"label": "Create and manage subscriptions",
4442+
"slug": "create-manage-subscriptions"
4443+
},
4444+
{
4445+
"label": "Monitor Topics and Events with Cockpit",
4446+
"slug": "monitor-topics-cockpit"
4447+
}
4448+
],
4449+
"label": "How to",
4450+
"slug": "how-to"
4451+
},
4452+
{
4453+
"items": [
4454+
{
4455+
"label": "Topics and Events API Reference",
4456+
"slug": "https://www.scaleway.com/en/developers/api/messaging-and-queuing/sns-api/"
44974457
},
44984458
{
4499-
"label": "Concepts",
4500-
"slug": "concepts"
4459+
"label": "Connecting Topics and Events to the AWS-CLI",
4460+
"slug": "connect-aws-cli"
45014461
},
45024462
{
4503-
"label": "Quickstart",
4504-
"slug": "quickstart"
4463+
"label": "Using Topics and Events with the AWS-CLI",
4464+
"slug": "topics-events-aws-cli"
45054465
},
45064466
{
4507-
"label": "FAQ",
4508-
"slug": "faq"
4467+
"label": "Using Go, Python or Node.js with Topics and Events",
4468+
"slug": "python-node-topics-events"
4469+
}
4470+
],
4471+
"label": "API/CLI",
4472+
"slug": "api-cli"
4473+
},
4474+
{
4475+
"items": [
4476+
{
4477+
"label": "Topics and Events overview",
4478+
"slug": "topics-and-events-overview"
45094479
},
4480+
{
4481+
"label": "Topics and Events - supported actions",
4482+
"slug": "topics-and-events-support"
4483+
},
4484+
{
4485+
"label": "Limitations",
4486+
"slug": "limitations"
4487+
}
4488+
],
4489+
"label": "Additional Content",
4490+
"slug": "reference-content"
4491+
}
4492+
],
4493+
"label": "Topics and Events",
4494+
"slug": "topics-and-events"
4495+
},
4496+
{
4497+
"items": [
4498+
{
4499+
"label": "Overview",
4500+
"slug": "../serverless-sql-databases"
4501+
},
4502+
{
4503+
"label": "Concepts",
4504+
"slug": "concepts"
4505+
},
4506+
{
4507+
"label": "Quickstart",
4508+
"slug": "quickstart"
4509+
},
4510+
{
4511+
"label": "FAQ",
4512+
"slug": "faq"
4513+
},
45104514
{
45114515
"items": [
45124516
{

pages/account/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ You can switch plans once a month.
107107
When you change your plan, the upgrade is applied immediately.
108108

109109
### If I upgrade my support plan in the middle of the month, how will I be billed?
110-
You will be billed on a pro rata basis. For example, if you switch from the Silver plan to the Gold plan on the 20th of the month, you will be billed from the first to the 19th for the Silver plan. Starting from the 20th until the end of the month, you will be charged for the Gold plan.
110+
You will be billed on a pro rata basis. For example, if you switch from the Advanced plan to the Business plan on the 20th of the month, you will be billed from the first to the 19th for the Advanced plan. Starting from the 20th until the end of the month, you will be charged for the Business plan.
111111

112112
### How do the Advanced, Business and Enterprise support plans pricing work?
113113

pages/account/reference-content/understanding-support-plans.mdx

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ categories:
1313
- support
1414
---
1515

16+
Four levels of support plans are available at Scaleway. Find the details of each plan in the table below:
17+
18+
| Name | BASIC | ADVANCED | BUSINESS | ENTERPRISE |
19+
| --- | --- | --- | --- | --- |
20+
| Value | Free access to basic ticketing| Multi-channel support that ensures smooth experimentation and timely delivery of your ideas. Ideal for research and development projects. | Build reliable infrastructures with reactive and personalized support for your production environment. A pre-requisite for production workloads. | Build, maintain and scale your infrastructure with a dedicated team of cloud experts. |
21+
| Initial Response Time (IRT) | 8 hours | 2 hours | 30 minutes | 15 minutes |
22+
| Ticket | 24/7 | 24/7 | 24/7 | 24/7 |
23+
| Hotline | Not included | 7/7 9AM - 6PM | 24/7 | 24/7 |
24+
| Dedicated Premium Team | Not included | Not included | Not included | Included |
25+
| Technical Account Manager | Not included | Not included | Not included | Included |
26+
| Quarterly Technical Review | Not included | Not included | Not included | Included |
27+
| 1x architecture audit every 6 month | Not included | Not included | Not included | Included |
28+
| Certification Scaleway | Not included | Not included | 1 Scaleway certification included | 1 Scaleway certification included |
1629

1730

1831
## Support plans pricing
@@ -39,26 +52,28 @@ To better understand the pricing system for support plans, refer to the examples
3952

4053
#### Advanced plan
4154

42-
| Net spend | Calculated percentage (5% of net spend) | Price you pay (highest figure applies) |
43-
| :--------------------------: | :----------------: | :----------------: |
44-
|1000 | €50 | €50 |
45-
|500 | €25 | €50 |
46-
| €2000 | €100 | €100 |
55+
| Net spend | Fixed monthly fee | Calculated percentage (5% of net spend) | Price you pay (highest figure applies) |
56+
| :--------------------------: | :----------------: | :----------------: | :----------------: |
57+
|500 | €50 | €25 | €50 |
58+
|1000 | | €50 | €50 |
59+
| €2000 | |€100 | €100 |
4760

4861

4962
#### Business plan
5063

51-
| Net spend | Calculated percentage (10% of net spend) | Price you pay (highest figure applies) |
52-
| :--------------------------: | :----------------: | :----------------: |
53-
| €2000 | €200 | €250 |
54-
| €3000 | €300 | €300 |
55-
| €1500 | €150 | €250 |
64+
| Net spend | Fixed monthly fee | Calculated percentage (10% of net spend) | Price you pay (highest figure applies) |
65+
| :--------------------------: | :----------------: | :----------------: | :----------------: |
66+
| €1500 | €250 | €150 | €250 |
67+
| €2000 | | €200 | €250 |
68+
| €3000 | | €300 | €300 |
69+
5670

5771

5872
#### Enterprise plan
5973

60-
| Net spend | Calculated percentage (20% of net spend) | Price you pay (highest figure applies) |
61-
| :--------------------------: | :----------------: | :----------------: |
62-
| €5000 | €1000 | €1000 |
63-
| €10000 | €2000 | €2000 |
64-
| €4000 | €800 | €990 |
74+
| Net spend | Fixed monthly fee |Calculated percentage (20% of net spend) | Price you pay (highest figure applies) |
75+
| :--------------------------: | :----------------: |:----------------: | :----------------: |
76+
| €4000 | €990 | €800 | €990 |
77+
| €5000 | | €1000 | €1000 |
78+
| €10000 | | €2000 | €2000 |
79+

0 commit comments

Comments
 (0)