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
It would be helpful to add descriptions to the packages, interfaces, and classes.
Packages are particularly bare, so a sentence on what the package is about would be helpful for navigating the docs. It would also be helpful to note when a package is not really meant for external consumption in Pulumi programs (.internal implies this, but codegen is also probably not for use by end users either):
Coverage in classes is better, but still not complete:
Adding linting would be cool if it's easy enough.
Affected area/feature
Hello!
Issue details
It would be helpful to add descriptions to the packages, interfaces, and classes.
Packages are particularly bare, so a sentence on what the package is about would be helpful for navigating the docs. It would also be helpful to note when a package is not really meant for external consumption in Pulumi programs (
.internalimplies this, butcodegenis also probably not for use by end users either):Coverage in classes is better, but still not complete:
Adding linting would be cool if it's easy enough.
Affected area/feature