docs
docs copied to clipboard
All things related to docs generation for the Pulumi CLI, SDK, and tutorials.
### Problem description I'm updating our getting started tutorials and ran into the problem described here: https://github.com/pulumi/pulumi/issues/5913 Currently, our docs say that you need .NET core 3.1 **or later**, but...
Because we strip off `Input[T]` and `Output[T]` to make it easier to read the documentation, it's not always clear if something can or cannot be an `Output` For example, Get/Lookup...
There's currently no testing of code snippets for correctness (or that they even compile). This might not be possible since in some cases, snippets will refer to non-existent variables/code. But,...
File: [themes/default/content/registry/packages/aws/api-docs/cloudfront/originaccessidentity/_index.md](https://www.pulumi.com/registry/packages/aws/api-docs/cloudfront/originaccessidentity/) Fix on-page example for CloudFront originaccessidentity: https://www.pulumi.com/registry/packages/aws/api-docs/cloudfront/originaccessidentity/#using-with-cloudfront (autogenerated from TF so unsure if this is possible)
From what I can tell, the actions that run docs generation for non-resource providers is not working correctly. For example, see https://github.com/pulumi/docs/runs/4413104753?check_suite_focus=true for the last time we released `@pulumi/eks` or...
From https://github.com/pulumi/docs/pull/6105
File: [docs/reference/pkg/gcp/cloudrun/service.md](https://www.pulumi.com/docs/reference/pkg/gcp/cloudrun/service/) Following these examples results in: googleapi: Error 400: The feature 'sandbox selector' is not supported in the declared launch stage on resource default-42a7072. The launch stage annotation should...
File: [docs/reference/pkg/aws/apigateway/vpclink.md](https://www.pulumi.com/docs/reference/pkg/aws/apigateway/vpclink/) In the docs it's shown as ```typescript const exampleVpcLink = new aws.apigateway.VpcLink("exampleVpcLink", { description: "example description", targetArn: [exampleLoadBalancer.arn], }); ``` but should be ```typescript const exampleVpcLink = new...
Noticed some typos in the ECS docs code, where Fargate is used instead of EC2. File: [docs/reference/pkg/nodejs/pulumi/awsx/ecs/_index.md](https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/awsx/ecs/) In Task Definitions... `const ec2Task = new awsx.ecs.FargateTaskDefinition("ec2-nginx", {` In Services... `const ec2Service...
Sentry Issue: [DOCS-4](https://sentry.io/organizations/pulumi/issues/1839873382/?referrer=github_integration) ``` TypeError: Cannot read property 'isProxied' of undefined at None (/js/components/p-ed9100f4.js:1:10463) ```