registry
registry copied to clipboard
Pulumi resource types should be linked in the documentation
Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Currently pulumi's documentation shows attribute types but they are linked to the resource only if they are in the same page (? guessing from the pages I have read so far). It makes it difficult to navigate through them. e.g. https://www.pulumi.com/registry/packages/eks/api-docs/cluster/ creationRoleProvider of type CreationRoleProviderArgs is linked but instanceRole of type pulumi.aws.iam.role is not (written as pulumiAwsiamRole).
Affected area/feature
Pulumi packages documentation
Same issue here: https://www.pulumi.com/registry/packages/eks/api-docs/managednodegroup/#launch_template_python
this is related to: 12765
This issue is probably the same issue that we are having when it comes to linking to types that are defined in another package (i.e. linking to the aws iam role page from the eks pacakge)