Documentation for n8n, a fair-code licensed automation tool with a free community edition and powerful enterprise options. Build AI functionality into your workflows.
Go to file
2020-08-27 17:54:59 +05:30
.github/workflows Add Segment node docs 2020-07-13 14:01:39 +02:00
docs Changelog update for n8n@0.79.0 2020-08-27 17:54:59 +05:30
.editorconfig
.gitignore
CNAME
CODE_OF_CONDUCT.md
CONTRIBUTING.md 💄 Minor edits 2020-07-22 11:34:34 +02:00
CONTRIBUTOR_LICENSE_AGREEMENT.md
deploy.sh
LICENSE.md
package.json
README.md

n8n Documentation

Repository with the official n8n documentation.

Build Documentation

To build the documentation:

npm install
npm run build

Development

To extend the documentation:

npm install
npm run dev