Skip to content

Commit aecfcd9

Browse files
committed
standardize and tidy tables
(cherry picked from commit 622d8cf)
1 parent 7fe639b commit aecfcd9

8 files changed

+10
-7
lines changed

create-credhub-vars.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,11 @@ The following table presents examples of the correct and incorrect way to refere
158158
<col width="50%">
159159
<col width="50%">
160160
<tr>
161+
<thead>
161162
<th> Correct Format </th>
162163
<th> Incorrect Format </th>
163164
</tr>
165+
</thead>
164166
<tr>
165167
<td>
166168
<pre>

get-credhub-vars.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ HTTP/1.1 200 OK
4747
<th>Parameter</th>
4848
<th>Description</th>
4949
<tr>
50+
</thead>
5051
<td>product_guid</td>
5152
<td>The unique product identifier, formatted as a text string</td>
5253
</tr>
@@ -84,6 +85,7 @@ HTTP/1.1 200 OK
8485
<th>Parameter</th>
8586
<th>Description</th>
8687
<tr>
88+
</thead>
8789
<td>variable_name</td>
8890
<td>The name of the variable, formatted as a text string</td>
8991
</tr>

index.html.md.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When you package your software with Tile Generator, it generates these subdirect
2727
<th style="width: 20%">Directory</th>
2828
<th>Description</th>
2929
</tr>
30-
</thead>
30+
</thead>
3131
<tr>
3232
<td><code>metadata</code></td>
3333
<td>Configure settings for your software in a YAML file.
@@ -113,7 +113,7 @@ operators and developers.
113113
<th>Audience</th>
114114
<th>Benefits</th>
115115
</tr>
116-
</thead>
116+
</thead>
117117
<tr>
118118
<td>Operators</td>
119119
<td>

migrating-credhub-credentials.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ corresponding CredHub credential types:
1717
<th>CredHub Credential Type</th>
1818
<th>Supported Tanzu Operations Manager Version</th>
1919
</tr>
20-
</thead>
20+
</thead>
2121
<tr>
2222
<td><code>secret</code></td>
2323
<td><code>password</code></td>

property-template-references.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ The following table lists the available install-time verifiers:
573573
Properties
574574
</th>
575575
</tr>
576-
</thead>
576+
</thead>
577577
<tr>
578578
<td>
579579
<code>Verifiers::BlobstoreVerifier</code>

tile-errands.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To configure a co-located errand, define the following properties in the `pre_de
4242
<th>Property</th>
4343
<th>Description</th>
4444
</tr>
45-
<thead>
45+
</thead>
4646
<tr>
4747
<td width="28%"><code>name: MY-ERRAND</code></td>
4848
<td>Provide the name of the errand job. The example manifest in the following section uses

tile-reference/property-blueprints/_vm-type-dropdown.html.erb

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ This holds single string value selected from allowed vm_types.
4040
<td>value</td>
4141
<td>Returns a string which is the name of the selected VM type.</td>
4242
</tr>
43-
4443
<tr>
4544
<td>value_present?</td>
4645
<td>Returns true if value is a non-empty string.</td>

tile-upgrades.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Example:
128128
<th><strong>Value Structure</strong></th>
129129
<th><strong>Example</strong></th>
130130
</tr>
131-
</thead>
131+
</thead>
132132
<tr>
133133
<td><code>single-value properties</code></td>
134134
<td>Single value, but type-specific</td>

0 commit comments

Comments
 (0)