diff --git a/.github/readme/partials/documentation/compatibility.md b/.github/readme/partials/documentation/compatibility.md index 506d1efc..348bfdcc 100644 --- a/.github/readme/partials/documentation/compatibility.md +++ b/.github/readme/partials/documentation/compatibility.md @@ -1,8 +1,8 @@ -### 🧰 Template/plugin compatibily matrix +### 🧰 Plugin compatibility matrix - <%# -%> + <%# -%> <% for (const [plugin, {name, icon}] of Object.entries(plugins).filter(([key, value]) => (value)&&(!["core"].includes(key)))) { %> <% } %> <%# -%> @@ -13,3 +13,17 @@ <% } %> <% } %>
Template\PluginTemplate/Plugin<%= icon %>
<%= readme.compatibility[plugin] ? "✔️" : "❌" %>
+ + + + <%# -%> + <% for (const [plugin, {name, icon}] of Object.entries(plugins).filter(([key, value]) => (value)&&(!["core"].includes(key)))) { %> + <% } %> + <%# -%> + <% for (const mode of ["user", "organization", "repository"]) { %> + + <%# -%> + <% for (const [plugin, {supports}] of Object.entries(plugins).filter(([key, value]) => (value)&&(!["core"].includes(key)))) {%> + <% } %> + <% } %> +
Mode/Plugin<%= icon %>
<%- `${mode.charAt(0).toLocaleUpperCase()}${mode.substring(1)}` %><%= supports.includes(mode) ? "✔️" : "❌" %>