pulumi / pulumi-aws-apigateway

Apache License 2.0
10 stars 5 forks source link

Links to aws resources are broken in docs #90

Open thomas11 opened 9 months ago

thomas11 commented 9 months ago

What happened?

In the registry docs, properties that are of a type coming from pulumi-aws, have a mangled type name instead of the proper one with a link to pulumi-aws.

Example

The properties on https://www.pulumi.com/registry/packages/aws-apigateway/api-docs/restapi/ have types such as

A look at the source shows that those should be aws.apigateway.RestApi, aws.lambda.Function, etc.

Output of pulumi about

bla, it's a docs issue

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

lukehoban commented 9 months ago

I believe this is ultimately due to https://github.com/pulumi/pulumi/issues/12765. May just need to be resolved as a dupe of that.