From 448e723da16841fcc6c9e4f4113a7416dc3f9666 Mon Sep 17 00:00:00 2001 From: jsudraud Date: Fri, 30 May 2025 14:57:19 +0200 Subject: [PATCH 1/5] feat(docs): guideflow hub --- blocks/mainLinks.json | 6 ++++ pages/guided-tours/index.mdx | 55 ++++++++++++++++++++++++++++++++++++ pages/index.mdx | 8 ++++++ 3 files changed, 69 insertions(+) create mode 100644 pages/guided-tours/index.mdx diff --git a/blocks/mainLinks.json b/blocks/mainLinks.json index fc89749bd8..165b75c37c 100644 --- a/blocks/mainLinks.json +++ b/blocks/mainLinks.json @@ -18,6 +18,12 @@ "package": "docs", "to": "/troubleshooting/" }, + { + "icon": "documentation", + "label": "Guided Tours", + "package": "docs", + "to": "/guided-tours/" + }, { "icon": "documentation", "label": "FAQs", diff --git a/pages/guided-tours/index.mdx b/pages/guided-tours/index.mdx new file mode 100644 index 0000000000..9d26822fd7 --- /dev/null +++ b/pages/guided-tours/index.mdx @@ -0,0 +1,55 @@ +--- +meta: + title: Guided Tours + description: Learn how to navigate the console and create your first resources. +content: + paragraph: Learn how to navigate the console and create your first resources. + + + +## Getting started + + + + + + + + +## Browse all guided tours + + + + + + +
+ - [Partner Space: console overview](/partner-space/quickstart/#console-overview) + - [Billing Space: console overview](/billing/quickstart/) + - [Container Registry: console overview](/container-registry/quickstart/#console-overview) + - [PostgreSQL and MySQL: console overview](/managed-databases-for-postgresql-and-mysql/quickstart/#console-overview) + + - [How to purchase a savings plan](/billing/how-to/purchase-savings-plan/#purchasing-a-savings-plan) + - [How to add a credit card](/billing/how-to/add-payment-method/#how-to-add-a-credit-card) + - [How to log in as an IAM Member](/iam/how-to/log-in-as-a-member/) + - [How to grant access to the Partner Space](/partner-space/how-to/grant-access-to-partner-space/) +
\ No newline at end of file diff --git a/pages/index.mdx b/pages/index.mdx index f019940e31..570cc1bde2 100644 --- a/pages/index.mdx +++ b/pages/index.mdx @@ -78,6 +78,14 @@ meta: /> + + ## Changelog Date: Fri, 30 May 2025 15:06:42 +0200 Subject: [PATCH 2/5] fix meta error --- pages/guided-tours/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/guided-tours/index.mdx b/pages/guided-tours/index.mdx index 9d26822fd7..2442bdcd4f 100644 --- a/pages/guided-tours/index.mdx +++ b/pages/guided-tours/index.mdx @@ -10,6 +10,7 @@ content: productLogo="generic" description="Learn how to navigate the console and create your first resources with our guided tours." /> +--- ## Getting started From ee18bb58540b0a6c763f0b2abe9d487a3c78714b Mon Sep 17 00:00:00 2001 From: jsudraud Date: Mon, 2 Jun 2025 10:35:17 +0200 Subject: [PATCH 3/5] fix frontmatter --- pages/guided-tours/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/guided-tours/index.mdx b/pages/guided-tours/index.mdx index 2442bdcd4f..306cc17a4f 100644 --- a/pages/guided-tours/index.mdx +++ b/pages/guided-tours/index.mdx @@ -4,13 +4,13 @@ meta: description: Learn how to navigate the console and create your first resources. content: paragraph: Learn how to navigate the console and create your first resources. +--- ---- ## Getting started From bc7beebfe87c69fbf41f8435c345b6194e66a4be Mon Sep 17 00:00:00 2001 From: jsudraud Date: Mon, 2 Jun 2025 12:08:42 +0200 Subject: [PATCH 4/5] wording --- pages/guided-tours/index.mdx | 3 --- pages/index.mdx | 22 ++++++++++++---------- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/pages/guided-tours/index.mdx b/pages/guided-tours/index.mdx index 306cc17a4f..73ab7c790c 100644 --- a/pages/guided-tours/index.mdx +++ b/pages/guided-tours/index.mdx @@ -17,19 +17,16 @@ content: diff --git a/pages/index.mdx b/pages/index.mdx index 570cc1bde2..ac4101ede0 100644 --- a/pages/index.mdx +++ b/pages/index.mdx @@ -46,11 +46,11 @@ meta:
## Tutorials @@ -78,12 +78,14 @@ meta: />
- ## Changelog From 625b7deb503d511cbfc289a9f3bfbfe426c82ad4 Mon Sep 17 00:00:00 2001 From: jsudraud Date: Mon, 9 Jun 2025 14:32:20 +0200 Subject: [PATCH 5/5] wording --- blocks/mainLinks.json | 6 +++--- pages/{guided-tours => demos}/index.mdx | 18 +++++++++--------- pages/index.mdx | 8 ++++---- 3 files changed, 16 insertions(+), 16 deletions(-) rename pages/{guided-tours => demos}/index.mdx (70%) diff --git a/blocks/mainLinks.json b/blocks/mainLinks.json index 165b75c37c..f0c64d30f8 100644 --- a/blocks/mainLinks.json +++ b/blocks/mainLinks.json @@ -19,10 +19,10 @@ "to": "/troubleshooting/" }, { - "icon": "documentation", - "label": "Guided Tours", + "icon": "billing", + "label": "Interactive Demos", "package": "docs", - "to": "/guided-tours/" + "to": "/demos/" }, { "icon": "documentation", diff --git a/pages/guided-tours/index.mdx b/pages/demos/index.mdx similarity index 70% rename from pages/guided-tours/index.mdx rename to pages/demos/index.mdx index 73ab7c790c..c68fe1e631 100644 --- a/pages/guided-tours/index.mdx +++ b/pages/demos/index.mdx @@ -1,15 +1,15 @@ --- meta: - title: Guided Tours - description: Learn how to navigate the console and create your first resources. + title: Interactive demos + description: Explore our interactive step-by-step demos to learn how to use the Scaleway console and products. content: - paragraph: Learn how to navigate the console and create your first resources. + paragraph: Explore our interactive step-by-step demos to learn how to use the Scaleway console and products. --- ## Getting started @@ -18,22 +18,22 @@ content: -## Browse all guided tours +## Browse all demos diff --git a/pages/index.mdx b/pages/index.mdx index ac4101ede0..f3ef7ef74e 100644 --- a/pages/index.mdx +++ b/pages/index.mdx @@ -47,10 +47,10 @@ meta: ## Tutorials