registry icon indicating copy to clipboard operation
registry copied to clipboard

Pulumi resource types should be linked in the documentation

Open mohitreddy1996 opened this issue 3 years ago • 2 comments

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

mohitreddy1996 avatar Sep 01 '22 04:09 mohitreddy1996

Same issue here: https://www.pulumi.com/registry/packages/eks/api-docs/managednodegroup/#launch_template_python

jkodroff avatar Jan 31 '23 21:01 jkodroff

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)

sean1588 avatar Feb 08 '24 01:02 sean1588