-
Notifications
You must be signed in to change notification settings - Fork 258
feat(doc): add troubleshooting hub page #4560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
c3b12bf
feat(doc): add support hub
SamyOubouaziz c129eb7
feat(doc): update
SamyOubouaziz 30c9493
feat(gen): update
SamyOubouaziz 6852683
feat(gen): update
SamyOubouaziz 387544a
feat(gen): update
SamyOubouaziz a8fdff6
feat(gen): update
SamyOubouaziz 8e50921
feat(gen): update
SamyOubouaziz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,225 @@ | ||
| --- | ||
| 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. | ||
| --- | ||
|
|
||
| <ProductHeader | ||
| productName="Troubleshooting Hub" | ||
| productLogo="generic" | ||
| description="Browse the troubleshooting hub to find information, assistance, and solutions related to Scaleway products and services" | ||
bene2k1 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| /> | ||
|
|
||
| <Grid> | ||
| <DefaultCard | ||
| title="Scaleway billing" | ||
| description="Understand how Scaleway resources are billed." | ||
| url="/billing/" | ||
| label="See more" | ||
| /> | ||
| <DefaultCard | ||
| title="Product Quotas" | ||
| description="Discover how quotas work." | ||
| url="/organizations-and-projects/additional-content/organization-quotas/" | ||
| label="See more" | ||
| /> | ||
| <DefaultCard | ||
| title="IAM Permissions" | ||
| description="Become an IAM expert." | ||
| url="/iam/reference-content/permission-sets/" | ||
| label="See more" | ||
| /> | ||
| </Grid> | ||
| <Grid> | ||
| <DefaultCard | ||
| title="Ask AI" | ||
| description="Ask your questions to our AI chatbot." | ||
| url="/ai-search/" | ||
| label="See more" | ||
| /> | ||
| <DefaultCard | ||
| title="Request a feature" | ||
| description="Request a new feature for a product." | ||
| url="https://feature-request.scaleway.com/" | ||
| label="See more" | ||
| /> | ||
| <DefaultCard | ||
| title="See services status" | ||
| description="See the current state of Scaleway services" | ||
jcirinosclwy marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| url="https://status.scaleway.com/" | ||
| label="See more" | ||
| /> | ||
| </Grid> | ||
|
|
||
| ## Most viewed pages | ||
|
|
||
| <table> | ||
| <tr> | ||
| <td> | ||
| - [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]() | ||
| </td> | ||
| <td> | ||
| - [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]() | ||
| </td> | ||
| </tr> | ||
| </table> | ||
|
|
||
| ## Browse troubleshooting pages by product | ||
|
|
||
| <Grid> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="accountExperience" | ||
| url="/account/troubleshooting/" | ||
| label="Account" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="accountBilling" | ||
| url="/billing/troubleshooting/" | ||
| label="Billing" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="auditTrail" | ||
| url="/audit-trail/troubleshooting/" | ||
| label="Audit Trail" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="iam" | ||
| url="/iam/troubleshooting/" | ||
| label="Identity & Access Management" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="cockpit" | ||
| url="/storage/troubleshooting/" | ||
| label="Cockpit" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="generativeApi" | ||
| url="/generative-apis/troubleshooting/" | ||
| label="Generative APIs" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="appleSilicon" | ||
| url="/apple-silicon/troubleshooting/" | ||
| label="Apple silicon" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="elasticMetal" | ||
| url="/elastic-metal/troubleshooting/" | ||
| label="Elastic Metal" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="instance" | ||
| url="/instances/troubleshooting/" | ||
| label="Instances" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="instance" | ||
| url="/gpu/troubleshooting/" | ||
| label="Instances" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="containerRegistry" | ||
| url="/container-registry/troubleshooting/" | ||
| label="Container Registry" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="k8sKapsule" | ||
| url="/kubernetes/troubleshooting/" | ||
| label="Kubernetes" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="managedDatabase" | ||
| url="/managed-databases-for-postgresql-and-mysql/troubleshooting/" | ||
| label="Managed Database for PostgreSQL and MySQL" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="distributedDataLab" | ||
| url="/data-lab/troubleshooting/" | ||
| label="Distributed Data Lab" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="transactionalEmail" | ||
| url="/transactional-email/troubleshooting/" | ||
| label="Transactional Email" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="domainsAndDns" | ||
| url="/domains-and-dns/troubleshooting/" | ||
| label="Domains and DNS" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="loadBalancers" | ||
| url="/load-balancer/troubleshooting/" | ||
| label="Load Balancer" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="publicGateway" | ||
| url="/public-gateways/troubleshooting/" | ||
| label="Public Gateways" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="vpc" | ||
| url="/vpc/troubleshooting/" | ||
| label="VPC" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="containers" | ||
| url="/serverless-containers/troubleshooting/" | ||
| label="Serverless Containers" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="serverlessJob" | ||
| url="/serverless-jobs/troubleshooting/" | ||
| label="Serverless Jobs" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="functions" | ||
| url="/serverless-functions/troubleshooting/" | ||
| label="Serverless Functions" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="serverlessDB" | ||
| url="/serverless-sql-databases/troubleshooting/" | ||
| label="Serverless SQL Databases" | ||
| /> | ||
|
|
||
| <ProductCardIllustration | ||
| productLogo="objectStorage" | ||
| url="/object-storage/troubleshooting/" | ||
| label="Object Storage" | ||
| /> | ||
|
|
||
| </Grid> | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.