docs: update quickstart utilities [skip ci]
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
<defs><style><%%= fonts %></style></defs>
|
||||
<style data-optimizable="true"><%%= style %></style>
|
||||
<style><%= extras.css %></style>
|
||||
|
||||
<foreignObject x="0" y="0" width="100%" height="100%">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
|
Before Width: | Height: | Size: 562 B After Width: | Height: | Size: 597 B |
24
.github/scripts/quickstart/template/metadata.yml
vendored
24
.github/scripts/quickstart/template/metadata.yml
vendored
@@ -1,14 +1,16 @@
|
||||
name: "🖼️ Template name"
|
||||
extends: classic # Fallback to "classic" template "template.mjs" if not trusted
|
||||
index: ~ # Leave as it (this is used to order plugins on metrics README.md)
|
||||
extends: classic
|
||||
description: Short description
|
||||
examples:
|
||||
default: https://via.placeholder.com/468x60?text=No%20preview%20available
|
||||
supports:
|
||||
- user # Support users account
|
||||
- organization # Support organizations account
|
||||
- repository # Support repositories metrics
|
||||
- user
|
||||
- organization
|
||||
- repository
|
||||
formats:
|
||||
- svg # Support SVG output
|
||||
- png # Support PNG output
|
||||
- jpeg # Support JPEG output
|
||||
- json # Support JSON output
|
||||
- markdown # Support markdown output
|
||||
- markdown-pdf # Support PDF output
|
||||
- svg
|
||||
- png
|
||||
- jpeg
|
||||
- json
|
||||
- markdown
|
||||
- markdown-pdf
|
||||
|
||||
Reference in New Issue
Block a user