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-11-02 12:53:37 +05:30
.github/workflows Add Segment node docs 2020-07-13 14:01:39 +02:00
docs Add code snippet in JS Cheatsheet 2020-11-02 12:53:37 +05:30
.editorconfig 🎉 Initial commit 2020-05-23 18:13:47 +02:00
.gitignore 🎉 Initial commit 2020-05-23 18:13:47 +02:00
CNAME deploy 2020-06-29 14:41:52 +02:00
CODE_OF_CONDUCT.md Fix language and add CoC 2020-06-18 09:40:01 +02:00
CONTRIBUTING.md 🔨 Add Image guidelines 2020-08-28 17:33:56 +02:00
CONTRIBUTOR_LICENSE_AGREEMENT.md 📚 Add Contributor License Agreement 2020-06-12 20:51:58 +02:00
deploy.sh 🚀 Change domain 2020-06-29 14:39:07 +02:00
LICENSE.md Fix language and add CoC 2020-06-18 09:40:01 +02:00
package.json SEO Update (#206) 2020-10-09 14:18:10 +02:00
README.md Enhance README.md 2020-08-31 15:43:55 +02:00

n8n Docs

This repository hosts the documentation for n8n, an extendable workflow automation tool which enables you to connect anything to everything via its open, fair-code model. The documentation is live at docs.n8n.io.

Building the documentation

To build the documentation:

git clone https://github.com/n8n-io/n8n-docs.git
cd n8n-docs
npm install
npm run build

Contributing

To add to the documentation:

git clone https://github.com/n8n-io/n8n-docs.git
cd n8n-docs
npm install
npm run dev

You can find the contribution guidelines in the CONTRIBUTING.md file.

Support

If you have problems or questions, head to our forum, and we will try to help you as soon as possible: https://community.n8n.io

License

n8n-docs is fair-code licensed under Apache 2.0 with Commons Clause.

Additional information about license can be found in the FAQ.