Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/product/internal-developer-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ meta_image: /images/product/idp-meta.png

heading: Internal Developer Platform
subheading: |
Build your IDP with Pulumi. Give engineers self-service infrastructure through templates, components, and developer portals while maintaining control through policies and governance.
The fastest, most secure way to deliver cloud infrastructure
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we sure this is what it said prior to these changes? I vaguely recall we wanted the more descriptive version.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I pulled the text from the nav menu description. It used to state "Accelerate Cloud Delivery with Secure Developer Self-Service". I just made the change in #16196.


aliases:
- /solutions/platforms/
Expand Down
6 changes: 5 additions & 1 deletion content/product/neo.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
title: "Pulumi Neo"
title: "Pulumi Neo - Your AI Platform Engineer"
layout: neo
aliases: ["/neo", "/copilot", "/product/copilot", "/product/pulumi-copilot"]

heading: Pulumi Neo
subheading: |
Your AI platform engineer. Ship infrastructure faster, safely.

meta_title: "Pulumi Neo - Your AI Platform Engineer"
meta_desc: "Meet Neo, your AI platform engineer. Automate infrastructure provisioning, governance, and optimization with enterprise controls."
meta_image: /images/product/neo-meta.png
Expand Down
4 changes: 4 additions & 0 deletions content/product/pulumi-insights.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: Cloud Asset and Compliance Management – Pulumi Insights
layout: pulumi-insights

heading: Pulumi Insights
subheading: |
Complete visibility and control for your cloud

meta_desc: Search any cloud resource. Enforce policies as code. Track compliance. See everything in your infrastructure.

aliases:
Expand Down
2 changes: 1 addition & 1 deletion layouts/product/internal-developer-platforms.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ define "hero" }}
{{ partial "hero" (dict "title" .Params.title "subtitle" .Params.overview.title) }}
{{ partial "hero" (dict "title" (or .Params.heading "Internal Developer Platform") "subtitle" (or .Params.subheading .Params.overview.title)) }}
{{ end }}

{{ define "main" }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/product/neo.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ define "hero" }}
{{ partial "hero" (dict "title" .Params.title "subtitle" .Params.overview.title) }}
{{ partial "hero" (dict "title" (or .Params.heading "Pulumi Neo") "subtitle" (or .Params.subheading .Params.overview.title)) }}
{{ end }}

{{ define "main" }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/product/pulumi-insights.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ define "hero" }}
{{ partial "hero" (dict "title" .Params.title "subtitle" .Params.overview.header) }}
{{ partial "hero" (dict "title" (or .Params.heading "Pulumi Insights") "subtitle" (or .Params.subheading .Params.overview.header)) }}
{{ end }}

{{ define "main" }}
Expand Down
Loading