* Add a Migration Hub and associated blog post
* Add callouts to open source and startup offers
* Add a comparison link to the migration hub pages
* Update blog post publish date
* Layout fixes, minor spelling/punctuation nits
* Fix button hovers
* Apply suggestions from code review
Co-authored-by: James Denyer <james.denyer@gmail.com>
Co-authored-by: Aaron Friel <mayreply@aaronfriel.com>
* Fix a few mistakes
* Fix contact link
* Apply suggestions from code review
Co-authored-by: Christian Nunciato <c@nunciato.org>
* Add partner callout, and OSS and startup offers
* Link to the hub from the opening paragraph
* Update the blog go live date
Co-authored-by: Christian Nunciato <c@nunciato.org>
---------
Co-authored-by: Christian Nunciato <chris@nunciato.org>
Co-authored-by: James Denyer <james.denyer@gmail.com>
Co-authored-by: Aaron Friel <mayreply@aaronfriel.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
* Add sponsor logos
* Add back navigation link to session list
* Update google cloud logo
* Fix up logo sizes
* Update NGINX logo
* Add more CES sponsor logos
* Address feedback
* Add back links for sponsors
* Add Github sponsor logo
* Rearrange existing User Guide ToC
* Rename "Tutorials and Guides" to "User Guides."
* Rename "Cloud Programming Tutorials" just to "Tutorials."
* Sort "Tutorials" at the top of this list.
* Make room for the new "Adopting Pulumi" user guide.
* Add the Adopting Pulumi index page
* Add an import guide
This is largely based on the existing import blog post.
* Add an initial, half completed, Terraform guide
* Add the empty AWS, Azure, and Kubernetes pages
* Fix a few broken links
* Add coverage of tf2pulumi in the adoption guide
* Use shorter titles
I had wanted to use the longer titles because they look better in
SEO. However, unfortunately the breadcrumbs use the title it seems,
and not the display H1 or menu name, which means the breadcrumbs
ended up looking ridiculously long and redundant.
* Add an AWS CloudFormation migration guide
* Add a guide for moving to Pulumi from ARM
* Add some logos to spruce things up
* Add a page for Kubernetes adoption
* Fix a typo in the copy button code
* Apply @lukehoban suggestions from code review
Co-Authored-By: Luke Hoban <luke@pulumi.com>
* Incorporate more code review feedback
Co-authored-by: Luke Hoban <luke@pulumi.com>
* Do an editorial pass over programming model docs
This is an editorial pass over the programming model docs, as part
of #1618. This includes rearranging ordering to minimize forward
references, getting rid of anything that smells "TypeScript-only",
restructuring headers so the ToC is a bit more structured,
wordsmithing, fleshing out examples, and trying to simplify the
presentation of content -- while also embellishing where it helps.
This is not done. The Go and TypeScript pages are empty. There is
still quite a number of TypeScript-only hyperlinks and terminology.
* Add Vim swp files to gitignore
* Use shortcodes to cut down on language-specific text/links
This change adds some shortcodes for common language-specific
text and associated links.
For instance, outputs are Output in JS, Output<T> in TS,
Output[T] in Python, Output in Go, and Output<T> in C#, and go
to very different places hyperlink-wise.
Because of the way our language switcher JavaScript works, we
display the JS version by default until it kicks in and picks
up the user's choice. This avoids awkward flashes in which all
or none of the options are available or missing.
I'm not done applying this to all possible codes, but at least
it lays the foundation to start paying down this debt.
* Fix a couple hygiene issues
* Clarify conditional execution of apply
* Fix input shortcode
* Add shortcodes for most language-specific things
This eliminates most (all?) of the language-specific texts and
links in the programming model document, replaced with shortcodes.
* Fix up some loose ends
* Add Go language page and Get Started guides
* Fix linter errors
* Apply suggestions from code review
Co-Authored-By: Christian Nunciato <c@nunciato.org>
* Apply additional code review feedback
* Use spaces, not tabs.
* Use tailwind styles, not inline CSS.
Co-authored-by: Christian Nunciato <christian@pulumi.com>