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-09-08 10:31:05 +01:00
_snippets simplify function example 2022-09-06 16:50:51 +01:00
archive move archive and add more methods & vars info 2022-08-31 13:31:46 +01:00
docs semi-updated code examples 2022-09-08 10:31:05 +01:00
document-templates add integrations templates 2022-08-17 10:31:40 +01:00
overrides added redirect client side 2022-08-22 14:20:39 +01:00
styles add release notes for 0.193.3 and 0.193.4 2022-09-07 11:13:01 +01:00
.editorconfig fix whitespace trimming 2022-08-10 14:02:23 +01:00
.gitignore fix whitespace trimming 2022-08-10 14:02:23 +01:00
.vale.ini WIP update env vars, style work [skip ci] 2022-05-18 15:20:37 +01: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 mention our license in the contrib repo file 2022-08-15 16:03:32 +01:00
CONTRIBUTOR_LICENSE_AGREEMENT.md 📚 Add Contributor License Agreement 2020-06-12 20:51:58 +02:00
LICENSE.md Fix language and add CoC 2020-06-18 09:40:01 +02:00
mkdocs.yml semi-updated code examples 2022-09-08 10:31:05 +01:00
netlify.toml update to latest theme 2022-06-06 12:24:15 +01:00
README.md updates to readme and contrib 2022-08-11 11:30:10 +01:00
requirements.txt updated reqs 2022-05-18 09:38:50 +01:00
runtime.txt new ia and new site 2022-04-13 09:56:05 +01:00

Banner image

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.

Previewing and building the documentation locally

Prerequisites

  • Python 3.8 or above
  • We recommend using a virtual environment when working with Python, such as venv.

Steps

git clone https://github.com/n8n-io/n8n-docs.git
cd n8n-docs
pip install -r requirements.txt

# n8n organization members: 
# Outside your docs project, do:
git clone https://github.com/n8n-io/mkdocs-material-insiders.git mkdocs-material
# Navigate back into the docs project and run:
pip install -e <path-to-mkdocs-material>

# External contributors: rely on the preview builds on pull requests, or 
# use the free version of Material for MkDocs (most things are the same, some formatting may be missing)
pip install mkdocs-material

# Serve a local preview
mkdocs serve
# Or build
mkdocs build

Contributing

Please read our CONTRIBUTING guide.

You can find style guidance in our wiki.

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 License documentation.