From de4e65c9ea53cc718761ad52248ff43075697deb Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Fri, 1 Sep 2023 23:36:35 +0800 Subject: [PATCH] Add badges-api JSON files for endpoint badge use See https://shields.io/badges/endpoint-badge for docs --- badges-api/headcount-by-team/main.json | 8 ++++++++ badges-api/profile-badges/squad.json | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 badges-api/headcount-by-team/main.json create mode 100644 badges-api/profile-badges/squad.json diff --git a/badges-api/headcount-by-team/main.json b/badges-api/headcount-by-team/main.json new file mode 100644 index 0000000..9ea027b --- /dev/null +++ b/badges-api/headcount-by-team/main.json @@ -0,0 +1,8 @@ +{ + "schemaVersion": 1, + "label": "RecapTime.dev squad members", + "message": "1", + "labelColor": "f8049c", + "color": "fdd54f", + "style": "for-the-badge" +} \ No newline at end of file diff --git a/badges-api/profile-badges/squad.json b/badges-api/profile-badges/squad.json new file mode 100644 index 0000000..82441d6 --- /dev/null +++ b/badges-api/profile-badges/squad.json @@ -0,0 +1,8 @@ +{ + "schemaVersion": 1, + "label": "RecapTime.dev", + "message": "squad", + "labelColor": "bff6f9", + "color": "f8049c", + "style": "for-the-badge" +} \ No newline at end of file