Grammatical correction from
“Automation API requires the Pulumi CLI to be installed and available on your `PATH` environment variable”,
to,
“Automation API requires the Pulumi CLI to be installed and available in your `PATH` environment variable.”
* Fix typo of -> or in assets type list
* Make Putting It All Together text generic over language
* Fixes
** fix camelcasing for node languages
** Make pulumi-bucket refs internal links.
I believe there is a mistake in the docs when generating auto completion
for the fish shell.
It looks like a general code snippet has been used and the `yourprogram`
has not been replaced with `pulumi`.
This did not work until I changed the fish completion filename to
`pulumi.fish` which I have done in the example command shown in the
docs.
Signed-off-by: Jonathan Parton <jon.parton@gmail.com>
* 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
* Mention provider's returned versions in Azure Native Version Guide
* Rephrase
Co-authored-by: Levi Blackstone <levi@pulumi.com>
Co-authored-by: Levi Blackstone <levi@pulumi.com>
The links are pointing to an old commit, which contains code that no longer works – it'd be more helpful to just point to something newer, here I picked master because it's the simplest
* Add more language coverage for Crosswalk/EKS docs
The Crosswalk/EKS docs are very good and are ranking highly on SEO.
However, we only had TypeScript examples, despite recently broadening
language coverage for our EKS component. This change adds language
choosers and equivalent examples in JavaScript, Python, Go, and C#.
* Fix lint errors
* Integrate code review feedback
* Make the Pulumi SDK reference docs more visible
This change adds the Pulumi SDK to the left-hand nav and
cross-links in a few more places (the language guides), while
also making them a little more visually appealing.
Fixespulumi/docs#4523.
* Add Pulumi SDK submenu links
* 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>