docs: update workflow count to 4343 in README and GitHub Pages

Updated workflow statistics across documentation:
- README badge updated to 4343+ workflows
- Production workflows count updated to 4,343
- Repository structure documentation updated
- GitHub Pages stats.json updated with new counts

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
zie619
2025-11-03 21:14:16 +02:00
parent 75cb1e5776
commit 9a59f54aa6
2 changed files with 17 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
<div align="center">
![n8n Workflows](https://img.shields.io/badge/n8n-Workflows-orange?style=for-the-badge&logo=n8n)
![Workflows](https://img.shields.io/badge/Workflows-2057+-blue?style=for-the-badge)
![Workflows](https://img.shields.io/badge/Workflows-4343+-blue?style=for-the-badge)
![Integrations](https://img.shields.io/badge/Integrations-365+-green?style=for-the-badge)
![License](https://img.shields.io/badge/License-MIT-purple?style=for-the-badge)
[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://www.buymeacoffee.com/zie619)
@@ -45,7 +45,7 @@ Visit **[zie619.github.io/n8n-workflows](https://zie619.github.io/n8n-workflows)
<td width="50%">
### 📊 By The Numbers
- **2,057** Production-Ready Workflows
- **4,343** Production-Ready Workflows
- **365** Unique Integrations
- **29,445** Total Nodes
- **15** Organized Categories
@@ -149,7 +149,7 @@ graph LR
```
n8n-workflows/
├── workflows/ # 2,057 workflow JSON files
├── workflows/ # 4,343 workflow JSON files
│ └── [category]/ # Organized by integration
├── docs/ # GitHub Pages site
├── src/ # Python source code

View File

@@ -1,20 +1,20 @@
{
"total_workflows": 2057,
"active_workflows": 215,
"inactive_workflows": 1842,
"total_workflows": 4343,
"active_workflows": 434,
"inactive_workflows": 3908,
"total_nodes": 29528,
"unique_integrations": 367,
"categories": 15,
"unique_integrations": 268,
"categories": 16,
"triggers": {
"Complex": 832,
"Manual": 478,
"Scheduled": 226,
"Webhook": 521
"Complex": 1737,
"Manual": 998,
"Scheduled": 477,
"Webhook": 1129
},
"complexity": {
"high": 716,
"low": 566,
"medium": 775
"high": 1520,
"low": 1172,
"medium": 1650
},
"last_updated": "2025-11-03T11:28:31.626577"
"last_updated": "2025-11-03T21:12:58.661616"
}