Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing some package names for seo reasons #11525

Merged
merged 3 commits into from
Dec 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 8 additions & 6 deletions pkg/codegen/docs/gen.go
Original file line number Diff line number Diff line change
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