Skip to content

Commit 68efee0

Browse files
committed
fix(gen): remove remaining deprecated macros and update
1 parent 350fd85 commit 68efee0

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

docs/TROUBLESHOOTING_TEMPLATE.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dates:
99
categories:
1010
- XXXXX
1111
---
12+
import TroubleshootingTicket from '@macros/general/troubleshooting-ticket.mdx'
1213

1314
## Problem
1415

@@ -45,4 +46,4 @@ Provide links to documentation pages that may be useful if the issue has not bee
4546

4647
If required, add a paragraph containing elements to provide the support with when creating a support ticket.
4748

48-
<Macro id="troubleshooting-ticket" />
49+
<TroubleshootingTicket />

macros/ai/ai-generative-apis.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
macro: ai-generative-apis
3+
---
4+
5+
Generative APIs provide access to pre-configured serverless endpoints of the most popular AI models, hosted in European data centers and priced per 1M tokens used.

macros/ai/ai-managed-inference.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
macro: ai-managed-inference
3+
---
4+
5+
Effortlessly deploy AI models on a sovereign infrastructure, manage and scale inference with full data privacy. Start now with a simple interface for creating dedicated endpoints.

pages/key-manager/faq.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ dates:
66
productIcon: KmsProductIcon
77
---
88

9+
import Encryption from '@macros/key-manager/encryption.mdx'
10+
911
## Why should you use Scaleway Key Manager?
1012

1113
Key Manager helps organizations achieve secure key management by handling low-level and error-prone cryptographic details for you.
@@ -28,7 +30,7 @@ Key Manager supports the three following cryptographic operations:
2830

2931
## Which algorithms and key usage does Key Manager support?
3032

31-
<Macro id="encryption" />
33+
<Encryption />
3234

3335
Keys with a [key usage](/key-manager/concepts/#key-usage) set to `symmetric_encryption` are **used to encrypt and decrypt data**.
3436

pages/organizations-and-projects/additional-content/organization-quotas.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ import NetworkLoadBalancer from '@macros/network/load-balancer.mdx'
2727
import NetworkPublicGateways from '@macros/network/public-gateways.mdx'
2828
import StorageManagedDatabases from '@macros/storage/managed-databases.mdx'
2929
import StorageObjectStorage from '@macros/storage/object-storage.mdx'
30+
import AiManagedInference from '@macros/ai/ai-managed-inference.mdx'
31+
import AiGenerativeApis from '@macros/ai/ai-generative-apis.mdx'
3032

3133

3234
Every [Organization](/iam/concepts/#organization) has quotas, which are limits on the number of Scaleway resources they can use. Below is a list of quotas available for each resource.
@@ -173,7 +175,8 @@ At Scaleway, quotas are applicable per [Organization](/iam/concepts/#organizatio
173175

174176
## Managed Inference
175177

176-
<Macro id="ai-managed-inference" />
178+
<AiManagedInference />
179+
177180
Managed Inference Deployments are limited to a maximum number of nodes, depending on the node types provisioned.
178181

179182
<Message type="important">
@@ -187,7 +190,7 @@ Managed Inference Deployments are limited to a maximum number of nodes, dependin
187190

188191
## Generative APIs
189192

190-
<Macro id="ai-generative-apis" />
193+
<AiGenerativeApis />
191194

192195
Generative APIs are rate limited based on:
193196
- Tokens per minute (total input and output tokens)

0 commit comments

Comments
 (0)