mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 15:34:26 +01:00
Simplify library badges - remove logo and redundant suffix
- Removed Node-RED logo from library badges - Removed redundant suffix words (nodes/flows/collections) - Added descriptive labels (Nodes/Flows/Collections) instead - Badges now show cleaner format: "Nodes: 5656" instead of logo + "5656 nodes"
This commit is contained in:
@@ -23,13 +23,13 @@
|
||||
<br/>
|
||||
<br/>
|
||||
<a href="https://flows.nodered.org/search?type=node">
|
||||
<img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fflows.nodered.org%2Fthings%3Fformat%3Djson%26per_page%3D1%26type%3Dnode&query=$.meta.results.count&suffix=%20nodes&label=%20&style=for-the-badge&logo=node-red&logoColor=8f0000&labelColor=ececec&color=8f0000" alt="Node-RED Library Nodes"/>
|
||||
<img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fflows.nodered.org%2Fthings%3Fformat%3Djson%26per_page%3D1%26type%3Dnode&query=$.meta.results.count&label=Nodes&style=for-the-badge&labelColor=ececec&color=8f0000" alt="Node-RED Library Nodes"/>
|
||||
</a>
|
||||
<a href="https://flows.nodered.org/search?type=flow">
|
||||
<img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fflows.nodered.org%2Fthings%3Fformat%3Djson%26per_page%3D1%26type%3Dflow&query=$.meta.results.count&suffix=%20flows&label=%20&style=for-the-badge&logo=node-red&logoColor=8f0000&labelColor=ececec&color=8f0000" alt="Node-RED Library Flows"/>
|
||||
<img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fflows.nodered.org%2Fthings%3Fformat%3Djson%26per_page%3D1%26type%3Dflow&query=$.meta.results.count&label=Flows&style=for-the-badge&labelColor=ececec&color=8f0000" alt="Node-RED Library Flows"/>
|
||||
</a>
|
||||
<a href="https://flows.nodered.org/search?type=collection">
|
||||
<img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fflows.nodered.org%2Fthings%3Fformat%3Djson%26per_page%3D1%26type%3Dcollection&query=$.meta.results.count&suffix=%20collections&label=%20&style=for-the-badge&logo=node-red&logoColor=8f0000&labelColor=ececec&color=8f0000" alt="Node-RED Library Collections"/>
|
||||
<img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fflows.nodered.org%2Fthings%3Fformat%3Djson%26per_page%3D1%26type%3Dcollection&query=$.meta.results.count&label=Collections&style=for-the-badge&labelColor=ececec&color=8f0000" alt="Node-RED Library Collections"/>
|
||||
</a>
|
||||
</p>
|
||||
<h3 align="center">Low-code programming for event-driven applications</h3>
|
||||
|
||||
Reference in New Issue
Block a user