docs
docs copied to clipboard
All things related to docs generation for the Pulumi CLI, SDK, and tutorials.
File: [docs/reference/pkg/azure-nextgen/storage/storageaccount.md](https://www.pulumi.com/docs/reference/pkg/azure-nextgen/storage/storageaccount/) Consider adding a link to the Microsoft Documentation for SKU Types: https://docs.microsoft.com/en-us/rest/api/storagerp/srp_sku_types
There are several errors in this example: - storage accounts can only have all lower case and exceeds the max 24 character length - subscription name exceeds the max length...
Some potential options: * https://www.netlifycms.org/ * https://www.datocms.com/ * https://forestry.io/
File: [docs/reference/pkg/azure/network/networkinterface.md](https://www.pulumi.com/docs/reference/pkg/azure/network/networkinterface/) It's inconsistent and not proper code style imo. See `privateIpAddressAllocation` and `privateIpAddressVersion`
It would be helpful to have examples and walkthroughs for importing a resource into a component with `--parent`. Ideally in https://www.pulumi.com/docs/guides/adopting/import/.
The "Import" section is intended to be at the bottom of resource docs pages, and for most resources it is. However, on https://www.pulumi.com/docs/reference/pkg/docker/service/, the "Import" section is at the top...
This stack hasn't been updated for about a year, and none of our CI is using it anymore (it's effectively been replaced by Pulumify), so we should destroy it, `rm`...
https://cloud.google.com/community/tutorials/write this will allow us to bring the google cloud platform get started guide into the Google community docs. we will need to clone the repo, and submit a pr.
Many of our function signatures (e.g., [here](https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/aws/sfn/#getActivity)) offer links to the definition of `InvokeOptions` that lead to the docs for `pulumi/pulumi`, but don't anchor anywhere. We should fix these.
The comment suggests you pass the restApi ID, but the type given is the actual restApi input. https://github.com/pulumi/pulumi-aws/blob/23de947dd89d01224804e4c8b665c0d441d36415/sdk/nodejs/apigateway/deployment.ts#L212 https://github.com/pulumi/pulumi-aws/blob/23de947dd89d01224804e4c8b665c0d441d36415/sdk/nodejs/apigateway/deployment.ts#L214