diff --git a/content/docs/using-pulumi/pulumi-packages/contribute-to-pulumi-registry.md b/content/docs/using-pulumi/pulumi-packages/contribute-to-pulumi-registry.md deleted file mode 100644 index 2078140f62aa..000000000000 --- a/content/docs/using-pulumi/pulumi-packages/contribute-to-pulumi-registry.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title_tag: "Contribute Packages to Pulumi Registry" -meta_desc: Enable your customers to manage your cloud resources with Pulumi. Share opinionated cloud components that quickly stand up well-architected cloud architectures. -title: Contribute packages -h1: Contribute packages to Pulumi Registry -meta_image: /images/docs/meta-images/docs-meta.png -menu: - usingpulumi: - parent: pulumi-packages - identifier: contribute-to-pulumi-registry - weight: 1 -aliases: -- /docs/guides/pulumi-packages/contribute-to-pulumi-registry/ ---- - -Pulumi Registry is the global index of everything you can do with Pulumi. We're always eager to expand that index with new Pulumi Packages to Pulumi Registry. Whether you want to author a new native provider, bridge a provider from the Terraform ecosystem, or create a cloud component with best practices and sensible defaults built in, we'd like to work with you to list it on Pulumi Registry. - -[Contact us to start publishing to Pulumi Registry](/contact/?form=registry). If you'd like, you can also get a head start by [authoring a Pulumi Package](/docs/using-pulumi/pulumi-packages/). diff --git a/content/docs/using-pulumi/pulumi-packages/how-to-author.md b/content/docs/using-pulumi/pulumi-packages/how-to-author.md index 44933e47d232..1c58212b9ade 100644 --- a/content/docs/using-pulumi/pulumi-packages/how-to-author.md +++ b/content/docs/using-pulumi/pulumi-packages/how-to-author.md @@ -11,10 +11,15 @@ menu: weight: 2 aliases: - /docs/guides/pulumi-packages/how-to-author/ +- /docs/using-pulumi/pulumi-packages/contribute-to-pulumi-registry/ --- This how-to guide will take you step-by-step through the tasks required to author and publish a Pulumi Package. You can use this guide to create any [type of Pulumi Package](/docs/guides/pulumi-packages#types-of-pulumi-packages): a Native Provider, a provider bridged from an existing Terraform provider, or a Component. This guide assumes you're using GitHub to host your package's source code and GitHub Actions to publish various parts of your package. +{{% notes type="info" %}} +If you are a cloud or SaaS provider interested in publishing a provider or component, please [contact us to start publishing to Pulumi Registry](/contact/?form=registry) to reach out partners team. +{{% /notes %}} + ## Prerequisites - You need to [install Pulumi](/docs/install/).