Documentation for n8n automations

I have a lot of automations in n8n and it is getting to the point where its getting very difficult to follow and know what each of them is doing.

So, I want to create a documentation center for automation, what does the automation and to which system it connects to.

On which system (open source and free) would you recommend?

Information on your n8n setup

  • n8n version: 1.49
  • Database (default: SQLite): pgsql
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: ubuntu server

Hi @shlomi ,

This really depends on personal preference. Notion could be a good option - it’s very intuitive and widespread. Automatically document n8n workflows directly in Notion database | n8n workflow template

But if you’re specifically looking for open source and free you could take a look at Wiki.js or DokuWiki - https://js.wiki/; dokuwiki [DokuWiki].

Althought n8n doesn’t currently have integrations set for either of these, you can still interact with them using our HTTP Request Node - https://docs.requarks.io/; GitHub - gerardnico/dokuwiki-plugin-api: A rest api interface for Dokuwiki

Hope this helps! :heart_hands:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.