Skip to content

Commit 4cea3bf

Browse files
committed
variable-ize product names in titles [#168015936]
1 parent 2b80f22 commit 4cea3bf

5 files changed

+15
-5
lines changed

cf-concepts.html.md.erb

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
title: How PCF and PCF Services Work
2+
title: How Pivotal Platform and Pivotal Platform Services Work
33
owner: Services
44
---
55

6+
<% current_page.data.title = "How " + vars.product_name + " and " vars.product_name + " Services Work" %>
7+
68
<strong><%= modified_date %></strong>
79

810
There are many ways to integrate services with Pivotal Cloud Foundry (PCF). The right one for each service depends on what the service does, and how

index.html.md.erb

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2-
title: PCF Tile Developer Guide
2+
title: Pivotal Platform Tile Developer Guide
33
owner: Services
44
---
55

66
<strong><%= modified_date %></strong>
77

8+
<% current_page.data.title = vars.product_name + " Tile Developer Guide" %>
9+
810
This topic exists to help Pivotal Cloud Foundry (PCF) Partners learn the high-level process of building and publishing a tile on [Pivotal Network](https://network.pivotal.io/).
911

1012
For advanced developers with previous experience building tiles, see [Property and Template References](./property-template-references.html) and [Development Workflow Reference](./dev-workflow.html).

pcf-command.html.md.erb

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2-
title: pcf Command Line Utility
2+
title: Command Line Utility
33
owner: Services
44
---
55

66
<strong><%= modified_date %></strong>
77

8+
<% current_page.data.title = vars.product_name_lc + " Command Line Utility" %>
9+
810
The `pcf` utility provides a command line interface to Pivotal Cloud Foundry for
911
the purpose of deploying and testing tiles. Its primary reason for existence is
1012
to enable Ops Manager access from CI pipelines, but developers also find it

release-notes.html.md.erb

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2-
title: PCF v2.7 Partners Release Notes
2+
title: Pivotal Platform v2.7 Partners Release Notes
33
owner: Technical Program Management
44
---
55

66
<strong><%= modified_date %></strong>
77

8+
<% current_page.data.title = vars.product_name + " v2.7 Partners Release Notes" %>
9+
810
This topic describes the changes that Pivotal Cloud Foundry (PCF) v2.7 introduces
911
which might be relevant to partner service tiles.
1012

sdk.html.md.erb

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2-
title: Pivotal Cloud Foundry Services SDK
2+
title: Pivotal Platform Services SDK
33
owner: London Services
44
---
55

66
<strong><%= modified_date %></strong>
77

8+
<% current_page.data.title = vars.product_name + " Services SDK" %>
9+
810
## Dynamic Provisioning, Metrics, and Backups
911

1012
The Pivotal Cloud Foundry (PCF) Services SDK is designed to help you build enterprise-ready service offerings for the Marketplace.

0 commit comments

Comments
 (0)