373 Commits

Author SHA1 Message Date
Devon Grove
a1bc843bf3 Merged from master ignoring change to aws native doc 2021-10-05 11:56:49 -07:00
susan evans
67e917a5f6
fix banner link text (#683) 2021-10-05 11:15:22 -07:00
Devon Grove
fb35f88553 Fixed remaining links, site builds w/ API docs paths 2021-10-05 10:09:25 -07:00
Alex Mullans
638ce7c023
Revert "Move resources to events-workshops (#625)" (#671)
This reverts commit cc7cf448295940b960a657590efb3722623a2579.
2021-10-01 11:08:22 -07:00
Praneet Loke
cc7cf44829
Move resources to events-workshops (#625)
* Rename content/resources to content/events-workshops. Add alias for resources in events-workshops/_index.md

* Update references to /resources/* to /events-workshops/*

* Update the Resources option in the header nav to Events & Workshops

* Rename resources layouts to events-workshops

* Add aliases to all content/events-workshops/* pages for /resources

* Add a tool (redirector) that can add aliases when moving content in bulk

* Update indentation to use 2-spaces for the aliases list in events-workshops/pulumi-update-2020-04-29
2021-10-01 09:42:03 -07:00
Devon Grove
44b27f2e81 Merge remote-tracking branch 'origin' into reg-staging 2021-09-28 08:22:13 -07:00
Zack Chase
aff0a775fc
Add whylabs and panther labs case studies (#587)
* Add whylabs and panther labs case studies

* Update home page logo section

* Apply suggestions from code review

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

* Fix up home page logos

Co-authored-by: George Huang <george@pulumi.com>
2021-09-27 09:52:59 -07:00
Devon Grove
28560b8cd6
Fix paths for all outdated refs so they will not point to redirect (#622) 2021-09-23 07:50:51 -07:00
Zack Chase
b027933b77
Add registration for 2021 Cloud Engineering Summit (#562)
* First cut of sessionize integration

* Add working registration flow

* Some copy updates and formatting fixes

* CES registration updates

* Address some feedback

* Remove uneeded pages and update ctas

* Remove unused image

* Address feedback
2021-09-03 14:25:41 -07:00
Christian Nunciato
0ed9e751a6
Support page-level noindex (#540) 2021-08-31 13:18:29 -07:00
Zack Chase
d3a26acf29
Update Cloud Engineering Summit banner text (#522)
* Update Cloud Engineering Summit banner text

* Apply suggestions from code review

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

Co-authored-by: isaac-pulumi <59850911+isaac-pulumi@users.noreply.github.com>
2021-08-18 14:03:04 -04:00
Zack Chase
e68ee94ed4
Automation API page update. (#479)
* First cut of new automation api page content

* Tighten up responsive design

* Apply suggestions from code review

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

* Address feedback

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

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

Co-authored-by: George Huang <george@pulumi.com>
2021-08-10 16:39:55 -07:00
George Huang
fde8b2b594
Update Kenshoo branding to Skai (#472)
* Update Kenshoo branding to Skai

Kenshoo rebranded to Skai, so we need to update the copy.

* Update skai branding across site

* resize skai logo

Co-authored-by: Zack Chase <zachary@pulumi.com>
Co-authored-by: spara <sophia.parafina@gmail.com>
2021-08-03 16:51:04 -07:00
Christian Nunciato
8dd164c441
Learn Pulumi style adjustments (#457) 2021-07-29 08:59:09 -07:00
Zack Chase
ea03148979
Update banner and old events (#429) 2021-07-22 15:11:21 -07:00
Zack Chase
f4c0ea3a92
Consolidate contact us forms (#323)
* Add new contact us section

* Refactor multi select form component to allow more than just date selecting

* Add selector to contact us form

* Consolidate contact us sections across website

* Fix tests

* Address feedback
2021-07-16 13:19:12 -07:00
Zack Chase
1637405909
Add Cloud Engineering Summit to header submenu (#396)
* Add Cloud Engineering Summit to header submenu

* Update text of cloud engineering summit description

* Address feedback

* Update livestream date
2021-07-16 10:45:25 -07:00
Joe Duffy
3927943cb1
Filter blog tags to Top 40, and add back some metadata (#350)
* Only show the top 40 blog tags

In https://github.com/pulumi/pulumi-hugo/pull/215, I had suggested
that instead of physically deleting tags we didn't want to show, we
compute it algorithmically, by only showing the "Top N" tags. This
commit introduces said functionality.

This has a few advantages:

* Preserves old metadata (the authors added the tags because they
  felt they were meaningful and captured information about the posts).

* Enables us to surface those tags differently in the future (who
  knows, maybe someday we'll want to run a "spinnaker" campaign).

* Notably, also keeps the tag index pages, which Google has indexed.

* Enables us to add a "View More ..." link at the bottom of the
  page if folks want to see the entire list.

* Perhaps most importantly, protects against future bloat. For
  example, since this tag cleanup happened, we have added top-level
  tags for "aliases", "app-runner", "iam", "open-source", and
  "refactoring", each of which has only a single post.

I chose 40 as the N in Top N, because that's how many we show today.
I could see an argument for filtering this based on post count
instead (e.g., only those with >3 posts).

* Add back some tags

Now that we filter out unpopular tags, we can add back some of the
ones previously removed.
2021-06-21 17:31:35 -07:00
susan evans
5d28405ca7
fix nav toggle button (#309) 2021-06-10 11:12:56 -07:00
Christian Nunciato
685eefc586
Adjust docs & blog layout for tablets (#306) 2021-06-09 16:26:50 -07:00
Christian Nunciato
e4a6fea625
Remove query params (#299) 2021-06-08 11:16:12 -07:00
Christian Nunciato
1004191784
Lazy-load sentry (#282) 2021-06-01 11:46:19 -07:00
Christian Nunciato
3dfae85046
Upgrade TailwindCSS, etc. (#263) 2021-05-27 15:46:18 -07:00
Zack Chase
b33195c510
Remove PulumiUP docs sidebar ad (#245)
* Update PulumiUP docs banner ad

* Remove pulumiup docs banner

* Update banner

* Update pulumi up page

* Add PulumiUP to resources listings

* Apply suggestions from code review

Co-authored-by: Christian Nunciato <c@nunciato.org>

* Address feedback

* Apply suggestions from code review

Co-authored-by: Christian Nunciato <c@nunciato.org>

Co-authored-by: Christian Nunciato <c@nunciato.org>
2021-05-20 10:12:06 -07:00
susan evans
76a227f09d
add get started page to website (#195) 2021-05-12 15:56:26 -07:00
Joe Duffy
1a807a9915
Add an automation API landing page (#208)
* Add an automation API landing page

This is just an initial sketch. We'll make it better soon.

* Add some styles and put video above the fold

* Update getting started link

Co-authored-by: Zack Chase <zachary@pulumi.com>
2021-05-07 09:01:58 -07:00
Christian Nunciato
a8e7f22c6e
Remove Docs from the Learn menu (#181) 2021-05-03 12:37:04 -07:00
Christian Nunciato
3cbb98b257
Fix up some button things (#138) 2021-04-28 17:16:00 -07:00
Zack Chase
268f051e19
Update social card image (#129) 2021-04-27 16:55:07 -07:00
susan evans
cb6f7f773d
remove bgs (#149) 2021-04-27 12:09:07 -07:00
Zack Chase
2a7655c0d8
Remove old events from listings and update copy on the top banner (#108)
* Unlist old events

* Update banner text
2021-04-21 07:57:34 -07:00
Sean Holung
36a5263f86
update logo in page title (#112)
* switch logo
2021-04-20 19:32:37 -07:00
Zack Chase
323f677bb1
Update banner for the 3.0 launch (#102)
* Update banner

* Update banner styles

* Shorten text

* Update banner style part two
2021-04-20 10:56:51 -07:00
Christian Nunciato
96c6fd914f
Port content and theme from pulumi-hugo-internal (#85)
Co-authored-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: Zack Chase <zachary@pulumi.com>
Co-authored-by: kimberleyamackenzie <kimberleyamackenzie@gmail.com>
2021-04-20 00:37:26 -07:00
Zack Chase
f288a4e0dc
Update banners and add CTAs for PulumiUP in docs and blog pages (#25)
* Add internal ad id tracking to hubspot forms

* Add PulumiUP CTA to docs/blog pages

* Update banner and alert for PulumiUP

* Update the image to use brand colors and consistent borders, shadows

* Update button styling

* Apply suggestions from code review

Co-authored-by: Christian Nunciato <c@nunciato.org>

* Add semi-colon

Co-authored-by: Christian Nunciato <c@nunciato.org>
2021-04-07 15:48:13 -07:00
Christian Nunciato
fb56ee45f6 Initial commit 2021-04-06 07:36:14 -07:00
Zack Chase
3f40481a6f Update site banners and Intro workshop listings (#5424)
* Update introduction to pulumi listings

* Update site banners

* Add alias for PulumiUP page

* Update layouts/partials/banner.html

Co-authored-by: Christian Nunciato <c@nunciato.org>

Co-authored-by: Christian Nunciato <c@nunciato.org>
2021-03-10 15:40:23 -08:00
David Wrede
7fcffc3519 New search experience via Swiftype (#5223)
* Prototyping new Swiftype search integration

* Remove script for building search index

* Remove search

* Script cleanup

* Style adjustments

* Relocate search bar to top of left nav

* Back out inadvertent package.json additions

* Reparent the Swiftype autocomplete container

Co-authored-by: Christian Nunciato <c@nunciato.org>
2021-02-19 16:48:31 -08:00
David Wrede
2f39ad0bd8 Denote blog entries in Swiftype search result sets (#5262) 2021-02-16 11:08:57 -08:00
David Wrede
2173bd418c Override Swiftype title string to shortened version of main title (#5179) 2021-02-09 22:09:22 -08:00
Zack Chase
c749d5b5d3 Add "Ask The Expert" sessions for EU in Feb/March (#5168)
* Add ask the expert sessions for EU

* Fix bug with date param not working right

* Fix Aiven date

* Fixup the daylight savings and linking

* Update content/resources/ask-the-expert/index.md

Co-authored-by: Christian Nunciato <c@nunciato.org>

Co-authored-by: Christian Nunciato <c@nunciato.org>
2021-02-08 18:26:25 -08:00
Christian Nunciato
96842ef95f Remove and redirect language-specific provider docs (#5133) 2021-02-05 16:38:24 -08:00
Paul Stack
e524d4eb77 Adding a docs section for convertors (#5019)
Fixes: #4710

Please note that this adds a link title to the crd2pulumi doc that
only affects the docs navigation not the blog post listing itself
2021-01-25 23:38:13 +00:00
Zack Chase
4f9881c626 Add recording for Codefresh webinar and update site banner (#5000)
* Update top banner

* Add recording for codefresh webinar
2021-01-21 20:51:02 -08:00
Zack Chase
de03a4291e Clean up re:invent takeover and add some use case callouts (#4927)
* Clean up re:invent takeover and add some use case callouts

* Address feedback
2021-01-12 18:18:01 -08:00
Zack Chase
6f5814d7e7 Fix form component support non fieldset HubSpot forms (#4912)
* Fix waiting for hubspot form to load

* Fix up multiple listing implementation to support sorting

* Support different sorting per content type
2021-01-11 17:22:30 -08:00
Zack Chase
161d7562bb Add FY2021Q1 workshops (#4895)
* Add FY2021Q1 workshops

* Support multiple listings for webinars with multiple sessions

* Update description for intro workshop
2021-01-07 17:01:39 -08:00
Joe Duffy
50e689d768 re:Invent is done ;-) (#4881) 2021-01-05 07:34:41 -08:00
Zack Chase
956efebc60 Add eks workshop recording from re:invent (#4785)
* Add eks workshop recording from re:invent

* Update site banner
2020-12-11 13:57:24 -08:00
Zack Chase
5ee718012d Add kube interview to /aws page and update banner (#4759)
* Add cube interview to AWS page

* Add snowflake case study cta

* Update banner

* Address feedback
2020-12-09 10:35:03 -08:00