workflows.fit
Back to n8n workflows
n8n templateFreeBy Eduard

📚 Auto-generate documentation for n8n workflows with GPT and Docsify

This workflow creates a documentation system for n8n instances using Docsify.js. It serves a dynamic documentation website that allows users to: - View an overview of all workflows in a tabular format - Filter workflo...

DevelopmentCore NodesAILangchainUtilitySetConvert To FileIf
Loading interactive preview...

Template notes

This workflow creates a documentation system for n8n instances using Docsify.js. It serves a dynamic documentation website that allows users to:

- View an overview of all workflows in a tabular format - Filter workflows by tags - Access automatically generated documentation for each workflow - Edit documentation with a live Markdown preview - Visualize workflow structures using Mermaid.js diagrams

> 📺 Check out the [short 2-min demonstration](https://www.linkedin.com/feed/update/urn:li:activity:7276671057992847361/) on LinkedIn. Don't forget to connect!

🔧 Key Components

1. Main Documentation Portal - Serves a Docsify-powered website - Provides a navigation sidebar with workflow tags - Displays workflow status, creation date, and documentation links

2. Documentation Generator - Uses GPT model to auto-generate workflow descriptions - Creates Mermaid.js diagrams of workflow structures - Maintains consistent documentation format

3. Live Editor - Split-screen Markdown editor with preview - Real-time Mermaid diagram rendering - Save/Cancel functionality

⚙️ Technical Details