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-02-13 11:28:27 +00:00
_snippets rewrite nodes doc 2023-02-09 10:50:55 +00:00
_submodules maybe with ssh 2023-02-01 16:58:36 +00:00
_yaml comment out funcs with args 2023-02-02 15:06:46 +00:00
archive lowercase links 2022-12-14 21:56:25 +00:00
docs add tags to help page show in search 2023-02-13 11:28:27 +00:00
document-templates release notes, node updates, new env var 2023-02-13 11:03:45 +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 a little experiment with yaml and styles 2023-01-23 16:27:26 +00:00
.gitignore fix whitespace trimming 2022-08-10 14:02:23 +01:00
.gitmodules maybe with ssh 2023-02-01 16:58:36 +00: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 Merge branch 'main' into ADO-208-dt-functions 2023-02-02 15:00:10 +00:00
netlify.toml fix path in build 2023-02-01 16:59:44 +00:00
README.md wip 2023-02-02 12:53:37 +00:00
requirements.txt fix merge conflict 2023-02-02 15:01:04 +00: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
  • Pip
  • 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

For members of the n8n GitHub organization:

  1. Set up an SSH token and add it to your GitHub account. Refer to GitHub | About SSH for guidance.

  2. Then run these commands:

    git clone --recurse-submodules git@github.com:n8n-io/n8n-docs.git
    cd n8n-docs
    pip install -r requirements.txt
    pip install _submodules/insiders
    

For 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)

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

To serve a local preview:

mkdocs serve

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.