docs
docs copied to clipboard
All things related to docs generation for the Pulumi CLI, SDK, and tutorials.
Change [Crosswalk for Kubernetes](https://www.pulumi.com/docs/guides/crosswalk/kubernetes/control-plane/) and [examples](https://github.com/pulumi/kubernetes-guides/tree/master/azure)
Identify blogs with Azure examples that still get considerable traffic (if any). Update them to use Azure NextGen.
We should document best practices for how to organize a single project: where to put files, how to break them apart, how and when to use sub-modules, the advantages and...
Currently, our unit testing topic uses the Mocha framework for unit testing Pulumi programs written in TypeScript. A more idiomatic way would be to use assertions via Promises as shown...
## Affected feature I created a dynamic provider to manage Azure (see [source code in this comment](https://github.com/pulumi/pulumi-azure-native/issues/553#issuecomment-790142699)) I updated several times the dynamic provider source code, especially to make the...
### Problem description This page: https://www.pulumi.com/docs/intro/concepts/stack/#stackreferences discusses stack references and how to get outputs from another stack. The text and examples only discuss `getOutput()` The `requireOutput()` method should also be...
While we have the language-neutral content at https://www.pulumi.com/docs/intro/concepts/inputs-outputs/ that includes examples for Go, the way Inputs and Outputs work in Go in particular is unique in a number of ways...
### Problem description We have some customer confusion how [GitHub Actions](https://www.pulumi.com/docs/guides/continuous-delivery/github-actions/) and [GitHub App](https://www.pulumi.com/docs/guides/continuous-delivery/github-app/) differ from each other and how they can be used together. ### Suggestions for a fix...
weve got our logos in two different places, lets fix this https://github.com/pulumi/pulumi-hugo/tree/master/themes/default/static/images/logo https://github.com/pulumi/pulumi-hugo/tree/master/themes/default/static/logos/brand
File: [themes/default/content/docs/intro/concepts/state.md](https://www.pulumi.com/docs/intro/concepts/state/) I read the Backend documentation and was still unaware that there was a `backend.url` option available in the `Pulumi.yaml` file and I had to ask in [Slack](https://pulumi-community.slack.com/archives/C84L4E3N1/p1618279689491500). I...