diff --git a/.github/readme/partials/documentation/compatibility.md b/.github/readme/partials/documentation/compatibility.md index 2e1bdb0e..f2c2ce70 100644 --- a/.github/readme/partials/documentation/compatibility.md +++ b/.github/readme/partials/documentation/compatibility.md @@ -1,31 +1,3 @@ -### 🧰 Plugin compatibility matrix +# 🧰 Template/Plugin compatibility matrix - - - <%# -%> - <% for (const [plugin, {name, icon}] of Object.entries(plugins).filter(([key, value]) => (value)&&(!["core"].includes(key))&&(value.category !== "community"))) { %> - <% } %> - <%# -%> - <% for (const [template, {name, readme}] of Object.entries(templates).filter(([key, value]) => (value)&&(!["community"].includes(key)))) { %> - - <%# -%> - <% for (const [plugin] of Object.entries(plugins).filter(([key, value]) => (value)&&(!["core"].includes(key))&&(value.category !== "community"))) { %> - <% } %> - <% } %> - - - - - <%# -%> - <% for (const [plugin, {name, icon}] of Object.entries(plugins).filter(([key, value]) => (value)&&(!["core"].includes(key))&&(value.category !== "community"))) { %> - <% } %> - <%# -%> - <% for (const {mode, icon} of [{mode:"user", icon:"👤"}, {mode:"organization", icon:"👥"}, {mode:"repository", icon:"📓"}]) { %> - - <%# -%> - <% for (const [plugin, {supports}] of Object.entries(plugins).filter(([key, value]) => (value)&&(!["core"].includes(key))&&(value.category !== "community"))) {%> - <% } %> - <% } %> -
Template/Plugin<%= icon %>
<%- name %><%= {true:"✔️", false:"❌", embed:"✓"}[readme.compatibility[plugin]] %>
Mode/Plugin<%= icon %>
<%= icon %> <%- `${mode.charAt(0).toLocaleUpperCase()}${mode.substring(1)}` %><%= supports.includes(mode) ? "✔️" : "❌" %>
- -*Note: **markdown template** can actually render any kind of SVG metrics using [`embed` function](https://github.com/lowlighter/metrics/blob/master/source/templates/markdown/example.md#embedding-svg-metrics)* \ No newline at end of file +*Documentation not available yet* diff --git a/.github/readme/partials/documentation/setup/docker.md b/.github/readme/partials/documentation/setup/docker.md new file mode 100644 index 00000000..87dd70f3 --- /dev/null +++ b/.github/readme/partials/documentation/setup/docker.md @@ -0,0 +1,3 @@ +# 🐳 Using command line with docker (~5 min) + +*Documentation not available yet* \ No newline at end of file diff --git a/.github/readme/partials/documentation/setup/local.md b/.github/readme/partials/documentation/setup/local.md new file mode 100644 index 00000000..32f9b999 --- /dev/null +++ b/.github/readme/partials/documentation/setup/local.md @@ -0,0 +1,4 @@ +# 🔧 Local setup for development (~20 min) + +*Documentation not available yet* +