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-31 14:00:16 +02:00
.github/workflows
docs Minor fix to OAuth credentials and add GIF for Developer API key credentials (#131) 2020-08-31 14:00:16 +02:00
.editorconfig
.gitignore
CNAME
CODE_OF_CONDUCT.md
CONTRIBUTING.md 🔨 Add Image guidelines 2020-08-28 17:33:56 +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