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