docs
docs copied to clipboard
All things related to docs generation for the Pulumi CLI, SDK, and tutorials.
Submitted On: 10-03-2023 Comment(s): flag for versioning are not described
Feedback received by Arun: - Docs were their biggest feedback. Quote "There are two pages with a lot of content. Really hard to discover what's possible, and isn't easily consumable"...
Related to [this issue](https://github.com/pulumi/pulumi-hugo/pull/3870#pullrequestreview-1840789781) submitted by a user. I think some of the examples might be incorrect on this page and I also think we should update so that the...
My recent Pulumi Cloud sign-up was to help get me more hands-on with Pulumi in preparation for my “DevOps: Infrastructure as Code” course. In that context, I have a couple...
**[TBD] Let's wait till we make a decision on this.** Moving these APIs from https://www.pulumi.com/docs/pulumi-cloud/cloud-rest-api/#environments to https://www.pulumi.com/docs/esc/ add a new page: esc-rest-api
The chooser shortcode currently renders a pulumi-chooser web component, which has a few supported types, listed [here](https://github.com/pulumi/pulumi-hugo/blob/master/themes/default/theme/stencil/src/components/chooser/chooser.tsx#L15). ```bash export type ChooserType = "language" | "k8s-language" | "os" | "cloud" |...
Whenever someone creates a PR against `pulumi-hugo` from a fork, linting does not run against that PR. It would be great if we could enable the linting checks for PRs...
### Problem description The provider docs on https://www.pulumi.com/docs/concepts/resources/providers/ don't have YAML examples. ### Suggestions for a fix We should prob add YAML examples there.