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

### Problem description When looking up input types it looks in the documentation it is confusing that they don't have the indicate which are `pulumi.Input` vs raw `T` types. For...

impact/usability
kind/enhancement

### Problem description As shown in https://github.com/pulumi/pulumi/issues/8946, a resource `id` cannot be made secret. In a sense, it's logical that `additionalSecretOutputs: ['id']` doesn't work, as `id` is not an output....

area/docs
docs/core-sdk
kind/enhancement

### Problem description Comparing the nodejs docs: https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/pulumi/#isSecret And the python docs: https://www.pulumi.com/docs/reference/pkg/python/pulumi/ There's lots of missing information in the python docs.

area/docs
docs/core-sdk
kind/enhancement

### Problem description One of the key differences between Pulumi and other IaC tools is that Pulumi doesn't refresh by default. We don't document this behaviour very well, and it...

area/docs
kind/enhancement

File: [themes/default/content/docs/reference/pkg/azure-native/web/webapp.md](https://www.pulumi.com/docs/reference/pkg/azure-native/web/webapp/) When "setting" the `ManagedServiceIdentityType` it is not clear from the documentation that you have to get it instead though `ManagedServiceIdentityType.ServiceAssigned` - as it is a static struct. Consider...

kind/enhancement

I am having trouble finding good documentation of the events though. The NodeJS documentation references an `EngineEvent` type for `onEvent`, but there is no link for the type, and I...

kind/enhancement

File: [docs/reference/pkg/azure-nextgen/network/azurefirewall.md](https://www.pulumi.com/docs/reference/pkg/azure-nextgen/network/azurefirewall/) Hi team, I found a inaccuracy in the documentation. It says to use **public_ip_address** as a property name to refer a publicip resource, instead the correct property name...

kind/enhancement

### Problem description All of our resource types have a `.get()` function to lookup existing resources, but the `id` format is "opaque" - e.g. `The unique provider ID of the...

kind/enhancement

From https://github.com/pulumi/docs/pull/4051

docs/reference
docs/autogenerated
kind/enhancement

### Problem description There seem to be some unicode characters that are not being rendered correctly in some resource property descriptions. From https://www.pulumi.com/docs/reference/pkg/azure-nextgen/compute/virtualmachine/#datadisk: ![image](https://user-images.githubusercontent.com/293763/102517097-7b913600-4044-11eb-83bb-95f492e9e78e.png)

docs/api
kind/bug