Skip to content

Commit ef0be97

Browse files
committed
fix(gen): remove remaining deprecated macros and update
1 parent 06fcd90 commit ef0be97

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
@@ -12,6 +12,7 @@ dates:
1212
categories:
1313
- XXXXX
1414
---
15+
import TroubleshootingTicket from '@macros/general/troubleshooting-ticket.mdx'
1516

1617
## Problem
1718

@@ -48,4 +49,4 @@ Provide links to documentation pages that may be useful if the issue has not bee
4849

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

51-
<Macro id="troubleshooting-ticket" />
52+
<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
@@ -10,6 +10,8 @@ category: identity-and-access-management
1010
productIcon: KmsProductIcon
1111
---
1212

13+
import Encryption from '@macros/key-manager/encryption.mdx'
14+
1315
## Why should you use Scaleway Key Manager?
1416

1517
Key Manager helps organizations achieve secure key management by handling low-level and error-prone cryptographic details for you.
@@ -32,7 +34,7 @@ Key Manager supports the three following cryptographic operations:
3234

3335
## Which algorithms and key usage does Key Manager support?
3436

35-
<Macro id="encryption" />
37+
<Encryption />
3638

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

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ import NetworkLoadBalancer from '@macros/network/load-balancer.mdx'
3131
import NetworkPublicGateways from '@macros/network/public-gateways.mdx'
3232
import StorageManagedDatabases from '@macros/storage/managed-databases.mdx'
3333
import StorageObjectStorage from '@macros/storage/object-storage.mdx'
34+
import AiManagedInference from '@macros/ai/ai-managed-inference.mdx'
35+
import AiGenerativeApis from '@macros/ai/ai-generative-apis.mdx'
3436

3537

3638
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.
@@ -177,7 +179,8 @@ At Scaleway, quotas are applicable per [Organization](/iam/concepts/#organizatio
177179

178180
## Managed Inference
179181

180-
<Macro id="ai-managed-inference" />
182+
<AiManagedInference />
183+
181184
Managed Inference Deployments are limited to a maximum number of nodes, depending on the node types provisioned.
182185

183186
<Message type="important">
@@ -191,7 +194,7 @@ Managed Inference Deployments are limited to a maximum number of nodes, dependin
191194

192195
## Generative APIs
193196

194-
<Macro id="ai-generative-apis" />
197+
<AiGenerativeApis />
195198

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

0 commit comments

Comments
 (0)