932 Commits

Author SHA1 Message Date
Evan Boyle
452a348589
Pulumi Deployments Relaunch (#2591)
Deployments relaunch blog post, reference docs, and API docs.

---------

Co-authored-by: Pat Gavlin <pat@pulumi.com>
Co-authored-by: Komal <komal@pulumi.com>
2023-03-29 04:54:59 -07:00
Scott S. Lowe
ed10a75b9e
Remove references to swag (#2590)
Remove references to swag in the Pulumi Challenges

Signed-off-by: Scott Lowe <slowe@pulumi.com>
2023-03-24 14:48:59 -06:00
Kimberley Mackenzie
a19306edab
Remove extra period. (#2589) 2023-03-24 17:54:54 +00:00
Sean Holung
506abdbd06
Add rss feed for events (#2581) 2023-03-24 10:33:53 -07:00
Kimberley Mackenzie
624f30084e
Update about page, including new leadership and press pages (#2543)
* 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>
2023-03-23 12:41:43 -07:00
Sarah Hughes
bf6d2ff761
Sarah/resources cleanup (#2571)
* 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
2023-03-16 11:35:20 -07:00
Sean Holung
9d0d03596b
fix code example rendering on mobile (#2570) 2023-03-15 12:06:24 -07:00
Sarah Hughes
6295c44c96
Sarah/countdown (#2549)
* create date countdown with circle outline

* add test for countdown circles

* add date countdown to pulumiUP pages

* commit the bundle?
2023-03-15 11:15:40 -07:00
Sarah Hughes
614db15e29
update blogs/docs ad for pulumiUP (#2569) 2023-03-15 10:11:00 -07:00
Sean Holung
9f115f8326
update title tags to replace slashes with dots for registry pages (#2554) 2023-03-10 16:17:22 -08:00
Sean Holung
bca19d7a89
new product overview page (#2475)
Co-authored-by: George Huang <george@pulumi.com>
2023-03-10 15:36:58 -08:00
Sarah Hughes
c733483dcb
update pulumiUP text (#2552)
* update pulumiUP text

* remove more cloud engineering references
2023-03-10 11:48:06 -08:00
Sarah Hughes
3193b2627f
add formcomplete script (#2551)
* add formcomplete script

* put the script on this year's page
2023-03-10 10:23:25 -08:00
Sarah Hughes
fe3b020731
Sarah/up 2023 (#2545)
* move reusable sections to partials

* replace kubecon reused components with partials

* update header links to replace CED with PulumiUP

* update event session registration modal to skip session selection step with only 1 option

* add new images

* add 2023 pulumiUP pages

* commit the bundle?

* Update themes/default/content/pulumi-up/_index.md

Co-authored-by: Zack Chase <zachary@pulumi.com>

* update youtube links

* add new meta images

* update title, add thanks for registering

---------

Co-authored-by: Zack Chase <zachary@pulumi.com>
2023-03-09 10:30:02 -08:00
Christian Nunciato
e081e138ed
Remove dead links, handle missing URLs on the About page (#2534) 2023-03-06 18:06:06 -08:00
Sarah Hughes
07658fded8
update kubecon text with booth number (#2515) 2023-02-27 11:02:32 -08:00
Sara
68e0954059
Update to KubeCon (#2506)
* 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>
2023-02-16 14:08:09 -08:00
Sean Holung
bd6cc01c61
adjust mobile view for kubecon page (#2496) 2023-02-15 11:57:23 -08:00
Sarah Hughes
78fa959516
update kubecon landing page for 2023 (#2490)
* update kubecon landing page for 2023

* feedback, sizing issues
2023-02-13 15:53:04 -08:00
Abhinav Gupta
6ed2e7adc4
shortcode/install-go: Recommend "supported" versions of Go (#2476)
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
```
2023-02-07 15:48:56 -08:00
Sarah Hughes
c615aeb445
remove deployments registration form, link buttons to docs page (#2473) 2023-02-06 16:39:16 -08:00
Zack Chase
d0b4341a6c
Update copy on home page (#2195)
* 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>
2023-01-24 14:02:57 -08:00
Zack Chase
6c7feff23d
Move theme back into this repo (#2036)
* Move theme back into this repo

* Ignore theme files in prettier for now

* Update theme files

* Update run commands and docs
2023-01-18 12:53:09 -08:00
Abhinav Gupta
3891a48975
concepts/secrets: Use language shortcodes for APIs (#2405)
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
2023-01-17 13:28:16 -08:00
Zack Chase
a6cdb17fdb
Use github token if available for api calls (#2406)
* 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>
2023-01-17 12:59:56 -08:00
Zack Chase
eefd35a287
Add noindex to taxonomy pages (#2138) 2023-01-12 14:31:24 -08:00
Zack Chase
b84e155727
Add additional text in titles for docs and registry (#2387) 2023-01-10 12:00:46 -08:00
Sarah Hughes
9b1f963677
Final CED updates (#2356)
* 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
2023-01-06 11:44:21 -08:00
Scott S. Lowe
59ce17232d
Add GCP version of the first Pulumi Challenge (#2362)
* 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>
2023-01-04 14:27:51 -08:00
Christian Nunciato
9086a9a6fa
Add a page listing all blog tags (#2064) 2023-01-04 13:13:21 -08:00
Christian Nunciato
a391967eee
Add a Deploy with Pulumi button option to template pages (#2353) 2022-12-22 12:59:04 -08:00
Christian Nunciato
2e8c1b8d1e
Link to GitHub discussions (#2341) 2022-12-20 19:06:15 +00:00
Laura Santamaria
53d658952a
feat(dev-adv): decommission the developer advocacy page and offboard Laura and Kat (#2293) 2022-12-20 11:46:58 -07:00
meagancojocar
5e7b44b737
Pricing page updates for sales tax (#2305) 2022-12-15 13:00:18 -08:00
George Huang
02d35f9566
Update title of quotes page (#2321)
* Update title

* update nav

* Update _index.md

* update copy to engineers
2022-12-13 15:36:27 -08:00
Sean Holung
45f76bc611
add testimonials page (#2298) 2022-12-12 15:31:38 -08:00
George Huang
495de91c30
Add crosswalk MiW video to pages (#2294) 2022-12-05 19:36:58 -08:00
aaronkao
42ff0f0c29
Pulumi Challenge # 4 - Holiday Shopping (#2262)
Co-authored-by: Christian Nunciato <c@nunciato.org>
2022-12-02 11:37:29 -08:00
Sarah Hughes
f5a261c36e
uncomment blog tile, use updated blog link (#2264)
* 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>
2022-11-29 09:52:52 -08:00
Zack Chase
0a1ab5a7d8
Update home page layout to support more logos (#2265)
* Update home page layout to support more logos

* Change development to infrastructure

* Fix mobile layout
2022-11-28 15:57:52 -08:00
Sarah Hughes
f781d7a1ef
update CED page with keynote recordings, copy changes, and available workshop recordings (#2261) 2022-11-22 15:51:16 -08:00
Sarah Hughes
73a4f4970f
create landing page for re:Invent (#2255) 2022-11-18 11:57:00 -08:00
susan evans
2470ea202c
Removing problematic trailing slash on relref (#2248)
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>
2022-11-17 11:17:20 +00:00
George Huang
7188c75fb9
Add team & org access tokens to pricing page (#2242)
* Add team & org access tokens to pricing page

* tweak to wording

* Update themes/default/layouts/page/pricing.html

Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com>

* Fix rel ref

Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com>
2022-11-16 14:49:18 -08:00
Sarah Hughes
1ad8cea93f
remove registration prompts for finished workshops, remove section links to CED registration form (#2229) 2022-11-15 09:22:18 -08:00
Zack Chase
a046497a44
Update the pricing page (#2223)
* Update pull-request.yml (#71)

* CED 2022 night before update (#81)

* Add some docs for Automation API for Pulumi Deployments (#76)

* Remove preview note from Pulumi YAML (#77)

* Deployment marketing page (#67)

* add preview sign-up page for Pulumi Deploy

* add pulumi deployments signup page to navigation

* use theme updates for icons

* update meta description

* Copy edits

* add 'learn more' section to the bottom

* center the learn list

* Update copy in the three scenarios section

* Add youtube video, buttons to jump to registration

* update graphic

* Revert "use theme updates for icons" - related theme PR is merged

* Edit messaging about Automation API 10x stat

* update learn more section, fix some height mismatches

Co-authored-by: George Huang <george@pulumi.com>

* Deployment docs (#70)

* wip draft of Deployment docs

 setting up structure for others to collaborate

* Increment weights

* Update Continuous Delivery docs

* Thorough redo until GET deployment

* Add banner to Pulumi Service  page & add slack

* Update list deployments

* Pass over logs docs

* Config documentation (#2079)

* Update go.mod

* Update pull-request.yml (#71)

* Empty commit to trigger a preview

* wip (just pushing changes inbetween meetings throughout the day)

* wip draft of Deployment docs

 setting up structure for others to collaborate

* Increment weights

* Thorough redo until GET deployment

* Update Continuous Delivery docs

* Update list deployments

* Add banner to Pulumi Service  page & add slack

* Pass over logs docs

* wip (just pushing changes inbetween meetings throughout the day)

* Empty commit to trigger a preview

* Update themes/default/content/docs/intro/pulumi-service/deployments.md

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Update themes/default/content/docs/guides/continuous-delivery/github-app.md

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Update themes/default/content/docs/guides/continuous-delivery/github-app.md

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Addressing susan's feedback

* add numbering to github app installation steps

* Add cancel

* Indent to fix lint-breaking issue

* content updates

* empty

Signed-off-by: susanev <susan.ra.evans@gmail.com>

* potentially final push?

Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: Komal <komal@pulumi.com>
Co-authored-by: George Huang <george@pulumi.com>
Co-authored-by: Fraser Waters <fraser@pulumi.com>
Co-authored-by: Frassle <Frassle@users.noreply.github.com>
Co-authored-by: GH Action - Upstream Sync <action@github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Pricing page update (#73)

* Updates to pricing page

* fix format

Signed-off-by: susanev <susan.ra.evans@gmail.com>

* edit

Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: susanev <susan.ra.evans@gmail.com>

* Update security whitepaper date

* Updated CED page to remove registration and add 'join now' button (#79)

Co-authored-by: Sarah Hughes <sarah@pulumi.com>

Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: Justin Van Patten <jvp@justinvp.com>
Co-authored-by: Ian Wahbe <ian@wahbe.com>
Co-authored-by: Sarah Hughes <sarah@pulumi.com>
Co-authored-by: George Huang <george@pulumi.com>
Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com>
Co-authored-by: Komal <komal@pulumi.com>
Co-authored-by: Fraser Waters <fraser@pulumi.com>
Co-authored-by: Frassle <Frassle@users.noreply.github.com>
Co-authored-by: GH Action - Upstream Sync <action@github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Pulumi Deployments Launch Blog (#82)

* add deployments launch blog

* fix imgs

Signed-off-by: susanev <susan.ra.evans@gmail.com>

Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: susanev <susan.ra.evans@gmail.com>

* Overview and YAML GA blog posts (#80)

* Initial overview blog

* Intial YAML GA post

* Linting

* update homepage banner for pulumi deployments launch (#74)

* Pulumi Deployments mini challenge (#69)

* Pulumi Deployments mini challenge

* Update themes/default/content/challenge/deployments.md

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Apply suggestions from code review

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Updated main challenge page

* Add deployments press release

Co-authored-by: susan evans <susan.ra.evans@gmail.com>
Co-authored-by: zchase <zachary@pulumi.com>

* Update copy (#84)

* Update copy

* Update some more copy

* Update image

* few clean ups

* Update index.md

* Update themes/default/content/blog/announcing-new-usage-based-pricing-for-your-whole-team/index.md

* Update image

Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com>
Co-authored-by: isaac-pulumi <59850911+isaac-pulumi@users.noreply.github.com>

* Update team-edition-cost.png

* Update pricing.html

Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: GH Action - Upstream Sync <action@github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: Justin Van Patten <jvp@justinvp.com>
Co-authored-by: Ian Wahbe <ian@wahbe.com>
Co-authored-by: Sarah Hughes <sarah@pulumi.com>
Co-authored-by: George Huang <george@pulumi.com>
Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com>
Co-authored-by: Komal <komal@pulumi.com>
Co-authored-by: Fraser Waters <fraser@pulumi.com>
Co-authored-by: Frassle <Frassle@users.noreply.github.com>
Co-authored-by: susan evans <susan.ra.evans@gmail.com>
Co-authored-by: Evan Boyle <EvanBoyle@users.noreply.github.com>
Co-authored-by: Luke Hoban <lukehoban@gmail.com>
Co-authored-by: aaronkao <aaronkao@users.noreply.github.com>
Co-authored-by: isaac-pulumi <59850911+isaac-pulumi@users.noreply.github.com>
2022-11-14 14:33:49 -08:00
susan evans
c1223c2eb1
fix deploy form (#2187) 2022-11-03 16:15:03 -07:00
Christian Nunciato
3ab7ac4b32
Use RelPermalink instead Permalink (#2177) 2022-11-03 14:24:43 -07:00
Sarah Hughes
829f974876
remove CED banner, replace ad on docs with Pulumi Deployments (#2184) 2022-11-03 09:20:22 -07:00
susan evans
1999d25123
fix mobile nav (#2182) 2022-11-02 13:17:18 -07:00