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
2023-01-11 10:35:40 +00:00
_snippets Update testing.md 2022-12-27 02:03:06 +00:00
archive lowercase links 2022-12-14 21:56:25 +00:00
docs add canvas controls and make page show up better in search 2023-01-11 10:35:40 +00:00
document-templates update release note and template to wrap in div 2023-01-10 13:48:31 +00:00
overrides workflow sharing draft 2022-12-21 10:49:00 +00:00
styles release notes for 0.210.2 2023-01-09 14:12:20 +00:00
.editorconfig release note wip 2022-11-28 11:17:48 +00: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
CODE_OF_CONDUCT.md
CONTRIBUTING.md mention our license in the contrib repo file 2022-08-15 16:03:32 +01:00
CONTRIBUTOR_LICENSE_AGREEMENT.md
LICENSE.md
mkdocs.yml add canvas controls and make page show up better in search 2023-01-11 10:35:40 +00:00
netlify.toml try upgrading theme 2022-12-15 11:53:03 +00:00
README.md add recommendation to use material's validation and autocomplete settings 2023-01-03 12:18:22 +00:00
requirements.txt wip 2022-09-29 14:41:46 +01:00
runtime.txt

Banner image

n8n Docs

This repository hosts the documentation for n8n, an extendable workflow automation tool which enables you to connect anything to everything. 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.
  • Follow the recommended configuration and auto-complete guidance for the theme. This will help when working with the mkdocs.yml file.

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.