Skip to content

Commit 92dba8d

Browse files
authored
Merge branch 'main' into fix-genapi-zed
2 parents 0c2caf7 + 3a2322f commit 92dba8d

File tree

8 files changed

+125
-15
lines changed

8 files changed

+125
-15
lines changed

docs/TROUBLESHOOTING_TEMPLATE.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ Provide links to documentation pages that may be useful if the issue has not bee
4848

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

51-
<Macro id="troubleshooting-ticket">
51+
<Macro id="troubleshooting-ticket" />

menu/navigation.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3554,12 +3554,6 @@
35543554
"slug": "reference-content"
35553555
},
35563556
{
3557-
"items": [
3558-
{
3559-
"label": "I cannot transfer my domain",
3560-
"slug": "cannot-transfer-domain"
3561-
}
3562-
],
35633557
"label": "Troubleshooting",
35643558
"slug": "troubleshooting"
35653559
}

pages/components/docs-editor.mdx

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,43 @@ Example using `DefaultCard` in `Grid` wrapper.
272272

273273
---
274274

275+
## LinksList
276+
277+
278+
🧩 &nbsp;This component uses a **Tag** style.
279+
280+
⚠️ Use a `native markdown list` in `LinksList` component for each `LinkList`
281+
282+
283+
**Code example:**
284+
285+
```jsx
286+
<LinksList>
287+
- <LinkList to="/path-to-page/" label="My secrets and variables are not injected properly in my functions" />
288+
- <LinkList to="/path-to-page/" label="My function falls after trying too many times" />
289+
- <LinkList to="/path-to-page/" label="My function is an error state" />
290+
- <LinkList to="/path-to-page/" label="Tests fail on Serverless Functions" />
291+
- <LinkList to="/path-to-page/" label="Unable to find the function handler" />
292+
- <LinkList to="/path-to-page/" label="I am unable to create a Serverless Functions namespace" />
293+
- <LinkList to="/path-to-page/" label="I am experiencing timeout errors" />
294+
</LinksList>
295+
```
296+
**Render:**
297+
298+
## Example link list
299+
<LinksList>
300+
- <LinkList to="/path-to-page/" label="My secrets and variables are not injected properly in my functions" />
301+
- <LinkList to="/path-to-page/" label="My function falls after trying too many times" />
302+
- <LinkList to="/path-to-page/" label="My function is an error state" />
303+
- <LinkList to="/path-to-page/" label="Tests fail on Serverless Functions" />
304+
- <LinkList to="/path-to-page/" label="Unable to find the function handler" />
305+
- <LinkList to="/path-to-page/" label="I am unable to create a Serverless Functions namespace" />
306+
- <LinkList to="/path-to-page/" label="I am experiencing timeout errors" />
307+
</LinksList>
308+
309+
---
310+
311+
275312
## Log (Changelog)
276313

277314
🧩 &nbsp;This functionnality uses **MDX** files.

pages/domains-and-dns/how-to/transfer-external-domain.mdx

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ content:
77
paragraph: Learn how to transfer an external domain to Scaleway with our comprehensive guide. Discover step-by-step instructions, from verifying domain availability to initiating the transfer, and managing authorizations.
88
tags: external-domain domain dns
99
dates:
10-
validation: 2024-09-30
10+
validation: 2025-03-17
1111
posted: 2022-03-01
1212
categories:
1313
- network
1414
---
1515

16+
This page shows you how to transfer domains to Scaleway Domains and DNS.
17+
1618
<Macro id="requirements" />
1719

