From 9a59f54aa66b881167e55e0ba42ac272fdebd235 Mon Sep 17 00:00:00 2001 From: zie619 Date: Mon, 3 Nov 2025 21:14:16 +0200 Subject: [PATCH] docs: update workflow count to 4343 in README and GitHub Pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- README.md | 6 +++--- docs/api/stats.json | 28 ++++++++++++++-------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index f8c654b0..147c5c9c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
![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) ### 📊 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 diff --git a/docs/api/stats.json b/docs/api/stats.json index 453e5e19..b5c3490e 100644 --- a/docs/api/stats.json +++ b/docs/api/stats.json @@ -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" -} \ No newline at end of file + "last_updated": "2025-11-03T21:12:58.661616" +}