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
dependabot[bot] 3e14d1ada2
Bump url-parse from 1.5.7 to 1.5.10
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 04:49:39 +00:00
.github/workflows Add Feedback component to layout (#563) 2021-06-24 09:32:07 +02:00
docs Update docs/nodes/credentials/Baserow/README.md 2022-02-23 06:36:10 -07:00
.editorconfig 🎉 Initial commit 2020-05-23 18:13:47 +02:00
.gitignore 🐛 Remove package-lock 2021-09-16 15:04:10 +03: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 Contributing guidelines (#434) 2021-03-04 12:48:54 +01: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
lerna.json [WIP] Course - Level 1 (#577) 2021-07-16 12:25:03 +02:00
LICENSE.md Fix language and add CoC 2020-06-18 09:40:01 +02:00
package-lock.json Bump url-parse from 1.5.7 to 1.5.10 2022-02-28 04:49:39 +00:00
package.json 📚 Added changelog for 0.164.0/1 releases, added Google Chat doc stub (#742) 2022-02-21 10:23:26 +01:00
README.md Telemetry docs added and top-level README.md improved 2021-10-13 18:05:48 +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

After doing this, visit http://localhost:8080 to see the docs website. Pages should refresh as you make changes to them.

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

Structure

The structure of the /docs directory mirrors the structure of the docs website itself. Each page has a corresponding markdown file that is compiled to HTML on build. The README.md in each directory is the index page for the corresponding section.

The left menu is defined in /docs/.vuepress/config.js.

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.