Skip to content

Commit 308aa5b

Browse files
authored
fix(gen): correcting 404s (#3748)
1 parent 651289b commit 308aa5b

File tree

3 files changed

+5
-22
lines changed

3 files changed

+5
-22
lines changed

ai-data/generative-apis/api-cli/using-chat-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ If you have a use case requiring one of these unsupported parameters, please [co
8787

8888
<Message type="note">
8989
Go further with [Python code examples](/ai-data/generative-apis/how-to/query-text-models/#querying-text-models-via-api) to query text models using Scaleway's Chat API.
90-
</Message>
90+
</Message>

managed-services/data-lab/index.mdx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -36,26 +36,6 @@ meta:
3636
label="View How-tos"
3737
url="/managed-services/data-lab/how-to/"
3838
/>
39-
{/*
40-
<SummaryCard
41-
title="Additional content"
42-
icon="book-open-outline"
43-
description="Guides to help you configure advanced options of your Distributed Data Lab with advanced content."
44-
label="View additional content"
45-
url="/managed-services/data-lab/reference-content/"
46-
/>
47-
*/}
48-
</Grid>
49-
50-
{/*
51-
<ClickableBanner
52-
productLogo="cli"
53-
title="Distributed Data Lab API"
54-
description="Learn how to create and manage your Distributed Data Lab through the API."
55-
url="https://www.scaleway.com/en/developers/api/data-lab/"
56-
label="Go to Distributed Data Lab API"
57-
/>
58-
*/}
5939

6040
## Changelog
6141

storage/object/api-cli/manage-bucket-permissions-ip.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ tags: object storage bucket ip permission
99
dates:
1010
validation: 2024-07-03
1111
posted: 2021-05-18
12+
categories:
13+
- storage
14+
- object-storage
1215
---
1316

1417
You can stipulate which IP addresses or IP ranges have access or permission to perform S3 operations on your buckets by creating a [bucket policy](/storage/object/api-cli/bucket-policy/) with the `IpAddress` or `NotIpAddress` conditions.
@@ -119,4 +122,4 @@ Or the `Deny` effect paired with the `IpAddress` condition:
119122

120123
<Message type="note">
121124
Bucket policies use a JSON-based access policy language. Refer to the [dedicated documentation](/storage/object/api-cli/bucket-policy/) on bucket policies syntax for more information.
122-
</Message>
125+
</Message>

0 commit comments

Comments
 (0)