1820
- A Scaleway account logged into the [console](https://console.scaleway.com)
@@ -21,10 +23,14 @@ categories:
2123
- External domains to transfer
2224
- Requested the authorization code to transfer your domain from your registrar
2325

24-
## How to transfer .fr and .be domains
26+
<Message type="important">
27+
Scaleway does not support the `.be` TLD. Refer to the [list of TLDs supported by Scaleway](https://www.scaleway.com/en/domains-name/) or manually check that the TLD exists by following the 4 first steps documented in the [How to register an internal domain documentation](/domains-and-dns/how-to/register-internal-domain/). If the TLD you want to transfer is not displayed in the list of available domains, Scaleway does not support it.
28+
</Message>
29+
30+
## How to transfer .fr domains
2531

2632
1. Click **Domains and DNS** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. The Domains and DNS dashboard displays.
27-
2. Click ** + Register new domain**.
33+
2. Click **+ Register new domain**.
2834
<Lightbox src="scaleway-register_new_domain.webp" alt="" />
2935
3. Enter the domain name you wish to transfer in the box and click the search icon to verify that the domain is available. A selection of available domains displays.
3036
4. Click **Transfer** next to the domain you wish to transfer. A screen displays to help you prepare your transfer.
@@ -65,3 +71,6 @@ categories:
6571
9. Click **Transfer domain**. Once your domain transfer is approved, your domain will display in your **Internal domains** tab.
6672

6773

74+
## Going further
75+
76+
If you experience issues transferring your domain, check our [troubleshooting documentation](/domains-and-dns/troubleshooting/cannot-transfer-domain/) on the subject.

pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ The following table compares AI tools and libraries supported by Scaleway's Gene
2222
| [OpenAI client](#openai-client-libraries) | Popular AI library for natural language processing | Text generation, language translation, text summarization | Low |
2323
| [LangChain](#langchain-rag-and-llm-applications) | Library for building AI applications leveraging RAG | Inference, embeddings, document indexing and retrieval | Medium |
2424
| [LlamaIndex](#llamaindex-advanced-rag-applications) | Library for building advanced AI RAG applications | Knowledge graph building, document retrieval, data indexing | Medium |
25-
| [Continue Dev](#continue-dev-ai-coding-assistance) | IDE Extension for AI-powered coding assistance | Code completion, code review | Low |
25+
| [Continue Dev](#continue-dev-ai-coding-assistance) | IDE extension for AI-powered coding assistance | Code completion, code review | Low |
2626
| [Zed AI](#zed-ai-coding-assistance) | IDE including AI-powered coding assistance | Code completion, code review | Low |
2727
| [Chatbox AI](#chatbox-ai) | Desktop client for generative APIs, available on Windows, Mac, Linux | AI copilot for documents, images, or code| Low |
28+
| [Open Web UI](#open-webui) | User interface for chatbot applications | Creating web chatbot interfaces, RAG agents | Low |
2829
| [cURL/Python](#custom-http-integrations) | Direct HTTP API calls for custom integrations | Custom applications, data processing | High |
2930

3031
<Message type="note">
@@ -195,6 +196,13 @@ Chatbox AI is a powerful AI client and smart assistant, compatible with Scaleway
195196
Refer to our dedicated documentation for [installing and configuring Chatbox AI with Generative APIs](/tutorials/configure-chatboxai-with-generative-apis/)
196197
</Message>
197198

199+
## Open WebUI
200+
201+
Open WebUI is an open-source, self-hosted user interface designed for interacting with large language models (LLMs) through a browser. It offers an intuitive chat-based experience, similar to ChatGPT, making it simple to work with AI models locally or through API integrations. Fully compatible with Scaleway’s Generative APIs, Open WebUI enables users to deploy and manage an AI chat application with little effort.
202+
<Message type="tip">
203+
Follow our guide on [installing and configuring Open WebUI with Generative APIs](/tutorials/deploy-openwebui-with-generative-apis/) to get started.
204+
</Message>
205+
198206
## Custom HTTP integrations
199207

200208
You can interact with Scaleway's Generative APIs directly using any HTTP client.

pages/partner-space/quickstart.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ categories:
1414
---
1515

1616
The Partner Space is a dedicated section of the Scaleway console allowing partners to manage Scaleway Organizations for their clients.
17+
18+
## Console overview
19+
Discover the Partner Space interface in the Scaleway console.
20+
<GuideFlow src="https://app.guideflow.com/embed/gky99ezs4p"/>
21+
1722
<Macro id="requirements" />
1823

1924
- A Scaleway account logged in to the [console](https://console.scaleway.com)

pages/serverless-containers/troubleshooting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ categories:
6767
- [I am unable to deploy my image](/serverless-containers/troubleshooting/cannot-deploy-image/)
6868
- [My secrets and variables are not injected properly in my container](/serverless-containers/troubleshooting/cannot-inject-secret-variable/)
6969
- [I cannot retrieve an external image for my container](/serverless-containers/troubleshooting/cannot-retrieve-external-image/)
70-
[My container stopped working after a redeploy](/- serverless-containers/troubleshooting/container-stopped-after-redeploy/)
70+
- [My container stopped working after a redeploy](/serverless-containers/troubleshooting/container-stopped-after-redeploy/)
7171
- [Tests fail on Serverless Containers](/serverless-containers/troubleshooting/tests-fail-on-container/)
Lines changed: 60 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,65 @@
11
---
22
meta:
33
title: Web Hosting - Troubleshooting
4-
description: Troubleshoot common issues with Scaleway Web Hosting.
4+
description: Find troubleshooting resources for resolving issues with Web Hosting.
55
content:
6-
h1: Web Hosting - Troubleshooting
7-
paragraph: Troubleshoot common issues with Scaleway Web Hosting.
6+
paragraph: Find troubleshooting resources for resolving issues with Web Hosting.
7+
dates:
8+
posted: 2025-03-18
9+
categories:
10+
- webhosting
811
---
12+
13+
<ProductHeader
14+
productName="Web Hosting Troubleshooting"
15+
productLogo="webHosting"
16+
description="Learn how to fix common issues with Web Hosting on Scaleway."
17+
/>
18+
19+
## Featured pages
20+
21+
<Grid>
22+
<DefaultCard
23+
title="Troubleshooting email or website access issues"
24+
description="This page helps you troubleshoot email or website issues in Web Hosting."
25+
url="/webhosting/troubleshooting/cant-access-website-mail/"
26+
label="See more"
27+
/>
28+
<DefaultCard
29+
title="Troubleshooting FTP access issues"
30+
description="This page helps you troubleshoot FTP access issues in Web Hosting."
31+
url="/webhosting/troubleshooting/cant-connect-ftp/"
32+
label="See more"
33+
/>
34+
<DefaultCard
35+
title="Troubleshooting DNS issues"
36+
description="This page helps you troubleshoot DNS issues in Web Hosting."
37+
url="/webhosting/troubleshooting/troubleshooting-dns-issues/"
38+
label="See more"
39+
/>
40+
</Grid>
41+
<Grid>
42+
<DefaultCard
43+
title="Troubleshooting cPanel or Plesk access issues"
44+
description="This page helps you troubleshoot cPanel or Plesk access issues in Web Hosting."
45+
url="/webhosting/troubleshooting/troubleshooting-access-issues-cpanel-plesk/"
46+
label="See more"
47+
/>
48+
<DefaultCard
49+
title="Troubleshooting email delivery issues"
50+
description="This page helps you troubleshoot email delivery issues in Web Hosting."
51+
url="/webhosting/troubleshooting/troubleshooting-email/"
52+
label="See more"
53+
/>
54+
</Grid>
55+
56+
57+
## Web Hosting troubleshooting pages
58+
59+
- [Troubleshooting email or website access issues](/webhosting/troubleshooting/cant-access-website-mail/)
60+
- [Troubleshooting FTP access issues](/webhosting/troubleshooting/cant-connect-ftp/)
61+
- [Troubleshooting DNS issues](/webhosting/troubleshooting/troubleshooting-dns-issues/)
62+
- [Troubleshooting cPanel or Plesk access issues](/webhosting/troubleshooting/troubleshooting-access-issues-cpanel-plesk/)
63+
- [Troubleshooting email delivery issues](/webhosting/troubleshooting/troubleshooting-email/)
64+
65+

0 commit comments

Comments
 (0)