From c3b12bf654803d04914d3830a034e168ce9eee07 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Wed, 5 Mar 2025 11:21:00 +0100 Subject: [PATCH 1/7] feat(doc): add support hub --- blocks/mainLinks.json | 6 + support-hub/index.mdx | 306 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 312 insertions(+) create mode 100644 support-hub/index.mdx diff --git a/blocks/mainLinks.json b/blocks/mainLinks.json index 6b013d46cf..0307ecff80 100644 --- a/blocks/mainLinks.json +++ b/blocks/mainLinks.json @@ -12,6 +12,12 @@ "package": "docs", "to": "/tutorials/" }, + { + "icon": "documentation", + "label": "Support Hub", + "package": "docs", + "to": "/../support-hub/" + }, { "icon": "documentation", "label": "FAQs", diff --git a/support-hub/index.mdx b/support-hub/index.mdx new file mode 100644 index 0000000000..2687ba2987 --- /dev/null +++ b/support-hub/index.mdx @@ -0,0 +1,306 @@ +--- +meta: + title: Support Hub + description: Find information, assistance, and solutions related to Scaleway products and services. +content: + h1: + paragraph: Find information, assistance, and solutions related to Scaleway products and services. +--- + + + + + + + + + + + + + + +## Most viewed pages + + + + + + + +
+ - [My account has been locked]() + - [I can't connect to my instance using SSH]() + - [I can't connect to my Mac Mini using VNC]() + - [How to add a payment method]() + - [How to rename an Organization]() + + - [How to delete an account]() + - [How to validate your identity]() + - [My API key does not work with Object Storage]() + - [I need help installing NVIDIA drivers on Ubuntu 22.04]() + - [I am not allowed to perform actions on resources]() +
+ +## Browse troubleshooting pages by product + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From c129eb73474fc7791421426cad25abe3dd73e180 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Thu, 6 Mar 2025 16:20:35 +0100 Subject: [PATCH 2/7] feat(doc): update --- blocks/mainLinks.json | 2 +- pages/troubleshooting/index.mdx | 306 ++++++++++++++++++++++++++++++++ 2 files changed, 307 insertions(+), 1 deletion(-) create mode 100644 pages/troubleshooting/index.mdx diff --git a/blocks/mainLinks.json b/blocks/mainLinks.json index 0307ecff80..91c922747c 100644 --- a/blocks/mainLinks.json +++ b/blocks/mainLinks.json @@ -16,7 +16,7 @@ "icon": "documentation", "label": "Support Hub", "package": "docs", - "to": "/../support-hub/" + "to": "/pages/troubleshooting/" }, { "icon": "documentation", diff --git a/pages/troubleshooting/index.mdx b/pages/troubleshooting/index.mdx new file mode 100644 index 0000000000..adf92d1357 --- /dev/null +++ b/pages/troubleshooting/index.mdx @@ -0,0 +1,306 @@ +--- +meta: + title: Support Hub + description: Find information, assistance, and solutions related to Scaleway products and services. +content: + h1: + paragraph: Find information, assistance, and solutions related to Scaleway products and services. +--- + + + + + + + + + + + + + + +## Most viewed pages + + + + + + + +
+ - [My account has been locked]() + - [I can't connect to my instance using SSH]() + - [I can't connect to my Mac Mini using VNC]() + - [How to add a payment method]() + - [How to rename an Organization]() + + - [How to delete an account]() + - [How to validate your identity]() + - [My API key does not work with Object Storage]() + - [I need help installing NVIDIA drivers on Ubuntu 22.04]() + - [I am not allowed to perform actions on resources]() +
+ +## Browse troubleshooting pages by product + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 30c9493bde951cee60c374c86fc83bbeb4ab9c3a Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Tue, 18 Mar 2025 16:50:31 +0100 Subject: [PATCH 3/7] feat(gen): update --- blocks/mainLinks.json | 4 +- pages/troubleshooting/index.mdx | 306 ------------------------------- pages/troubleshootingg/index.mdx | 284 ++++++++++++++++++++++++++++ support-hub/index.mdx | 306 ------------------------------- 4 files changed, 286 insertions(+), 614 deletions(-) delete mode 100644 pages/troubleshooting/index.mdx create mode 100644 pages/troubleshootingg/index.mdx delete mode 100644 support-hub/index.mdx diff --git a/blocks/mainLinks.json b/blocks/mainLinks.json index 91c922747c..c9e97e3f2f 100644 --- a/blocks/mainLinks.json +++ b/blocks/mainLinks.json @@ -14,9 +14,9 @@ }, { "icon": "documentation", - "label": "Support Hub", + "label": "Troubleshooting Hub", "package": "docs", - "to": "/pages/troubleshooting/" + "to": "/pages/troubleshootingg/" }, { "icon": "documentation", diff --git a/pages/troubleshooting/index.mdx b/pages/troubleshooting/index.mdx deleted file mode 100644 index adf92d1357..0000000000 --- a/pages/troubleshooting/index.mdx +++ /dev/null @@ -1,306 +0,0 @@ ---- -meta: - title: Support Hub - description: Find information, assistance, and solutions related to Scaleway products and services. -content: - h1: - paragraph: Find information, assistance, and solutions related to Scaleway products and services. ---- - - - - - - - - - - - - - - -## Most viewed pages - - - - - - - -
- - [My account has been locked]() - - [I can't connect to my instance using SSH]() - - [I can't connect to my Mac Mini using VNC]() - - [How to add a payment method]() - - [How to rename an Organization]() - - - [How to delete an account]() - - [How to validate your identity]() - - [My API key does not work with Object Storage]() - - [I need help installing NVIDIA drivers on Ubuntu 22.04]() - - [I am not allowed to perform actions on resources]() -
- -## Browse troubleshooting pages by product - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/pages/troubleshootingg/index.mdx b/pages/troubleshootingg/index.mdx new file mode 100644 index 0000000000..6c9b61bc48 --- /dev/null +++ b/pages/troubleshootingg/index.mdx @@ -0,0 +1,284 @@ +--- +meta: + title: Troubleshooting Hub + description: Find information, assistance, and solutions related to Scaleway products and services. +content: + paragraph: Find information, assistance, and solutions related to Scaleway products and services. +--- + + + + + + + + + + + + + + +## Most viewed pages + + + + + + +
+ - [My account has been locked]() + - [I can't connect to my instance using SSH]() + - [I can't connect to my Mac Mini using VNC]() + - [How to add a payment method]() + - [How to rename an Organization]() + + - [How to delete an account]() + - [How to validate your identity]() + - [My API key does not work with Object Storage]() + - [I need help installing NVIDIA drivers on Ubuntu 22.04]() + - [I am not allowed to perform actions on resources]() +
+ +## Browse troubleshooting pages by product + +### Account & Billing FAQs + + + + + + + + + +### Security & Identity FAQs + + + + + + + + + +### AI & Data FAQs + + + + + + + +### Bare Metal FAQs + + + + + + + + + +### Compute FAQs + + + + + + + + +### Containers FAQs + + + + + + + + + +### Managed Databases FAQs + + + + + + + +### Managed Services FAQs + + + + + + + + + +### Network FAQs + + + + + + + + + + + + + +### Serverless FAQs + + + + + + + + + + + + + +### Storage FAQs + + + + + + \ No newline at end of file diff --git a/support-hub/index.mdx b/support-hub/index.mdx deleted file mode 100644 index 2687ba2987..0000000000 --- a/support-hub/index.mdx +++ /dev/null @@ -1,306 +0,0 @@ ---- -meta: - title: Support Hub - description: Find information, assistance, and solutions related to Scaleway products and services. -content: - h1: - paragraph: Find information, assistance, and solutions related to Scaleway products and services. ---- - - - - - - - - - - - - - - -## Most viewed pages - - - - - - - -
- - [My account has been locked]() - - [I can't connect to my instance using SSH]() - - [I can't connect to my Mac Mini using VNC]() - - [How to add a payment method]() - - [How to rename an Organization]() - - - [How to delete an account]() - - [How to validate your identity]() - - [My API key does not work with Object Storage]() - - [I need help installing NVIDIA drivers on Ubuntu 22.04]() - - [I am not allowed to perform actions on resources]() -
- -## Browse troubleshooting pages by product - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From 6852683253462d86c97dfe86aa6b95f73c5e62da Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Tue, 18 Mar 2025 17:26:13 +0100 Subject: [PATCH 4/7] feat(gen): update --- blocks/mainLinks.json | 4 +- .../index.mdx | 59 ------------------- 2 files changed, 2 insertions(+), 61 deletions(-) rename pages/{troubleshootingg => troubleshooting}/index.mdx (92%) diff --git a/blocks/mainLinks.json b/blocks/mainLinks.json index c9e97e3f2f..fc89749bd8 100644 --- a/blocks/mainLinks.json +++ b/blocks/mainLinks.json @@ -13,10 +13,10 @@ "to": "/tutorials/" }, { - "icon": "documentation", + "icon": "billing", "label": "Troubleshooting Hub", "package": "docs", - "to": "/pages/troubleshootingg/" + "to": "/troubleshooting/" }, { "icon": "documentation", diff --git a/pages/troubleshootingg/index.mdx b/pages/troubleshooting/index.mdx similarity index 92% rename from pages/troubleshootingg/index.mdx rename to pages/troubleshooting/index.mdx index 6c9b61bc48..b3ea502f73 100644 --- a/pages/troubleshootingg/index.mdx +++ b/pages/troubleshooting/index.mdx @@ -76,8 +76,6 @@ content: ## Browse troubleshooting pages by product -### Account & Billing FAQs - - - -### Security & Identity FAQs - - - - -### AI & Data FAQs - - - - -### Bare Metal FAQs - - - - - -### Compute FAQs - - - - -### Containers FAQs - - - - - -### Managed Databases FAQs - - - - - -### Managed Services FAQs - - - - - -### Network FAQs - - - - - -### Serverless FAQs - - - - - -### Storage FAQs - - - Date: Tue, 18 Mar 2025 17:35:56 +0100 Subject: [PATCH 5/7] feat(gen): update --- pages/troubleshooting/index.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/troubleshooting/index.mdx b/pages/troubleshooting/index.mdx index b3ea502f73..4287bdfb67 100644 --- a/pages/troubleshooting/index.mdx +++ b/pages/troubleshooting/index.mdx @@ -16,19 +16,19 @@ content: @@ -36,19 +36,19 @@ content: From a8fdff6722e31bda88a94b34db0d0c41f803a1fe Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Tue, 18 Mar 2025 17:46:13 +0100 Subject: [PATCH 6/7] feat(gen): update --- pages/troubleshooting/index.mdx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pages/troubleshooting/index.mdx b/pages/troubleshooting/index.mdx index 4287bdfb67..5605cbe433 100644 --- a/pages/troubleshooting/index.mdx +++ b/pages/troubleshooting/index.mdx @@ -58,18 +58,18 @@ content:
- - [My account has been locked]() - - [I can't connect to my instance using SSH]() - - [I can't connect to my Mac Mini using VNC]() - - [How to add a payment method]() + - [My account has been locked](/faq/account/#my-account-is-locked-what-do-i-do) + - [I can't connect to my instance using SSH](/instances/troubleshooting/cant-connect-ssh/#warning-remote-host-identification-has-changed) + - [I can't connect to my Mac Mini using VNC](/apple-silicon/troubleshooting/cant-connect-using-vnc/) + - [How to add a payment method](/billing/how-to/add-payment-method/) - [How to rename an Organization]() - - [How to delete an account]() - - [How to validate your identity]() - - [My API key does not work with Object Storage]() - - [I need help installing NVIDIA drivers on Ubuntu 22.04]() - - [I am not allowed to perform actions on resources]() + - [How to delete an account](/account/how-to/close-account/) + - [How to verify your identity](/account/how-to/verify-identity/) + - [My API key does not work with Object Storage](/object-storage/troubleshooting/api-key-does-not-work/) + - [I need help installing NVIDIA drivers on Ubuntu 22.04](/gpu/troubleshooting/install-nvidia-drivers-ubuntu/) + - [I am not allowed to perform actions on resources](/iam/troubleshooting/cannot-use-resources/)
From 8e509213b6834f1f31fad9d5c289f24d8fe5dce7 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Tue, 18 Mar 2025 17:49:04 +0100 Subject: [PATCH 7/7] feat(gen): update --- pages/troubleshooting/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/troubleshooting/index.mdx b/pages/troubleshooting/index.mdx index 5605cbe433..db214bf3e4 100644 --- a/pages/troubleshooting/index.mdx +++ b/pages/troubleshooting/index.mdx @@ -135,7 +135,7 @@ content: