* Move *2pulumi JS into its own file and load after jQuery is loaded
* Move element exists function to wrap entire on load logic
* Apply suggestions from code review
Co-authored-by: Christian Nunciato <c@nunciato.org>
* Fix typo
Co-authored-by: Christian Nunciato <c@nunciato.org>
* Add back tf2pulumi page
This page was renamed to kube2pulumi and shipped (huzzah!), so this
change adds it back. It also changes the URL to adopt the endpoint we
stood up in production, rather than my personal Pulumi account (oops).
* Don't throw, to avoid unhandled exceptions
This avoids the issue reported and fixed in
https://github.com/pulumi/docs/pull/4012.