Sean Holung
Sean Holung
fixes: https://github.com/pulumi/registry/issues/3983 This PR fixes up some issues with our deprecation message formatting. The deprecation messages attached to enums were not being formatted at all, due to a missing css...
depends on: #15392 and https://github.com/pulumi/registry/issues/3918 Once the converter is updated to produce the new syntax, get the new constructors and functions rendered on the page.
The EKS cluster resource contains no code examples. I did not see any defined in the schema file either. We should author some code examples as this is one of...
We currently fail hugo docs builds if it finds a relref that is not able to be resolved. We turned this check off in pulumi-hugo, but this still fails once...
Create a diagram to describe the docs build workflows from provider release to docs getting published across all the repos. I think folks would benefit from this to understand the...
### Problem description We recently had an issue where new css styles were added and the site was missing the styles when deployed to pulumi.com. This ended up being due...
Add a codeowners policy to the robots.txt file to require approval from a predefined set of approvers. This will help guard against mistakenly misconfiguring or deploying an incorrect version of...
Add steps to playbook on how to clear the cache on Google’s end. If this is not something that can be done by “anyone”, add a note to contact someone...
Check the files of individual pages (specific set of pages TBD) to make sure there are no meta tags that block indexing on these pages. This will prevent us from...
There seems to be some issues with the examples on this [page](https://www.pulumi.com/registry/packages/aws/api-docs/ec2/securitygroup/#create_before_destroy) - "create_before_destroy" example seems to only be the constructor instantiating the resource object. - "replace_triggered_by" example - not...