docs
docs copied to clipboard
All things related to docs generation for the Pulumi CLI, SDK, and tutorials.
It would be nice if our docs were versioned so that users could navigate directly to the `1.8` docs. This may make sense initially just for API Docs (each of...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
We move the checkout of the registry to the GHA and we then run the registrygen generate all-docs command and pass the path to the registry packages folder This will...
Sentry Issue: [DOCS-H8](https://sentry.io/organizations/pulumi/issues/2955487559/?referrer=github_integration) ``` TypeError: undefined is not an object (evaluating 'document.getElementsByTagName('video')[0].webkitExitFullScreen') at global code (/registry/packages/kubernetes/:1:42) ```
We currently rely on people telling us when a link in a README stops working. We should run the link checker against our pulumi/* READMEs (maybe not all of them,...
Our Python SDK styling [has regressed more than once now]( https://github.com/pulumi/docs/issues/1396), because of the subtle way that the CSS is targeting very specific layouts in the generated docs. This change...
We appear to not have the correct codegen outcome for properties that are pluralized. TypeScript seems to be correct, but the other languages lop off the 's' (example being `excluded_rules`...
https://www.pulumi.com/registry/packages/aws/api-docs/getipranges/ and https://www.pulumi.com/registry/packages/aws/api-docs/getavailabilityzones/ are examples of this where Go example references `GetAvailabilityZonesArgs` instead of `aws.GetAvailabilityZonesArgs`
Throwaway PR for previewing https://github.com/pulumi/theme/pull/45.
We should run the relevant code formatter (prettier, autopep8, etc.) against code examples. Today, only `gofmt` gets run as part of program codegen (https://github.com/pulumi/pulumi/blob/f21eda521f88860ed9b1891a361ec3ee29af035f/pkg/codegen/go/gen_program.go#L94)