These guides didn't actually compiled. I guess the APIs may have
changed since writing them, but there were also syntax issues --
like using single quotes instead of doubles -- and semantic
issues -- like referring to incorrect types given the way the
using statements have been laid out. I've verified these compile.
* Minor tweaks to the .NET page
* Avoid jumping scroll position on Safari
Add F# and VB examples at the top to mitigate. The scroll position still jumps slightly due to each language's example having differing number of lines, but at least the scroll position remains in the vicinity of where it was before.
* Fix Getting Started buttons on mobile
* "VB" instead of "Visual Basic" in lang chooser tabs
This change adds a few things to the .NET landing page:
- Add the .NET Core logo.
- A bit more about "why you might care."
- Add a basic code snippet.
- Add a Getting Started section. We want to drive people here
when first landing on this page as much as possible, since it's
the best experience (despite it being C#-only).
- Use the language switcher for C#/F#/VB templates.
- Reorder some content so most relevant is above the fold.
- Add CI/CD coverage of Azure DevOps pipelines and GitHub Actions.
* Add documentation for Pulumi 1.2 and 1.3 features
Adds documentation for:
1. The `transformations` resource option
2. The `--trace` flag for capturing performance traces
As part of (2) also expanded the troubleshooting page with more
diagnostics tips.
Fixes#1910.
* Apply suggestions from code review
PR feedback.
Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>