* 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>
In some recent online discussions, I noticed some factual errors in
the current state and backends documentation. In addition, the layout
was very difficult to follow, with a fair bit of redundant information,
and an ordering that didn't seem to make much sense. I've done an
editorial pass over the content. There isn't anything "majorly new"
here although I did also fill in some gaps I found as I rearranged
the content. Hopefully this is much easier to read/understand now.
* Switch Command Prompt example to PowerShell
* Clarifying usage of PowerShell + some Windows and AWS cleanup
* Extended install-pulumi shortcode, streamlined configuration section
* Minor typo fix
For the typescript example that handles an s3 `BucketEvent` the import for the TS interface is being imported from `@pulumi/pulumi` package instead of `@pulumi/aws`. This import is fixed in this PR.
* updated custom vpc to fix expected 2-3 arguments, but got 1
* updating security group name because Group names may not be in the format sg-* as per amazon
* added How to use your VPC, Security Group, and EC2 instance
* fixed lint extra spaces
* updated two description blocks on what the example shows
* fixed the spacing issues that were causing lint errors
* Smoothing out AWS Getting Started flow with intro copy updates
* Changing link to not target new window
Co-authored-by: Christian Nunciato <c@nunciato.org>
* Incorporated TR feedback
Co-authored-by: Christian Nunciato <c@nunciato.org>