From 668901894ef4e21c882fa5cb7ad6255da4a6f146 Mon Sep 17 00:00:00 2001 From: Tucker Sneed Date: Wed, 31 Jul 2024 06:37:24 -0600 Subject: [PATCH] Rename GCP -> Google Cloud Platform --- pages/integrations/{gcp => google-cloud-platform}/_meta.json | 2 +- .../gcp.mdx => google-cloud-platform/google-cloud-platform.mdx} | 0 .../{gcp => google-cloud-platform}/vpc_setup_guide.mdx | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename pages/integrations/{gcp => google-cloud-platform}/_meta.json (52%) rename pages/integrations/{gcp/gcp.mdx => google-cloud-platform/google-cloud-platform.mdx} (100%) rename pages/integrations/{gcp => google-cloud-platform}/vpc_setup_guide.mdx (100%) diff --git a/pages/integrations/gcp/_meta.json b/pages/integrations/google-cloud-platform/_meta.json similarity index 52% rename from pages/integrations/gcp/_meta.json rename to pages/integrations/google-cloud-platform/_meta.json index 131e552..0548de0 100644 --- a/pages/integrations/gcp/_meta.json +++ b/pages/integrations/google-cloud-platform/_meta.json @@ -1,4 +1,4 @@ { - "gcp": "Overview", + "google-cloud-platform": "Overview", "vpc_setup_guide": "VPC Setup Guide" } diff --git a/pages/integrations/gcp/gcp.mdx b/pages/integrations/google-cloud-platform/google-cloud-platform.mdx similarity index 100% rename from pages/integrations/gcp/gcp.mdx rename to pages/integrations/google-cloud-platform/google-cloud-platform.mdx diff --git a/pages/integrations/gcp/vpc_setup_guide.mdx b/pages/integrations/google-cloud-platform/vpc_setup_guide.mdx similarity index 100% rename from pages/integrations/gcp/vpc_setup_guide.mdx rename to pages/integrations/google-cloud-platform/vpc_setup_guide.mdx