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
2022-03-25 16:17:52 +01:00
.github/workflows
docs Fix changelog link 2022-03-25 16:17:52 +01:00
.editorconfig
.gitignore 🐛 Remove package-lock 2021-09-16 15:04:10 +03:00
CNAME
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CONTRIBUTOR_LICENSE_AGREEMENT.md
deploy.sh
lerna.json [WIP] Course - Level 1 (#577) 2021-07-16 12:25:03 +02:00
LICENSE.md
netlify.toml remove link checker for now 2022-03-22 15:50:41 +00:00
package-lock.json remove checklinks from packages 2022-03-22 16:22:34 +00:00
package.json remove checklinks from packages 2022-03-22 16:22:34 +00:00
README.md fix license in readme 2022-03-21 09:55:26 +00: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 the Sustainable Use License.

Additional information about license can be found in the FAQ.