N8N Workflow Documentation

I need to document my N8N workflows flows and logic. So either i can write the documentation myself or can use an LLM to upload my .json file and it gives an detailed overview of the workflow.

My question is that are there any N8N tools etc that have the provision to generate an automation documentation whenever i update my workflow. For example if the N8N nodes have a provision for markdown text and there could be a script that could read the git repository where the workflows are saved and generate the markdown and update the text in the Notion page or Confluence, gitbook via API.

Not sure if this is something feasbile but would appreciate any leads as to how to achieve automation documentation of workflows. Thank you

Hey @Sandeep

I’m not sure there’s something out of the box but why don’t you build something like that ?

N8N workflow that:
Triggers when workflow files are updated in Git
Reads the JSON files from the repository
Uses AI/LLM nodes to generate documentation
Pushes updates to Notion/Confluence via their APIs

There might be some other ideas :brain: