17 Commits

Author SHA1 Message Date
b28985e793 Merge remote-tracking branch 'GitHub/master'
# Conflicts:
#	README.md
#	config/_default/config.yml
#	themes/default/content/docs/_index.md
2023-11-07 23:36:41 -05:00
Christian Nunciato
4e16109ca6 Remove Registry module and await in-progress workflows 2023-10-26 15:47:47 -07:00
Sean Holung
17b9d893b2 reorder hugo module imports 2023-10-06 14:31:55 -07:00
Christian Nunciato
d188322a99
Add Algolia search UI (#2868) 2023-06-12 12:00:58 -07:00
Sarah Hughes
a79d108888
update homepage title to reflect new messaging (#2723) 2023-04-19 17:13:19 -07:00
Zack Chase
dc9227f60e
Website updates (#2688)
* Initial homepage redesign pass, hero change + add sections

* bundle

* Add customer quotes to the homepage

* update title spacing, add Skai quote

* add new images for homepage

* spacing fixes

* update customer quotes

* sections + quotes updates, remove PDL logo

* update logo list

* add resource search diagram

adds resource search diagram for updates to product pages

* update diagram

"service" changed to "cloud"
provider count updated
added deployments and insights to diagram

* diagram revision

* Delete duplicate file

* Revision for real

* update images and backgrounds

* update twitter content

* remove unused graphic

* update hero secondary button

* fix community link color

* website updates

* fix logo size Signed-off-by: susanev<susan.ra.evans@gmail.com>

* updates to /product/ and /pulumi-service/

* update pricing and self-hosted pages

* fix formating

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

* remove relrefs from pricing

* fix html

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

* remove quotes from tweets, correct signup page links, customer logo changes

* update CTA button styles for purple background

* add links to homepage sections

* fix join link clickable area

* pulumi cloud & product changes, add some images

* update AI image to have language tabs

* styling fixes

* update product nav and text tweaks for /product

* fix logos spacing, update header button

* update copy

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

* change Pulumi Cloud URL and add alias for /product/pulumi-service, add newline to product overview title

* update nav links for Pulumi Cloud

* update Pulumi Deployments image

* shorten tweet height for twitter carousel

* fix univision logo

* update community link

* restyle community join link

* edit customer list

* join link styles pt 2

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

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

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

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

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

* update ai graphics

* Search docs (#94)


---------

Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com>
Co-authored-by: Luke Hoban <lukehoban@gmail.com>
Co-authored-by: evanboyle <evan@pulumi.com>

* appease the linter

* handle pricing table text-wrap, center cells (keeping left column left-aligned)

* Insights blog post (#101)

Co-authored-by: Eric Rudder <ericrudder@users.noreply.github.com>
Co-authored-by: aaronkao <aaronkao@users.noreply.github.com>

* Add Pulumi AI UI (#95)

* WIP

* Remove WIP text

* Handle over-limit errors

* Refactor the page structure

* Bit of code, CSS, markup cleanup

* Support querystring params

* Layout WIP

* Switch to two-column layout

* Add GPT toggle, hopefully fix highlight bug, glitchy copy buttons

* Fix a little copy button issue

* Fix set-focus glitch, signup URL

* Remove language tooltips and tweak emphasis color

* Mobile and tablet tweaks

* Shorted labels for mobile, leading on outputs

* Extend the pre-highlight wait a bit to allow for slower rendering

* Hard-code the endpoint URL to avoid the extra docs PR for now

* Remove log statement

* Pulumi Insights product page (#91)

* First commit

* Adding subtitles

* A few visual and textual tweaks

* Make edits to AI section

* Added gif

* Updated images

* Added Get Started button to AI section

* Add Pulumi Insights to product nav, alias for /insights

* reorder mobile nav items for product section

* Add search gif

* Corrected formatting error

* Resized images

* Updated gif and added form links

* Added Preview Signup page

* Linted and formatted

* Remove button, fix layout issue on submit, link to forms, show learn-more message

* Signup -> sign up

* Updated anchor links and margins

* Minor edit to lede copy

* fix hover on button

---------

Co-authored-by: Christian Nunciato <cnunciato@work.local>
Co-authored-by: Sarah Hughes <sarah@pulumi.com>
Co-authored-by: Christian Nunciato <chris@nunciato.org>
Co-authored-by: zchase <zachary@pulumi.com>

* mark insights blog as draft (#102)

---------

Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: Sarah Hughes <sarah@pulumi.com>
Co-authored-by: Anita Trimbur <anita@pulumi.com>
Co-authored-by: George Huang <george@pulumi.com>
Co-authored-by: susan evans <susan.ra.evans@gmail.com>
Co-authored-by: GH Action - Upstream Sync <action@github.com>
Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com>
Co-authored-by: Bryce Lampe <brycelampe@gmail.com>
Co-authored-by: Luke Hoban <lukehoban@gmail.com>
Co-authored-by: evanboyle <evan@pulumi.com>
Co-authored-by: Eric Rudder <ericrudder@users.noreply.github.com>
Co-authored-by: aaronkao <aaronkao@users.noreply.github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: Christian Nunciato <cnunciato@work.local>
Co-authored-by: Christian Nunciato <chris@nunciato.org>
2023-04-12 23:15:38 -07: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
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
Kimberley Mackenzie
e35e01f06f
Prettier Spike (#1517)
* Add Prettier set-up (no formatting in this commit).

* Manual fixes for Prettier issues.

* Run Prettier fix on non-markdown files.

* Incorporate Prettier PR feedback - update commands, re-apply new yaml styles, add editor config.

* Remove deprecated config item.

* Add dependency on prettier-plugin-go-template.

* reconcile changed file with prettier formatting.

* Add git blame ignore revs file to include Prettier formatting commit.

* Fix format issue with merge conflict.
2022-06-01 10:58:20 -07:00
Christian Nunciato
9f1ee26710
Sync changes from downstream (#1465) 2022-05-03 21:23:32 -07:00
George Huang
796f035528
Update Pulumi Security page (#1345)
* Update security.md

* Add security whitepaper, footer links

* Rename the whitepaper

Co-authored-by: Christian Nunciato <c@nunciato.org>
2022-04-12 09:05:11 -07:00
Aaron Friel
9ed3d15bb9
Allowlist env vars for hugo 0.92 (#971) 2022-01-18 15:54:09 -08:00
Christian Nunciato
966655fc3e
Add Registry for local dev and PR previews (#811) 2021-11-23 07:23:01 -08:00
Christian Nunciato
cce38a0cdf
Use separate configs for content and reg (#737) 2021-10-15 12:03:55 -07:00
Christian Nunciato
66896d7571
Add theme for local dev, use the theme-assets partial, fix cli font size (#705)
* Add theme for local dev, use the theme-assets partial, fix cli font size

* Restore a mistakenly deleted thing
2021-10-09 22:14:12 -07:00
03da5843ff
配置文件,修改编辑当前文档的仓库路径 2021-05-18 15:18:21 -04:00
Christian Nunciato
fb56ee45f6 Initial commit 2021-04-06 07:36:14 -07:00