fix(docs): compatibility matrix [skip ci]
This commit is contained in:
@@ -192,7 +192,7 @@
|
|||||||
<td nowrap="nowrap" align="center" data-plugin="wakatime">✓</td>
|
<td nowrap="nowrap" align="center" data-plugin="wakatime">✓</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="40"></td>
|
<td colspan="35"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th nowrap="nowrap">Mode/Plugin</th>
|
<th nowrap="nowrap">Mode/Plugin</th>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<td nowrap="nowrap" align="center" data-plugin="<%= plugin %>"><%= {true:"✔️", false:"❌", embed:"✓"}[readme.compatibility[plugin]] %></td><% } %>
|
<td nowrap="nowrap" align="center" data-plugin="<%= plugin %>"><%= {true:"✔️", false:"❌", embed:"✓"}[readme.compatibility[plugin]] %></td><% } %>
|
||||||
</tr><% } %>
|
</tr><% } %>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="<%= Object.keys(plugins).length %>"></td>
|
<td colspan="<%= Object.entries(plugins).filter(([key, value]) => (value)&&(!["core"].includes(key))&&(value.category !== "community")).length %>"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th nowrap="nowrap">Mode/Plugin</th><%# -%>
|
<th nowrap="nowrap">Mode/Plugin</th><%# -%>
|
||||||
|
|||||||
Reference in New Issue
Block a user