Deployments relaunch blog post, reference docs, and API docs.
---------
Co-authored-by: Pat Gavlin <pat@pulumi.com>
Co-authored-by: Komal <komal@pulumi.com>
* Update about page, including new leadership and press pages.
* Apply suggestions from code review
Co-authored-by: George Huang <george@pulumi.com>
* Implement responsive layouts.
* Update svg timeline, update spotlight photos on banner.
* Re-order leadership, update text and meta desc per marketing feedback.
* Final set of changes - update Lindsay's title, add Board firms on leadership page, updated community links, update timeline svg and text, fix active state for anchor tag links.
* Rebase bundle.
---------
Co-authored-by: George Huang <george@pulumi.com>
* remove upcoming filter for workshops in the past based on date
* show 'recording coming soon' instead of registration for old workshops
* fix date formatting on 4/1/2020 workshop
* Update to KubeCon
Fixing typos and language issues
* Update themes/default/layouts/page/kubecon.html
fixing space
* fix formatting
---------
Co-authored-by: Sean Holung <sean.holung@gmail.com>
Some of our documentation currently states that
we support Go 1.18 or higher.
This is not accurate.
We support only those versions of Go that are supported by upstream Go:
typically the latest two minor versions (e.g., 1.20 and 1.19 right now).
This tweaks the wording there to just "supported versions"
instead of hard-coding 1.18 or 1.19
and having to update that 6 months from now.
---
This shortcode is used on the following pages:
```
% rg -l install-go
themes/default/content/docs/get-started/aws/begin.md
themes/default/content/docs/get-started/gcp/begin.md
themes/default/content/docs/get-started/kubernetes/begin.md
themes/default/content/docs/get-started/azure/begin.md
themes/default/content/docs/guides/automation-api/getting-started-automation-api.md
```
* Update copy on home page
* Add automation api layout
* Fix typo
* Add some examples
* Address some feedback
* Update homepage with recent changes
* Update slot machine copy
* Address feedback
* Fix headline
* Add templates cta
* Make label smaller
* Update testimonials
* Update themes/default/content/_index.md
Co-authored-by: George Huang <george@pulumi.com>
* Update themes/default/content/_index.md
* Apply suggestions from code review
Thanks Christian
Co-authored-by: Christian Nunciato <c@nunciato.org>
* Apply suggestions from code review
Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: aaronkao <aaronkao@users.noreply.github.com>
* Address feedback
* Update themes/default/content/_index.md
Co-authored-by: George Huang <george@pulumi.com>
* Add java example for eks
* Address auto api feedback
* Tighten up some padding and code, use text-lg to align with other sections (#2434)
Co-authored-by: aaronkao <aaronkao@users.noreply.github.com>
Co-authored-by: George Huang <george@pulumi.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
Some of the documentation for secrets hard-codes
links to the Python APIs.
Replace these with shortcodes for those APIs
that change as different languages are selected.
Additionally, the following changes were made to the shortcodes:
- getsecret, requiresecret, secret-new: teach about Java
- secret-new: Fix Go API -- there's no "NewSecret", only "ToSecret"
Supersedes #2404
* Use github token if available for api calls
* Update themes/default/layouts/shortcodes/pulumi-command.html
Co-authored-by: Abhinav Gupta <mail@abhinavg.net>
Co-authored-by: Abhinav Gupta <mail@abhinavg.net>
* add images for final CED update
* add new resources pages for CED workshops
* update CED page with new resources pages, customer stories and recommended sessions sections
* add CED to featured resources
* PR feedback
* add rel=0 to youtube video
* Add GCP version of challenge
Add the GCP version of the "Startup in a Box" Pulumi challenge. Clean up unneeded HTML at the start of the document. Standardize on second person voice.
Signed-off-by: Scott Lowe <slowe@pulumi.com>
* uncomment blog tile, use updated blog link
* correct link for templates
* remove relref
Co-authored-by: Zack Chase <zachary@pulumi.com>
* change CTA for crosswalk tile
Co-authored-by: Zack Chase <zachary@pulumi.com>
Recently (#2242) this page was updated with an extra link using
relref. It passed CI here because
- files in layout/ are not linted (which would have picked up the relref)
- link checking is done downstream in pulumi/docs, because it's normal
to have links into content housed elsewhere (e.g., reference docs)
.. but failed CI in pulumi/docs
(https://github.com/pulumi/docs/actions/runs/3484599929/jobs/5829326415).
relref links with trailing slashes are known to cause problems, so a
quick fix to unblock site builds downstream is to remove the trailing
slash.
Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: Michael Bridgen <mbridgen@pulumi.com>