Skip to content

Commit

Permalink
Remove superfluous package authoring page. (#12453)
Browse files Browse the repository at this point in the history
* Remove superfluous package authoring page.
* add redirect alias

---------

Co-authored-by: Sean Holung <[email protected]>
  • Loading branch information
jkodroff and sean1588 authored Aug 26, 2024
1 parent e62fbc9 commit 6c0e9ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.

This file was deleted.

5 changes: 5 additions & 0 deletions content/docs/using-pulumi/pulumi-packages/how-to-author.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit 6c0e9ef

Please sign in to comment.