-
Notifications
You must be signed in to change notification settings - Fork 470
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
... also break out feature detail key into a separate HTML include
- Loading branch information
1 parent
e3a27e5
commit 9bd0aa8
Showing
3 changed files
with
37 additions
and
42 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
src/current/_includes/releases/v24.2/feature-detail-key.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<table> | ||
<thead> | ||
<tr> | ||
<th id="feature-detail-key" colspan="2">Feature detail key</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>★</td> | ||
<td>Features marked "All★" were recently made available in the CockroachDB Cloud platform. They are available for all supported versions of CockroachDB, under the deployment methods specified in their row under Availability.</td> | ||
</tr> | ||
<tr> | ||
<td>★★</td> | ||
<td>Features marked "All★★" were recently made available via migration tools maintained outside of the CockroachDB binary. They are available to use with all supported versions of CockroachDB, under the deployment methods specified in their row under Availability.</td> | ||
</tr> | ||
<tr> | ||
<td>{% include icon-yes.html %}</td> | ||
<td>Feature is available for this deployment method of CockroachDB as specified in the icon’s column: CockroachDB Self-Hosted, CockroachDB Dedicated, or CockroachDB Serverless.</td> | ||
</tr> | ||
<tr> | ||
<td>{% include icon-no.html %}</td> | ||
<td>Feature is not available for this deployment method of CockroachDB as specified in the icon’s column: CockroachDB Self-Hosted, CockroachDB Dedicated, or CockroachDB Serverless.</td> | ||
</tr> | ||
</tbody> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters