-
Notifications
You must be signed in to change notification settings - Fork 26
Add descriptions in SDK docs #1663
Copy link
Copy link
Open
Labels
area/docsDocumentationDocumentationgood-first-issueStart here if you'd like to start contributing to PulumiStart here if you'd like to start contributing to Pulumikind/enhancementImprovements or new featuresImprovements or new featureslanguage/java
Metadata
Metadata
Assignees
Labels
area/docsDocumentationDocumentationgood-first-issueStart here if you'd like to start contributing to PulumiStart here if you'd like to start contributing to Pulumikind/enhancementImprovements or new featuresImprovements or new featureslanguage/java
Type
Fields
Give feedbackNo fields configured for Enhancement.
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