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

Given the interest in https://github.com/pulumi/pulumi/issues/3507 we should document what you can already do with PS (and any potential issues you might run into).

kind/enhancement

File: [docs/reference/pkg/gcp/storage/notification.md](https://www.pulumi.com/docs/reference/pkg/gcp/storage/notification/) Hi, the doc suggests an example for granting permissions for the Storage project Service Account to publish to Pub/Sub. I suggest such an example, which is currently missing,...

docs/examples
kind/enhancement

Most deprecated APIs are now using the DeprecationMessage field, but some are still using the Comment field as well, leading to duplication: https://www.pulumi.com/docs/reference/pkg/aws/cognito/userpool/#userpooladmincreateuserconfig ![image](https://user-images.githubusercontent.com/274700/78697394-973d1d80-78b5-11ea-8c06-c349b3b9c6b6.png) We should ensure that all APIs...

area/docs
docs/providers
docs/api
kind/enhancement

### Problem description When a user tries to use assume role with https://github.com/pulumi/pulumi-eks, they get an error message about the cluster being "unreachable". We added support for assume role with...

kind/enhancement

Related to https://github.com/pulumi/docs/issues/2137. We are going to be generating .NET API docs using the `docfx` tool. We want to see if we can adjust the layouts to somewhat match our...

area/docs
docs/autogenerated
kind/enhancement

File: [docs/reference/pkg/kubernetes/yaml/configfile.md](https://www.pulumi.com/docs/reference/pkg/kubernetes/yaml/configfile/) First time user, first time bug reporter - so thanks for your patience. Super minor thing. The online Python documentation for `kubernetes.yaml.ConfigFile()` lists `file` as an argument --which...

docs/autogenerated
kind/bug

File: [docs/reference/pkg/nodejs/pulumi/aws/eks/_index.md](https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/aws/eks/) The "Enabling Control Plane Logging" example in this file is incorrect, as AWS manages the log group and logs for the control plane. User's cannot provide their own...

area/docs
kind/bug

https://www.pulumi.com/docs/reference/pkg/aws/dynamodb/table/#tablepointintimerecovery File: [docs/reference/pkg/aws/dynamodb/table.md](https://www.pulumi.com/docs/reference/pkg/aws/dynamodb/table/)

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

### Problem description For resource property descriptions that have inline code blocks, the rendered code block is wrong / meaningless. Example: https://www.pulumi.com/docs/reference/pkg/gcp/logging/projectsink/#inputs ![image](https://user-images.githubusercontent.com/293763/79938295-0f0c5b80-8411-11ea-8154-b408bc57843d.png) This is true in the API-style documentation...

docs/autogenerated
kind/bug

### Problem description Documentation is missing for properties on interfaces/types that are extended using [`utils.Overwrite`](https://github.com/pulumi/pulumi-aws/blob/4348fc520e13aa38c29422befda6223ef64ad738/sdk/nodejs/utils.ts#L29-L31). As one example, [`CallbackFunctionArgs`](https://github.com/pulumi/pulumi-aws/blob/4348fc520e13aa38c29422befda6223ef64ad738/sdk/nodejs/lambda/lambdaMixins.ts#L201-L219) extends [`BaseCallbackFunctionArgs`](https://github.com/pulumi/pulumi-aws/blob/4348fc520e13aa38c29422befda6223ef64ad738/sdk/nodejs/lambda/lambdaMixins.ts#L157-L192) and our [docs](https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/aws/lambda/#CallbackFunctionArgs) show all the expected properties from...

kind/bug