2022-04-04 16:01:53 -07:00
|
|
|
{{ if hasPrefix .RelPermalink "/docs/" }}
|
2023-05-22 16:46:54 -07:00
|
|
|
{{ partial "docs-top-nav" . }}
|
2022-05-18 10:11:49 -07:00
|
|
|
<div class="header-container docs-hero">
|
2023-05-08 14:39:19 -07:00
|
|
|
<span class="hide-on-pinned"> </span>
|
|
|
|
{{ .Scratch.Set "mode" "docs" }}
|
2022-04-04 16:01:53 -07:00
|
|
|
{{ partial "docs/search.html" . }}
|
|
|
|
</div>
|
|
|
|
{{ else }}
|
2022-06-01 10:58:20 -07:00
|
|
|
<nav class="top-nav-bar transition-all">
|
2023-05-25 14:12:42 -07:00
|
|
|
<div class="top-nav-container lg:container lg:px-4 justify-end">
|
2023-06-12 10:29:56 -07:00
|
|
|
{{ partial "banner" . }}
|
2023-06-14 06:21:04 -10:00
|
|
|
<ul class="hidden w-full lg:flex justify-end items-center order-first lg:order-last">
|
2022-06-01 10:58:20 -07:00
|
|
|
<li class="github-widget mr-8">
|
|
|
|
<a
|
|
|
|
data-track="header-github-pulumi"
|
|
|
|
class="github-button"
|
|
|
|
href="https://github.com/pulumi/pulumi"
|
|
|
|
data-size="small"
|
|
|
|
data-show-count="true"
|
|
|
|
aria-label="Star pulumi/pulumi on GitHub"
|
|
|
|
>Star</a
|
|
|
|
>
|
|
|
|
</li>
|
|
|
|
<li class="mr-8">
|
|
|
|
<a data-track="header-slack" href="https://slack.pulumi.com/" target="_blank">
|
|
|
|
<i class="fab fa-slack"></i>
|
|
|
|
Slack
|
2019-09-09 12:07:56 -07:00
|
|
|
</a>
|
2022-06-01 10:58:20 -07:00
|
|
|
</li>
|
|
|
|
<li class="mr-8">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a data-track="header-docs" href="/docs/">
|
2022-06-01 10:58:20 -07:00
|
|
|
<i class="fas fa-book mr-0.5"></i>
|
|
|
|
Docs
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="mr-8">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a data-track="header-registry" href="/registry/">
|
2022-06-01 10:58:20 -07:00
|
|
|
<i class="fas fa-archive mr-0.5"></i>
|
|
|
|
Registry
|
|
|
|
</a>
|
|
|
|
</li>
|
2023-05-03 10:49:51 -07:00
|
|
|
<li class="mr-8">
|
2023-09-21 16:07:23 -07:00
|
|
|
<a data-track="header-ai" href="/ai">
|
2023-05-03 10:49:51 -07:00
|
|
|
<i class="fas fa-robot mr-0.5"></i>
|
|
|
|
Pulumi AI
|
|
|
|
</a>
|
|
|
|
</li>
|
2022-06-01 10:58:20 -07:00
|
|
|
<li>
|
|
|
|
<a data-track="header-console" href="https://app.pulumi.com/" target="_blank">
|
|
|
|
<i class="fas fa-user-circle"></i>
|
2023-04-17 09:50:10 -07:00
|
|
|
{{ partial "top-nav-user-toggle" }}
|
2022-06-01 10:58:20 -07:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
<div class="header-container">
|
2023-07-07 09:54:46 -07:00
|
|
|
<nav class="lg:container lg:mx-auto lg:px-4 py-3">
|
2022-06-01 10:58:20 -07:00
|
|
|
<header>
|
|
|
|
<div class="flex flex-col lg:flex-row">
|
|
|
|
<div class="logo-container">
|
|
|
|
<a data-track="header-pulumi-logo" class="block" href="/">
|
|
|
|
<img class="normal-logo h-8" src="/images/logo/logo-on-white.svg" alt="Pulumi logo" />
|
|
|
|
<img class="dark-logo hidden h-8" src="/images/logo/logo-on-black.svg" alt="Pulumi logo" />
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<ul class="desktop-menu">
|
|
|
|
<li class="header-nav-item-drop-down">
|
|
|
|
<span class="dropdown-title">Product</span>
|
|
|
|
<span class="dropdown-menu-caret"></span>
|
|
|
|
<div class="header-nav-drop-down-menu product">
|
|
|
|
<ul>
|
|
|
|
<div>
|
|
|
|
<div class="header-nav-drop-down-heading">Product</div>
|
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
|
|
|
<div class="header-nav-drop-down-sub-heading ">Learn about the Pulumi platform and its features</div>
|
2022-05-05 13:11:01 -07:00
|
|
|
</div>
|
2022-06-01 10:58:20 -07:00
|
|
|
<div class="header-nav-two-col-drop-down">
|
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/product/">
|
2022-06-01 10:58:20 -07:00
|
|
|
<i class="fas fa-folder fa-fw"></i>
|
|
|
|
Pulumi Overview
|
2023-03-10 15:36:58 -08:00
|
|
|
<div class="list-sub-title">Infrastructure as code for engineers in Node.js, Python, Go, .NET, Java, and YAML</div>
|
2022-06-01 10:58:20 -07:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/product/pulumi-cloud/">
|
2022-06-01 10:58:20 -07:00
|
|
|
<i class="fas fa-user-cog fa-fw"></i>
|
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
|
|
|
Pulumi Cloud
|
|
|
|
<div class="list-sub-title">Managed service for using Pulumi open source at scale. Use SaaS or self-host</div>
|
2022-06-01 10:58:20 -07:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/docs/languages-sdks/">
|
2022-06-01 10:58:20 -07:00
|
|
|
<i class="fas fa-database fa-fw"></i>
|
|
|
|
SDK & Engine
|
|
|
|
<div class="list-sub-title">Provision and manage infrastructure on any cloud interactively with a CLI</div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-10-08 16:00:00 -07:00
|
|
|
<a href="/product/esc/">
|
2023-10-10 00:58:04 -07:00
|
|
|
<i class="fas fa-cog fa-fw"></i>
|
2023-10-08 15:43:05 -07:00
|
|
|
Pulumi ESC
|
2023-10-10 00:58:04 -07:00
|
|
|
<div class="list-sub-title">Environments, Secrets and Configuration Management</div>
|
2022-06-01 10:58:20 -07:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/automation/">
|
2022-06-01 10:58:20 -07:00
|
|
|
<i class="fas fa-cog fa-fw"></i>
|
|
|
|
Automation API
|
|
|
|
<div class="list-sub-title">Provision and manage cloud infrastructure on any cloud with a programmatic interface</div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/crossguard/">
|
2022-06-01 10:58:20 -07:00
|
|
|
<i class="fas fa-file-code fa-fw"></i>
|
|
|
|
Policy as Code
|
|
|
|
<div class="list-sub-title">Enforce guardrails for security and compliance using policies in standard languages</div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-10-10 10:42:10 -07:00
|
|
|
<a href="/product/internal-developer-platforms/">
|
2023-10-10 22:19:35 -07:00
|
|
|
<i class="fas fa-users fa-fw"></i>
|
2023-10-10 18:04:09 -07:00
|
|
|
Pulumi for Platform Teams
|
|
|
|
<div class="list-sub-title">Internal developer platform in a box. Accelerate productivity and enforce compliance.</div>
|
2022-06-01 10:58:20 -07:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
2022-10-04 21:35:55 -07:00
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-10-10 00:58:04 -07:00
|
|
|
<a href="/product/pulumi-insights/">
|
|
|
|
<i class="fas fa-eye fa-fw"></i>
|
|
|
|
Pulumi Insights
|
|
|
|
<div class="list-sub-title">Author infrastructure as code faster through AI. Search and analyze anything in any cloud.</div>
|
2022-10-04 21:35:55 -07:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
2022-11-01 21:17:17 -07:00
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/product/pulumi-deployments/">
|
2022-11-01 21:17:17 -07:00
|
|
|
<i class="fas fa-rocket fa-fw"></i>
|
|
|
|
Pulumi Deployments
|
|
|
|
<div class="list-sub-title">Run deployments remotely with a button, Git push, or REST API</div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
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
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-10-10 00:58:04 -07:00
|
|
|
<a href="/request-a-demo/">
|
|
|
|
<i class="fas fa-laptop-code fa-fw"></i>
|
|
|
|
Request a demo
|
|
|
|
<div class="list-sub-title">See how Pulumi can help you ship infrastructure faster</div>
|
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
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
2022-06-01 10:58:20 -07:00
|
|
|
<li>
|
2022-06-10 14:21:32 -07:00
|
|
|
<!-- This empty list item is a hack to give the text of the above
|
2022-05-05 13:11:01 -07:00
|
|
|
item something to wrap against so it only takes up half the menu -->
|
2022-06-01 10:58:20 -07:00
|
|
|
</li>
|
2022-05-05 13:11:01 -07:00
|
|
|
</div>
|
2022-06-01 10:58:20 -07:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</li>
|
2022-08-02 21:13:43 -05:00
|
|
|
<li class="header-nav-item-drop-down">
|
|
|
|
<span class="dropdown-title whitespace-nowrap">Why Pulumi?</span>
|
|
|
|
<span class="dropdown-menu-caret"></span>
|
|
|
|
<div class="header-nav-drop-down-menu">
|
|
|
|
<ul>
|
|
|
|
<div>
|
|
|
|
<div class="header-nav-drop-down-heading">Why Pulumi?</div>
|
2023-05-05 18:56:13 -07:00
|
|
|
<div class="header-nav-drop-down-sub-heading ">Learn why engineers and companies prefer Pulumi</div>
|
2022-08-02 21:13:43 -05:00
|
|
|
</div>
|
|
|
|
<div class="header-nav-one-col-drop-down">
|
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-05-05 18:56:13 -07:00
|
|
|
<a href="/testimonials/">
|
|
|
|
<i class="fas fa-quote-left fa-fw"></i>
|
|
|
|
Engineers love Pulumi
|
|
|
|
<div class="list-sub-title">Hear from engineers why they love Pulumi</div>
|
2022-08-02 21:13:43 -05:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/case-studies/">
|
2023-05-05 18:56:13 -07:00
|
|
|
<i class="fas fa-file fa-fw"></i>
|
|
|
|
Case Studies
|
|
|
|
<div class="list-sub-title">Read how teams increased productivity</div>
|
2022-08-02 21:13:43 -05:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/cloud-engineering/">
|
2023-05-05 18:56:13 -07:00
|
|
|
<i class="fas fa-book-open fa-fw"></i>
|
|
|
|
Cloud Engineering
|
|
|
|
<div class="list-sub-title">Learn best practices for infrastructure as code</div>
|
2022-08-02 21:13:43 -05:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/solutions/">
|
2023-05-05 18:56:13 -07:00
|
|
|
<i class="fas fa-lightbulb fa-fw"></i>
|
|
|
|
Solutions
|
|
|
|
<div class="list-sub-title">Explore ways to use Pulumi</div>
|
2022-08-02 21:13:43 -05:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
2022-12-12 15:31:38 -08:00
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/enterprise/">
|
2023-05-05 18:56:13 -07:00
|
|
|
<i class="fas fa-building fa-fw"></i>
|
|
|
|
Enterprises
|
|
|
|
<div class="list-sub-title">Learn how Pulumi serves enterprise needs</div>
|
2022-12-12 15:31:38 -08:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
2022-08-02 21:13:43 -05:00
|
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</li>
|
2022-06-01 10:58:20 -07:00
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/pricing/">Pricing</a>
|
2022-06-01 10:58:20 -07:00
|
|
|
</li>
|
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/docs/">Docs</a>
|
2022-06-01 10:58:20 -07:00
|
|
|
</li>
|
|
|
|
<li class="header-nav-item-drop-down">
|
|
|
|
<span class="dropdown-title">Learn</span>
|
|
|
|
<span class="dropdown-menu-caret"></span>
|
|
|
|
<div class="header-nav-drop-down-menu learn">
|
|
|
|
<ul>
|
|
|
|
<div>
|
|
|
|
<div class="header-nav-drop-down-heading">Learn</div>
|
|
|
|
<div class="header-nav-drop-down-sub-heading">Find tutorials, how-to guides, and resources to deepen your Pulumi knowledge</div>
|
2022-05-05 13:11:01 -07:00
|
|
|
</div>
|
2022-06-01 10:58:20 -07:00
|
|
|
<div class="header-nav-two-col-drop-down">
|
2022-08-22 12:18:34 -07:00
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/pulumi-up/">
|
2022-08-22 12:18:34 -07:00
|
|
|
<i class="fas fa-calendar fa-fw"></i>
|
2023-03-09 10:30:02 -08:00
|
|
|
PulumiUP 2023 | Virtual Conference
|
|
|
|
<div class="list-sub-title">The future of IaC, Platform Engineering, DevOps, and Cloud</div>
|
2022-08-22 12:18:34 -07:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
2022-06-01 10:58:20 -07:00
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/blog/">
|
2022-06-01 10:58:20 -07:00
|
|
|
<i class="fas fa-blog fa-fw"></i>
|
|
|
|
Blog
|
|
|
|
<div class="list-sub-title">Read product news, best practices, and more</div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
2022-09-13 18:52:27 -07:00
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/templates/">
|
2022-10-10 11:10:04 -07:00
|
|
|
<span>
|
|
|
|
<img src="/icons/square-foot.svg" class="inline opacity-90" />
|
2022-09-14 12:59:26 -07:00
|
|
|
</span>
|
2022-09-13 18:52:27 -07:00
|
|
|
Templates
|
2022-10-10 11:10:04 -07:00
|
|
|
<div class="list-sub-title ml-0.5">Deploy common architectures on any cloud</div>
|
2022-09-13 18:52:27 -07:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
2022-06-01 10:58:20 -07:00
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/learn/">
|
2022-06-01 10:58:20 -07:00
|
|
|
<i class="fas fa-chalkboard-teacher fa-fw"></i>
|
|
|
|
Learn Pulumi
|
|
|
|
<div class="list-sub-title">Get hands-on with Pulumi concepts</div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/case-studies/">
|
2022-06-01 10:58:20 -07:00
|
|
|
<i class="fas fa-file fa-fw"></i>
|
|
|
|
Case Studies
|
|
|
|
<div class="list-sub-title">Read how customers are innovating faster</div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/resources/">
|
2022-06-01 10:58:20 -07:00
|
|
|
<i class="fas fa-cogs fa-fw"></i>
|
|
|
|
Resources
|
|
|
|
<div class="list-sub-title">Videos, upcoming sessions, PulumiTV and more</div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/resources#upcoming">
|
2022-06-01 10:58:20 -07:00
|
|
|
<i class="fas fa-users fa-fw"></i>
|
|
|
|
Workshops
|
|
|
|
<div class="list-sub-title">Register for upcoming sessions</div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-09-28 05:13:18 -07:00
|
|
|
<a href="/ai/answers">
|
|
|
|
<i class="fas fa-robot mr-0.5"></i>
|
|
|
|
Pulumi AI Answers
|
|
|
|
<div class="list-sub-title">Archive of commonly asked infrastructure-as-code questions</div>
|
2022-06-01 10:58:20 -07:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
2022-07-01 12:37:07 -07:00
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/community/">
|
2022-07-01 12:37:07 -07:00
|
|
|
<i class="fas fa-comments fa-fw"></i>
|
|
|
|
Community
|
|
|
|
<div class="list-sub-title">Where to find us</div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
2023-07-27 10:02:12 -07:00
|
|
|
<li>
|
|
|
|
<div class="list-title">
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/what-is/">
|
2023-07-27 10:02:12 -07:00
|
|
|
<i class="fas fa-book-reader fa-fw"></i>
|
|
|
|
What is ...?
|
|
|
|
<div class="list-sub-title">Dive into topics in and around the IaC universe</div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
2022-06-01 10:58:20 -07:00
|
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
</ul>
|
2021-04-20 00:37:26 -07:00
|
|
|
|
2022-06-01 10:58:20 -07:00
|
|
|
<input class="mobile-menu-toggle" type="checkbox" id="mobile-menu" name="mobile-menu" />
|
|
|
|
<span class="mobile-menu-icon">
|
|
|
|
<label class="mobile-menu-closed" for="mobile-menu">
|
|
|
|
{{ partial "icon" (dict "icon" "hamburger-closed") }}
|
|
|
|
</label>
|
|
|
|
<label class="mobile-menu-open hidden" for="mobile-menu">
|
|
|
|
{{ partial "icon" (dict "icon" "hamburger-open") }}
|
|
|
|
</label>
|
|
|
|
</span>
|
2021-04-20 00:37:26 -07:00
|
|
|
|
2022-06-01 10:58:20 -07:00
|
|
|
<ul class="mobile-menu">
|
2022-10-10 11:10:04 -07:00
|
|
|
<ul id="mobile-dropdown">
|
|
|
|
<div>
|
|
|
|
<input id="product-mobile-menu" name="nav-menu-checkbox" class="invisible-checkbox" type="checkbox" />
|
|
|
|
<label id="product-menu-label" for="product-mobile-menu" class="mobile-menu-heading">Product<span class="dropdown-menu-caret"></span></label>
|
|
|
|
<hr />
|
|
|
|
<div class="mobile-menu-subitems-product">
|
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/product/"> <i class="fas fa-folder fa-fw"></i> Pulumi Overview </a>
|
2022-10-10 11:10:04 -07:00
|
|
|
</li>
|
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/docs/languages-sdks/"> <i class="fas fa-database fa-fw"></i> SDK & Engine </a>
|
2022-10-10 11:10:04 -07:00
|
|
|
</li>
|
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/automation/"> <i class="fas fa-cog fa-fw"></i> Automation API </a>
|
2022-10-10 11:10:04 -07:00
|
|
|
</li>
|
2022-11-02 13:17:18 -07:00
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/product/pulumi-deployments/"> <i class="fas fa-rocket fa-fw"></i> Pulumi Deployments </a>
|
2022-11-02 13:17:18 -07:00
|
|
|
</li>
|
2022-10-10 11:10:04 -07:00
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/product/pulumi-cloud/"> <i class="fas fa-user-cog fa-fw"></i> Pulumi Cloud </a>
|
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
|
|
|
</li>
|
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/product/pulumi-insights/"> <i class="fas fa-eye fa-fw"></i> Pulumi Insights </a>
|
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
|
|
|
</li>
|
|
|
|
<li>
|
2023-10-10 22:19:35 -07:00
|
|
|
<a href="/product/internal-developer-platforms/"> <i class="fas fa-users fa-fw"></i> Pulumi for Platform Teams </a>
|
2022-10-10 11:10:04 -07:00
|
|
|
</li>
|
|
|
|
<li>
|
2023-10-10 00:58:04 -07:00
|
|
|
<a href="/product/esc/"> <i class="fas fa-cog fa-fw"></i> Pulumi ESC </a>
|
2022-10-10 11:10:04 -07:00
|
|
|
</li>
|
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/crossguard/"> <i class="fas fa-file-code fa-fw"></i> Policy as Code </a>
|
2022-10-10 11:10:04 -07:00
|
|
|
</li>
|
|
|
|
<hr />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<input id="why-pulumi-mobile-menu" name="nav-menu-checkbox" class="invisible-checkbox" type="checkbox" />
|
|
|
|
<label id="why-pulumi-menu-label" for="why-pulumi-mobile-menu" class="mobile-menu-heading"
|
|
|
|
>Why Pulumi?<span class="dropdown-menu-caret"></span
|
|
|
|
></label>
|
|
|
|
<hr />
|
|
|
|
<div class="mobile-menu-subitems-why-pulumi">
|
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/cloud-engineering/"> <i class="fas fa-book-open fa-fw"></i> Cloud Engineering </a>
|
2022-10-10 11:10:04 -07:00
|
|
|
</li>
|
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/solutions/"> <i class="fas fa-lightbulb fa-fw"></i> Solutions </a>
|
2022-10-10 11:10:04 -07:00
|
|
|
</li>
|
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/enterprise/"> <i class="fas fa-building fa-fw"></i> Enterprises </a>
|
2022-10-10 11:10:04 -07:00
|
|
|
</li>
|
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/case-studies/"> <i class="fas fa-file fa-fw"></i> Case Studies </a>
|
2022-10-10 11:10:04 -07:00
|
|
|
</li>
|
2022-12-12 15:31:38 -08:00
|
|
|
<li>
|
|
|
|
<a href="/testimonials/"> <i class="fas fa-quote-left fa-fw"></i> Testimonials </a>
|
|
|
|
</li>
|
2022-10-10 11:10:04 -07:00
|
|
|
<hr />
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-04-20 00:37:26 -07:00
|
|
|
|
2023-09-28 15:40:20 -04:00
|
|
|
<li class="mobile-menu-item"><a href="/pricing/">Pricing</a></li>
|
2022-10-10 11:10:04 -07:00
|
|
|
<hr />
|
2023-09-28 15:40:20 -04:00
|
|
|
<li class="mobile-menu-item"><a href="/docs/">Docs</a></li>
|
2022-10-10 11:10:04 -07:00
|
|
|
<hr />
|
|
|
|
<div>
|
|
|
|
<input id="learn-mobile-menu" name="nav-menu-checkbox" class="invisible-checkbox" type="checkbox" />
|
|
|
|
<label id="learn-menu-label" for="learn-mobile-menu" class="mobile-menu-heading">Learn<span class="dropdown-menu-caret"></span></label>
|
2021-04-20 00:37:26 -07:00
|
|
|
|
2022-10-10 11:10:04 -07:00
|
|
|
<hr />
|
|
|
|
<div class="mobile-menu-subitems-learn">
|
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/pulumi-up/"> <i class="fas fa-calendar fa-fw"></i> PulumiUP 2023 </a>
|
2022-10-10 11:10:04 -07:00
|
|
|
</li>
|
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/blog/"> <i class="fas fa-blog fa-fw"></i> Blog </a>
|
2022-10-10 11:10:04 -07:00
|
|
|
</li>
|
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/case-studies/"> <i class="fas fa-file fa-fw"></i> Case Studies </a>
|
2022-10-10 11:10:04 -07:00
|
|
|
</li>
|
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/resources#upcoming"> <i class="fas fa-users fa-fw"></i> Workshops </a>
|
2022-10-10 11:10:04 -07:00
|
|
|
</li>
|
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/templates/">
|
2022-10-10 11:10:04 -07:00
|
|
|
<span> <img src="/icons/square-foot.svg" class="inline h-8 opacity-90" /> </span>Templates
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
2023-09-28 05:13:18 -07:00
|
|
|
<a href="/ai/answers"> <i class="fas fa-robot mr-0.5"></i> Pulumi AI Answers </a>
|
2022-10-10 11:10:04 -07:00
|
|
|
</li>
|
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/learn/"> <i class="fas fa-chalkboard-teacher fa-fw"></i> Learn Pulumi </a>
|
2022-10-10 11:10:04 -07:00
|
|
|
</li>
|
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/resources/"> <i class="fas fa-cogs fa-fw"></i> Resources </a>
|
2022-10-10 11:10:04 -07:00
|
|
|
</li>
|
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/community/"> <i class="fas fa-users fa-fw"></i> Community </a>
|
2022-10-10 11:10:04 -07:00
|
|
|
</li>
|
2023-07-27 10:02:12 -07:00
|
|
|
<li>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/what-is/"> <i class="fas fa-users fa-fw"></i> What is ...? </a>
|
2023-07-27 10:02:12 -07:00
|
|
|
</li>
|
2022-10-10 11:10:04 -07:00
|
|
|
</div>
|
|
|
|
</div>
|
2022-06-01 10:58:20 -07:00
|
|
|
</ul>
|
2022-10-10 11:10:04 -07:00
|
|
|
<div class="mobile-menu-footer">
|
|
|
|
<div class="flex items-center justify-between py-4 px-2 border-t my-4 mx-2 border-gray-200">
|
|
|
|
<a href="https://github.com/pulumi/pulumi">GitHub</a>
|
|
|
|
<a href="https://slack.pulumi.com/">Slack</a>
|
2023-09-28 15:40:20 -04:00
|
|
|
<a href="/docs/">Docs</a>
|
|
|
|
<a href="/registry/">Registry</a>
|
2023-09-21 16:07:23 -07:00
|
|
|
<a href="/ai">Pulumi AI</a>
|
2023-04-17 09:50:10 -07:00
|
|
|
<a href="https://app.pulumi.com/">
|
|
|
|
{{ partial "top-nav-user-toggle" }}
|
|
|
|
</a>
|
2022-10-10 11:10:04 -07:00
|
|
|
</div>
|
|
|
|
<div class="text-center bg-violet-600 text-white get-started">
|
2023-07-07 09:54:46 -07:00
|
|
|
<a class="block" data-track="header-get-started-mobile" href="https://app.pulumi.com/signup" title="Sign up for Pulumi Cloud"> Get Started </a>
|
2022-10-10 11:10:04 -07:00
|
|
|
</div>
|
2022-06-01 10:58:20 -07:00
|
|
|
</div>
|
2021-04-20 00:37:26 -07:00
|
|
|
</ul>
|
2022-06-01 10:58:20 -07:00
|
|
|
|
2023-10-25 13:52:13 -07:00
|
|
|
<div class="cta-container my-2">
|
|
|
|
<header-cta button-class="header-btn-primary"></header-cta>
|
2019-09-09 12:07:56 -07:00
|
|
|
</div>
|
2019-05-23 15:07:54 -07:00
|
|
|
</div>
|
2022-06-01 10:58:20 -07:00
|
|
|
</header>
|
|
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
{{ end }}
|