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
smamudhan ee2f20f59b
Documentation for AWS nodes (#34)
* Added CircleCI credentials

* Added MessageBird credentials

* Added OpenWeatherMap credentials

* Added Zoom Credentials

*  Added AWS Lambda docs

*  Added AWS S3 docs

*  Added AWS SES docs

*  Added AWS SNS docs

*  Added AWS SNS Trigger docs

* Added AWS credentials

*  Updated AWS credentials

* added links to AWS credentials

* 🐛 Changes made based on Tanay's feedback
2020-07-14 13:53:40 +02:00
.github/workflows Add Segment node docs 2020-07-13 14:01:39 +02:00
docs Documentation for AWS nodes (#34) 2020-07-14 13:53:40 +02:00
.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
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 🎉 Initial commit 2020-05-23 18:13:47 +02:00
README.md 🎉 Initial commit 2020-05-23 18:13:47 +02:00

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