From 4c9a42af024be25808dd682c21920b09d2e73d8f Mon Sep 17 00:00:00 2001 From: susanev Date: Sat, 3 Dec 2022 05:40:20 -0800 Subject: [PATCH 1/3] the actual seo fixes Signed-off-by: susanev --- pkg/codegen/docs/gen.go | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkg/codegen/docs/gen.go b/pkg/codegen/docs/gen.go index bd0212e874f0..c0f15f395d78 100644 --- a/pkg/codegen/docs/gen.go +++ b/pkg/codegen/docs/gen.go @@ -61,6 +61,7 @@ func titleLookup(shortName string) (string, bool) { "alicloud": "Alibaba Cloud", "auth0": "Auth0", "aws": "AWS Classic", + "awsx": "AWSx (Pulumi Crosswalk for AWS)", "aws-apigateway": "AWS API Gateway", "aws-miniflux": "Miniflux", "aws-native": "AWS Native", @@ -71,12 +72,13 @@ func titleLookup(shortName string) (string, bool) { "aws-quickstart-vpc": "AWS QuickStart VPC", "aws-s3-replicated-bucket": "AWS S3 Replicated Bucket", "azure": "Azure Classic", + "azure-justrun": "Azure Justrun", "azure-native": "Azure Native", "azure-quickstart-acr-geo-replication": "Azure QuickStart ACR Geo Replication", "azure-quickstart-aks": "Azure QuickStart AKS", "azure-quickstart-compute": "Azure QuickStart Compute", "azure-quickstart-sql": "Azure QuickStart SQL", - "azuread": "Azure Active Directory", + "azuread": "Azure Active Directory (Azure AD)", "azuredevops": "Azure DevOps", "azuresel": "Azure", "civo": "Civo", @@ -84,7 +86,7 @@ func titleLookup(shortName string) (string, bool) { "cloudflare": "Cloudflare", "cloudinit": "cloud-init", "confluent": "Confluent Cloud", - "consul": "Consul", + "consul": "HashiCorp Consul", "coredns-helm": "CoreDNS (Helm)", "datadog": "Datadog", "digitalocean": "DigitalOcean", @@ -95,7 +97,7 @@ func titleLookup(shortName string) (string, bool) { "equinix-metal": "Equinix Metal", "f5bigip": "f5 BIG-IP", "fastly": "Fastly", - "gcp": "Google Cloud Classic", + "gcp": "Google Cloud (GCP) Classic", "gcp-global-cloudrun": "Google Global Cloud Run", "gcp-project-scaffold": "Google Project Scaffolding", "google-native": "Google Cloud Native", @@ -119,7 +121,7 @@ func titleLookup(shortName string) (string, bool) { "kubernetes-ingress-nginx": "NGINX Ingress Controller (Helm)", "kubernetes-coredns": "CoreDNS (Helm)", "kubernetes-cert-manager": "Jetstack Cert Manager (Helm)", - "nomad": "Nomad", + "nomad": "HashiCorp Nomad", "ns1": "NS1", "okta": "Okta", "openstack": "OpenStack", From 992cb7d631d97e9bc2e1a745c20b0ef7e82acfd3 Mon Sep 17 00:00:00 2001 From: susanev Date: Sat, 3 Dec 2022 05:53:21 -0800 Subject: [PATCH 2/3] fix rancher name Signed-off-by: susanev --- pkg/codegen/docs/gen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/codegen/docs/gen.go b/pkg/codegen/docs/gen.go index c0f15f395d78..ec69c757e874 100644 --- a/pkg/codegen/docs/gen.go +++ b/pkg/codegen/docs/gen.go @@ -131,7 +131,7 @@ func titleLookup(shortName string) (string, bool) { "postgresql": "PostgreSQL", "prometheus-helm": "Prometheus (Helm)", "rabbitmq": "RabbitMQ", - "rancher2": "Rancher 2", + "rancher2": "Rancher2", "random": "random", "rke": "Rancher RKE", "run-my-darn-container": "Run My Darn Container", From 20ef0c8069a63cc26bd758cb3238a342d81fe938 Mon Sep 17 00:00:00 2001 From: susanev Date: Sat, 3 Dec 2022 05:55:19 -0800 Subject: [PATCH 3/3] fix rke Signed-off-by: susanev --- pkg/codegen/docs/gen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/codegen/docs/gen.go b/pkg/codegen/docs/gen.go index ec69c757e874..4881a613c72d 100644 --- a/pkg/codegen/docs/gen.go +++ b/pkg/codegen/docs/gen.go @@ -133,7 +133,7 @@ func titleLookup(shortName string) (string, bool) { "rabbitmq": "RabbitMQ", "rancher2": "Rancher2", "random": "random", - "rke": "Rancher RKE", + "rke": "Rancher Kubernetes Engine (RKE)", "run-my-darn-container": "Run My Darn Container", "shipa": "Shipa", "signalfx": "SignalFx",