Skip to content

Commit

Permalink
Merge #11525
Browse files Browse the repository at this point in the history
11525: fixing some package names for seo reasons r=susanev a=susanev

a second try from #11506

Co-authored-by: susanev <susan.ra.evans@gmail.com>
  • Loading branch information
bors[bot] and susanev committed Dec 3, 2022
2 parents 2f81341 + 20ef0c8 commit a8804fc
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions pkg/codegen/docs/gen.go
Expand Up @@ -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",
Expand All @@ -71,20 +72,21 @@ 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",
"cloudamqp": "CloudAMQP",
"cloudflare": "Cloudflare",
"cloudinit": "cloud-init",
"confluent": "Confluent Cloud",
"consul": "Consul",
"consul": "HashiCorp Consul",
"coredns-helm": "CoreDNS (Helm)",
"datadog": "Datadog",
"digitalocean": "DigitalOcean",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -129,9 +131,9 @@ func titleLookup(shortName string) (string, bool) {
"postgresql": "PostgreSQL",
"prometheus-helm": "Prometheus (Helm)",
"rabbitmq": "RabbitMQ",
"rancher2": "Rancher 2",
"rancher2": "Rancher2",
"random": "random",
"rke": "Rancher RKE",
"rke": "Rancher Kubernetes Engine (RKE)",
"run-my-darn-container": "Run My Darn Container",
"shipa": "Shipa",
"signalfx": "SignalFx",
Expand Down

0 comments on commit a8804fc

Please sign in to comment.