* Use fnOutput forms to simplify kubernetes/apps.md
* Update crosswalk/aws/eks.md
* Upd azure/review-project.md: skip go as it flags off fnOutput
* Update crosswalk/aws/vpc.md
* Update aws/how-to-guides/ec2-webserver.md
* Update guides/adopting/from_aws.md
* PR feedback on TypeScript
* Revert unfortunate change
* Add some initial structure for what is pages
* Add some dots
* Refinements to what is pages
* Make the linter happy
* Add why is python so popular topic page
* Add infrastrucutre as code internal links
* Add infrastructure as software internal links
* Fix link formatting
* Move CrossGuard Get Started in the nav
Per discussion about the ToC in #2894 and related, this change
moves the CrossGuard getting started into the CrossGuard user guide.
* Fix some dormant linter errors
* Apply @susanev's CR suggestion
Co-authored-by: susan evans <susan.ra.evans@gmail.com>
Co-authored-by: susan evans <susan.ra.evans@gmail.com>
* Update modify-program.md
Change `bucketObject` to `_`. Since it's not used elsewhere, compilation will fail. Since `err` was already defined, `:=` has to be changed to `=`
* Update modify-program.md
Kept `bucketObject`, but added `bucketEndpoint` to make use of `bucketObject`
* Update deploy-changes.md
Modified the export, to make use of variable created earlier.
* Replace some readFileSyncs with FileAsset
The get-started tutorials for AWS and GCP still used the readFileSync
(or equivalent in other languages) way of reading contents for uploading
to cloud storage. There was also an instance in the Terraform migration
example.
The examples have all been changed to not use a subdirectory in order to
avoid the potential issue pointed out by Joe in #4903
* Apply suggestions from code review
* Replicating updates to Azure tutorial
Co-authored-by: David Wrede <d_wrede@yahoo.com>
Co-authored-by: Dave Wrede <dave@pulumi.com>
* Update setup.md
Capitalize `ID`, in line with `clientID` and `tenantID`
* Update create-project.md
Added Azure CLI command to quickly list alternative Azure locations
Co-authored-by: David Wrede <dave@pulumi.com>
* Merging existing content with rproposed rewrites in this PR, fixed broken links, etc.
* Add redirect to concepts overview page as stop-gap to handle auto-gened ref content links
* Apply suggestions from code review
Co-authored-by: Luke Hoban <luke@pulumi.com>
* Fix broken links
* Incorporating TR feedback
* Fixed broken links
* Incorporating remaining feedback, renamed and refactored content, updated links
* Add client-side redirect logic to map old anchors to new
* Incorporated more feedback, refactored runtime function content, fixed broken links
* Minor typo fix
Co-authored-by: Christian Nunciato <c@nunciato.org>
* Copy edit
Co-authored-by: Christian Nunciato <c@nunciato.org>
* Update content/docs/intro/concepts/project.md
Co-authored-by: Christian Nunciato <c@nunciato.org>
* Incorporated TR feedback
* Trimmed left nav link title
Co-authored-by: David Wrede <dave@pulumi.com>
Co-authored-by: David Wrede <d_wrede@yahoo.com>
Co-authored-by: Luke Hoban <luke@pulumi.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>