Skip to content

Commit e5a3283

Browse files
committed
remove extraneous <p> tags
(cherry picked from commit 4b03ed0)
1 parent aecfcd9 commit e5a3283

8 files changed

+14
-21
lines changed

migrating-credhub-credentials.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ corresponding CredHub credential types:
4040
</tr>
4141
</table>
4242

43-
<p> CredHub does not retain the salt when you migrate <code>salted_credentials</code>.</p>
43+
CredHub does not retain the salt when you migrate <code>salted_credentials</code>.
4444

4545
See [Property and template references](./property-template-references.html#secret) for more information about credential types.
4646

migrating-syslog-configuration.html.md.erb

-3
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,4 @@ configuration:
151151
For more information about the `syslog_configuration` API endpoint, see
152152
[Retrieving syslog configuration for a product](https://docs.pivotal.io/platform/2-10/opsman-api/#tag/Syslog-Configuration/paths/~1api~1v0~1staged~1products~1{product_guid}~1syslog_configuration/get).
153153

154-
<p class="note">
155-
<span class="note__title">Note</span>
156154
In the next version of your product, remove the deprecated syslog configuration properties.
157-
</p>

property-template-references.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ Jobs require many different settings to function properly. That is the core of w
997997

998998
Tanzu Operations Manager does not require tile authors to provide `vm_credentials` in the `property_blueprints` for each `job_type`. This is because `vm_credentials` are generated automatically. You can find them in the release manifest.
999999

1000-
<p> Tanzu Operations Manager ignores <code>static_ip</code> and <code>dynamic_ip</code> keys. To configure the static IPs of a <code>job_type</code>, create a property blueprint with <code>name: static_ips</code> and <code>type: ip_ranges</code>.<br><code>static_ips</code> is a special keyword that Tanzu Operations Manager uses to find static IPs and pass them to the BOSH manifest. For more information about <code>ip_ranges</code>, see <a href="#ip-ranges">ip_ranges</a>.</p>
1000+
Tanzu Operations Manager ignores <code>static_ip</code> and <code>dynamic_ip</code> keys. To configure the static IPs of a <code>job_type</code>, create a property blueprint with <code>name: static_ips</code> and <code>type: ip_ranges</code>.<br><code>static_ips</code> is a special keyword that Tanzu Operations Manager uses to find static IPs and pass them to the BOSH manifest. For more information about <code>ip_ranges</code>, see <a href="#ip-ranges">ip_ranges</a>.
10011001

10021002
```
10031003
job_types:

testing.html.md.erb

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ metrics emitter, manual by developer and in an automated pipeline.
4242
- Confirm manually that the tile wires property blueprints to the expected pane and form controls in the UI.
4343
- Test your environment using one of the environments described in [Development Environments](./environments.html).
4444

45-
<p> System tests might incur costs from using third-party services, IaaS resources, and others.
46-
</p>
45+
System tests might incur costs from using third-party services, IaaS resources, and others.
4746

4847
### <a id="smoke"></a> Smoke tests
4948

tile-errands.html.md.erb

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ Tile authors can [set defaults](./property-template-references.html#top-level) f
2626

2727
## <a id="colocated"></a>Define a co-located errand
2828

29-
<p> System tests might incur costs from using third-party services, IaaS resources, and others.
30-
</p>
29+
System tests might incur costs from using third-party services, IaaS resources, and others.
3130

3231
Instead of deploying a new VM for each errand, co-located errands run on an existing VM.
3332
Errands can run alongside other jobs on a VM, and multiple errands are be co-located on the same VM.

tile-generator.html.md.erb

+7-9
Original file line numberDiff line numberDiff line change
@@ -102,17 +102,15 @@ For a 7-minute introduction into what Tile Generator is and does, see
102102
This puts the `tile` and `pcf` commands in your `PATH` when the virtualenv is active.
103103
To deactivate the virtualenv, run the command `deactivate`.
104104

105-
<p> To upgrade Tile Generator, run <code>pip install tile-generator --upgrade</code>
106-
with the virtualenv activated.</p>
105+
To upgrade Tile Generator, run <code>pip install tile-generator --upgrade</code>
106+
with the virtualenv activated.
107107

108108

109109
2. Install the [BOSH documentation](https://bosh.io/docs/cli-v2.html).
110110

111111
3. From within the root directory of the project for which you want to create a tile,
112-
initialize the directory as a tile repository by running the following commands:
113-
114-
<p> If you are using the <%= vars.company_name %> recommends that you use a git repository.
115-
</p>
112+
initialize the directory as a tile repository by running the following commands.
113+
If you are using the <%= vars.company_name %> recommends that you use a git repository.
116114

117115
```
118116
cd YOUR-PROD-DIRECTORY
@@ -176,7 +174,7 @@ You can build this sample using the following steps:
176174
The sample tile includes a Python app that is used again in several packages, sometimes as an app, sometimes as a service broker. One of the deployments (app3)
177175
muses the sample app inside a Docker image that is modified
178176
by the CI pipeline. If you edit the sample app, you can build your own Docker image using the provided <code>Dockerfile</code> and change the image name in
179-
<code>sample/tile.yml</code> to include the modified code in app3.</p>
177+
<code>sample/tile.yml</code> to include the modified code in app3.
180178

181179
## <a id="define"></a> Define your tile in <code>tile.yml</code> file
182180

@@ -743,8 +741,8 @@ stemcell_criteria:
743741
os: 'ubuntu-trusty'
744742
version: '3146.5'
745743
```
746-
<p> You must quote the version to force the type to be a string.
747-
</p>
744+
745+
You must quote the version to force the type to be a string.
748746

749747
### <a id="custom-errands"></a> Custom errands
750748

tile-reference/property-blueprints/_rsa-cert-credentials.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This holds SSL certificate generated from root CA.
2121
<tr>
2222
<td> default </td>
2323
<td>
24-
For properties which use <code>configurable: false</code>, the default can specify a
24+
For properties that use <code>configurable: false</code>, the default can specify a
2525
list of domain names to use when auto-generating the RSA certificate.
2626
The first domain listed is the value of the Common Name text box of the cert.
2727
The full list of domains is the value of the Alternative Names text box of the cert.

tile-upgrades.html.md.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ Description: Returns a globally unique identifier (GUID) that can be used as th
105105
Example:
106106
console.log("Here's a GUID: "+generateGuid())
107107
```
108-
<p> This function can be called a maximum of 100 times per `.js` file. If you need more than 100 GUIDs, break your migration into two `.js` files.
109-
</p>
108+
109+
This function can be called a maximum of 100 times per `.js` file. If you need more than 100 GUIDs, break your migration into two `.js` files.
110110

111111
```
112112
abortMigration(string)

0 commit comments

Comments
 (0)