From dc15c2068173530f1f7e4162e4f64e423f3512f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romaric=20Philog=C3=A8ne?= Date: Thu, 16 May 2024 08:52:58 +0200 Subject: [PATCH] chore: remove `qovery context set` command from docs since it's no longer a mandatory command for the CLI --- .../_qovery_install_on_kubernetes_cluster.md.erb | 10 ---------- .../install-qovery/aws/self-managed-cluster.md | 12 +----------- .../install-qovery/azure/self-managed-cluster.md | 12 +----------- .../install-qovery/gcp/self-managed-cluster.md | 12 +----------- .../install-qovery/kubernetes/quickstart.md | 12 +----------- .../install-qovery/scaleway/self-managed-cluster.md | 12 +----------- .../migrate-your-application-from-heroku-to-aws.md | 9 ++++++++- ...igrate-your-application-from-heroku-to-aws.md.erb | 6 ++++++ 8 files changed, 19 insertions(+), 66 deletions(-) diff --git a/scripts/generate/templates/_partials/_qovery_install_on_kubernetes_cluster.md.erb b/scripts/generate/templates/_partials/_qovery_install_on_kubernetes_cluster.md.erb index 0f0944ef00..7fe9d210dd 100644 --- a/scripts/generate/templates/_partials/_qovery_install_on_kubernetes_cluster.md.erb +++ b/scripts/generate/templates/_partials/_qovery_install_on_kubernetes_cluster.md.erb @@ -75,16 +75,6 @@ Authenticate with Qovery by running the following command:
  • -Set Qovery context: - -```bash -qovery context set -``` - -
  • - -
  • - Install Qovery on your <%= cloudProviderTitle %> cluster: ```bash diff --git a/website/docs/getting-started/install-qovery/aws/self-managed-cluster.md b/website/docs/getting-started/install-qovery/aws/self-managed-cluster.md index c964e0458a..53718ac145 100644 --- a/website/docs/getting-started/install-qovery/aws/self-managed-cluster.md +++ b/website/docs/getting-started/install-qovery/aws/self-managed-cluster.md @@ -1,5 +1,5 @@ --- -last_modified_on: "2024-05-13" +last_modified_on: "2024-05-16" title: "Self-Managed Cluster" description: "Learn how to install and configure Qovery on your AWS Kubernetes Service (EKS) cluster" --- @@ -243,16 +243,6 @@ Your browser window with Qovery sign-up page will open. Follow the instructions
  • -Set Qovery context: - -```bash -qovery context set -``` - -
  • - -
  • - Install Qovery on your AWS EKS cluster: ```bash diff --git a/website/docs/getting-started/install-qovery/azure/self-managed-cluster.md b/website/docs/getting-started/install-qovery/azure/self-managed-cluster.md index ab7f2a65b4..cba7c8a0e6 100644 --- a/website/docs/getting-started/install-qovery/azure/self-managed-cluster.md +++ b/website/docs/getting-started/install-qovery/azure/self-managed-cluster.md @@ -1,5 +1,5 @@ --- -last_modified_on: "2024-05-13" +last_modified_on: "2024-05-16" title: "Self-Managed Cluster" description: "Learn how to install and configure Qovery on your Azure Kubernetes Service (AKS) cluster" --- @@ -243,16 +243,6 @@ Your browser window with Qovery sign-up page will open. Follow the instructions
  • -Set Qovery context: - -```bash -qovery context set -``` - -
  • - -
  • - Install Qovery on your Azure AKS cluster: ```bash diff --git a/website/docs/getting-started/install-qovery/gcp/self-managed-cluster.md b/website/docs/getting-started/install-qovery/gcp/self-managed-cluster.md index f9d8fde9c0..865df7eca8 100644 --- a/website/docs/getting-started/install-qovery/gcp/self-managed-cluster.md +++ b/website/docs/getting-started/install-qovery/gcp/self-managed-cluster.md @@ -1,5 +1,5 @@ --- -last_modified_on: "2024-05-13" +last_modified_on: "2024-05-16" title: "Self-Managed Cluster" description: "Learn how to install and configure Qovery on your GCP Kubernetes Service (GKE) cluster" --- @@ -243,16 +243,6 @@ Your browser window with Qovery sign-up page will open. Follow the instructions
  • -Set Qovery context: - -```bash -qovery context set -``` - -
  • - -
  • - Install Qovery on your GCP GKE cluster: ```bash diff --git a/website/docs/getting-started/install-qovery/kubernetes/quickstart.md b/website/docs/getting-started/install-qovery/kubernetes/quickstart.md index 19eab35afc..30a9a9fbdb 100644 --- a/website/docs/getting-started/install-qovery/kubernetes/quickstart.md +++ b/website/docs/getting-started/install-qovery/kubernetes/quickstart.md @@ -1,5 +1,5 @@ --- -last_modified_on: "2024-05-13" +last_modified_on: "2024-05-16" title: "Quickstart" description: "Learn how to install and configure Qovery on your own Kubernetes cluster (BYOK) / Self-managed Kubernetes cluster" --- @@ -243,16 +243,6 @@ Your browser window with Qovery sign-up page will open. Follow the instructions
  • -Set Qovery context: - -```bash -qovery context set -``` - -
  • - -
  • - Install Qovery on your Kubernetes cluster: ```bash diff --git a/website/docs/getting-started/install-qovery/scaleway/self-managed-cluster.md b/website/docs/getting-started/install-qovery/scaleway/self-managed-cluster.md index 3a3e498fa3..6887f2b556 100644 --- a/website/docs/getting-started/install-qovery/scaleway/self-managed-cluster.md +++ b/website/docs/getting-started/install-qovery/scaleway/self-managed-cluster.md @@ -1,5 +1,5 @@ --- -last_modified_on: "2024-05-13" +last_modified_on: "2024-05-16" title: "Self-Managed Cluster" description: "Learn how to install and configure Qovery on your Scaleway Kubernetes Service (Kapsule) cluster" --- @@ -243,16 +243,6 @@ Your browser window with Qovery sign-up page will open. Follow the instructions
  • -Set Qovery context: - -```bash -qovery context set -``` - -
  • - -
  • - Install Qovery on your Scaleway Kapsule cluster: ```bash diff --git a/website/guides/tutorial/migrate-your-application-from-heroku-to-aws.md b/website/guides/tutorial/migrate-your-application-from-heroku-to-aws.md index 6c33fc52f1..87b77d46d6 100644 --- a/website/guides/tutorial/migrate-your-application-from-heroku-to-aws.md +++ b/website/guides/tutorial/migrate-your-application-from-heroku-to-aws.md @@ -1,5 +1,5 @@ --- -last_modified_on: "2024-04-15" +last_modified_on: "2024-05-16" $schema: "/.meta/.schemas/guides.json" title: Migrate your application from Heroku to AWS description: Guide on how to migrate all your applications from Heroku to AWS with your databases @@ -14,6 +14,12 @@ import TabItem from '@theme/TabItem'; import Tabs from '@theme/Tabs'; import Assumptions from '@site/src/components/Assumptions'; + + +This guide also work for migrating your application from Heroku to GCP, Azure, Scaleway and [all cloud provider][docs.getting-started.install-qovery] supported by Qovery. + + + This guide describes how to migrate your application running on Heroku to AWS with Qovery. It covers all required steps you need to take to deploy your application on AWS and transfer your data from Heroku Postgres to the database managed by AWS via Qovery. > Please contact us via [our forum][urls.qovery_forum] if you experience any problem while migrating from Heroku to AWS with Qovery. @@ -651,6 +657,7 @@ If you have a common question about Qovery, we have a more general [FAQ section] Congrats! You have migrated from Heroku to AWS. Feel free to check out our [forum][urls.qovery_forum] and open a thread if you have any question. +[docs.getting-started.install-qovery]: /docs/getting-started/install-qovery/ [docs.useful-resources.faq]: /docs/useful-resources/faq/ [docs.using-qovery.configuration.application#auto-scaling]: /docs/using-qovery/configuration/application/#auto-scaling [docs.using-qovery.configuration.application#option-1-buildpacks]: /docs/using-qovery/configuration/application/#option-1-buildpacks diff --git a/website/guides/tutorial/migrate-your-application-from-heroku-to-aws.md.erb b/website/guides/tutorial/migrate-your-application-from-heroku-to-aws.md.erb index c49a2db8dc..46d28fffa2 100644 --- a/website/guides/tutorial/migrate-your-application-from-heroku-to-aws.md.erb +++ b/website/guides/tutorial/migrate-your-application-from-heroku-to-aws.md.erb @@ -9,6 +9,12 @@ hide_pagination: true import Tabs from '@theme/Tabs'; import Assumptions from '@site/src/components/Assumptions'; + + +This guide also work for migrating your application from Heroku to GCP, Azure, Scaleway and [all cloud provider][docs.getting-started.install-qovery] supported by Qovery. + + + This guide describes how to migrate your application running on Heroku to AWS with Qovery. It covers all required steps you need to take to deploy your application on AWS and transfer your data from Heroku Postgres to the database managed by AWS via Qovery. > Please contact us via [our forum][urls.qovery_forum] if you experience any problem while migrating from Heroku to AWS with Qovery.