Skip to content

Commit 8dd4630

Browse files
authored
Merge pull request #28 from susanev/patch-1
add display name + seo fixes
2 parents 4654af4 + 33d0ed5 commit 8dd4630

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/installation-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Heroku
2+
title: Heroku Installation & Configuration
33
meta_desc: Information on how to install the Pulumi Heroku provider.
44
layout: installation
55
---

provider/cmd/pulumi-resource-heroku/schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "heroku",
3+
"displayName": "Heroku",
34
"description": "A Pulumi package for creating and managing heroku cloud resources.",
45
"keywords": [
56
"pulumi",

provider/resources.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func Provider() tfbridge.ProviderInfo {
5454
Name: "heroku",
5555
// DisplayName is a way to be able to change the casing of the provider
5656
// name when being displayed on the Pulumi registry
57-
DisplayName: "",
57+
DisplayName: "Heroku",
5858
// The default publisher for all packages is Pulumi.
5959
// Change this to your personal name (or a company name) that you
6060
// would like to be shown in the Pulumi Registry if this package is published

0 commit comments

Comments
 (0)