Skip to content

Commit a291e35

Browse files
authoredNov 4, 2021
docs: remove cost, document missing options and improve docs (#653)
1 parent e147d2a commit a291e35

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+82
-87
lines changed
 

‎.github/quickstart/plugin/metadata.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: "🧩 <%= `${name.charAt(0).toLocaleUpperCase()}${name.substring(1)}` %>"
2-
cost: Estimates how many GitHub requests is used during plugin execution ("N/A" for Third-Party services)
32
category: other # Set plugin category ("github", "social" or "other")
43
supports:
54
- user # Support users account

‎.github/readme/partials/documentation/compatibility.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<tr>
1111
<td nowrap="nowrap"><%- name %></td><%# -%>
1212
<% for (const [plugin] of Object.entries(plugins).filter(([key, value]) => (value)&&(!["core"].includes(key)))) { %>
13-
<td nowrap="nowrap" align="center" data-plugin="<%= plugin %>"><%= readme.compatibility[plugin] ? "✔️" : "❌" %></td><% } %>
13+
<td nowrap="nowrap" align="center" data-plugin="<%= plugin %>"><%= {true:"✔️", false:"❌", embed:"✓"}[readme.compatibility[plugin]] %></td><% } %>
1414
</tr><% } %>
1515
<tr>
1616
<td colspan="<%= Object.keys(plugins).length %>"></td>

0 commit comments

Comments
 (0)
Failed to load comments.