docs icon indicating copy to clipboard operation
docs copied to clipboard

All things related to docs generation for the Pulumi CLI, SDK, and tutorials.

Results 561 docs issues
Sort by recently updated
recently updated
newest added

File: [docs/reference/pkg/azure-nextgen/storage/storageaccount.md](https://www.pulumi.com/docs/reference/pkg/azure-nextgen/storage/storageaccount/) Consider adding a link to the Microsoft Documentation for SKU Types: https://docs.microsoft.com/en-us/rest/api/storagerp/srp_sku_types

docs/providers
docs/api
kind/enhancement

There are several errors in this example: - storage accounts can only have all lower case and exceeds the max 24 character length - subscription name exceeds the max length...

docs/api
kind/bug

Some potential options: * https://www.netlifycms.org/ * https://www.datocms.com/ * https://forestry.io/

kind/enhancement

File: [docs/reference/pkg/azure/network/networkinterface.md](https://www.pulumi.com/docs/reference/pkg/azure/network/networkinterface/) It's inconsistent and not proper code style imo. See `privateIpAddressAllocation` and `privateIpAddressVersion`

blocked
kind/bug

It would be helpful to have examples and walkthroughs for importing a resource into a component with `--parent`. Ideally in https://www.pulumi.com/docs/guides/adopting/import/.

area/docs
kind/enhancement

The "Import" section is intended to be at the bottom of resource docs pages, and for most resources it is. However, on https://www.pulumi.com/docs/reference/pkg/docker/service/, the "Import" section is at the top...

area/docs
docs/autogenerated
docs/api
kind/bug

This stack hasn't been updated for about a year, and none of our CI is using it anymore (it's effectively been replaced by Pulumify), so we should destroy it, `rm`...

kind/engineering

https://cloud.google.com/community/tutorials/write this will allow us to bring the google cloud platform get started guide into the Google community docs. we will need to clone the repo, and submit a pr.

kind/enhancement

Many of our function signatures (e.g., [here](https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/aws/sfn/#getActivity)) offer links to the definition of `InvokeOptions` that lead to the docs for `pulumi/pulumi`, but don't anchor anywhere. We should fix these.

area/docs
impact/usability
kind/bug

The comment suggests you pass the restApi ID, but the type given is the actual restApi input. https://github.com/pulumi/pulumi-aws/blob/23de947dd89d01224804e4c8b665c0d441d36415/sdk/nodejs/apigateway/deployment.ts#L212 https://github.com/pulumi/pulumi-aws/blob/23de947dd89d01224804e4c8b665c0d441d36415/sdk/nodejs/apigateway/deployment.ts#L214

kind/bug