* fix(import ids): update location and availability
Update docs to include where to find import IDs and how to know if they're available.
* style(note): update note style
* style(notes): update the other note
* Add TypeScript to the Pulumi Fundamentals pathway
* Address feedback
* Fix langfile references
* Address feedback
* Don't do that
* Add TypeScript output as well
* Little fixes
* Add update plans blog draft
* Add asciicasts of update plans
* Update date
* Update themes/default/content/blog/announcing-public-preview-update-plans/index.md
Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com>
* New meta image
* markup
* lint
* Update version
* Drop header
* Apply suggestions from code review
Co-authored-by: George Huang <george@pulumi.com>
* Rephrase example description a bit
* Update date for Wednesday publish
* Apply suggestions from code review
Co-authored-by: George Huang <george@pulumi.com>
Co-authored-by: Fraser Waters <fraser@pulumi.com>
Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com>
Co-authored-by: George Huang <george@pulumi.com>
We don't currently have any content on this page, and it's indexed, so we should probably send those who find it to our current Crosswalk for AWS docs.
* feat(pathway): add initial scaffolding for new pathway
* feat(intro): adding in the draft intro for the pathway
* feat(scaffold): add scaffolding of pathway
* feat(content): add more content
* feat(content): add more content to the pathway
* feat(components): adjust to work with component resources
* feat(abstraction): add diagram
* revert(accident): revert accidental commit
* fix(lint): patch trailing spaces
* fix(lint): another one
* fix(code): stop coding half-asleep on flights; fixing error
* fix(derp): remove leftover text
* feat(meta): add forgotten meta image
* Apply suggestions from code review
Accepting first round.
Co-authored-by: Josh Kodroff <jkodroff@users.noreply.github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
* fix(review): update from review
* fix(review): update to match review
* fix(review): add more review responses
* fix(review): add more updates based on review; move around the components
* fix(review): add a bit more from review
* fix(lint): fix whitespace and missing transition line
* fix(handling): forgot to update error handling; fixing based on review
* fix(wording): patch from review
* fix(review): add the last of the review stuff
* fix(review): add final fixes from review
* Update themes/default/content/learn/abstraction-encapsulation/_index.md
Co-authored-by: Christian Nunciato <c@nunciato.org>
* Apply suggestions from code review
Co-authored-by: Christian Nunciato <c@nunciato.org>
* fix(meta): update meta images
* fix(line): add empty line to make markdown happy
* fix(review): wording patch
* fix(review): add comments to code for better readability
* fix(review): add links and examples
Co-authored-by: Josh Kodroff <jkodroff@users.noreply.github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
Per: https://www.pulumi.com/docs/intro/languages/go/
> Pulumi supports writing your infrastructure as code using the Go language. Go 1.16 or later is required.
The basic `pulumi new go` setup fails to preview when using Go < 1.16.x in the provided GitHub Actions templates.
* Update SSO configuration instructions for Okta
Co-authored-by: susan evans <susan.ra.evans@gmail.com>
Co-authored-by: Christian Nunciato <christian@pulumi.com>