Merge pull request #2120 from thockin/deprecation

Use thead/tbody style for manual table
This commit is contained in:
devin-donnelly
2017-01-03 14:00:50 -08:00
committed by GitHub
+4
View File
@@ -83,11 +83,14 @@ approximately 3 months (4 per year). The following table describes which API
versions are supported in a series of subsequent releases. versions are supported in a series of subsequent releases.
<table> <table>
<thead>
<tr> <tr>
<th>Release</th> <th>Release</th>
<th>API Versions</th> <th>API Versions</th>
<th>Notes</th> <th>Notes</th>
</tr> </tr>
</thead>
<tbody>
<tr> <tr>
<td>X</td> <td>X</td>
<td>v1</td> <td>v1</td>
@@ -164,6 +167,7 @@ versions are supported in a series of subsequent releases.
</ul> </ul>
</td> </td>
</tr> </tr>
</tbody>
</table> </table>
### REST resources (aka API objects) ### REST resources (aka API objects)