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-07-06 12:36:58 +02:00
_snippets Update latest and next version numbers in snippet 2023-07-03 12:35:52 +01:00
_submodules update theme 2023-04-12 11:19:28 +01:00
_yaml Update .hash() to include all options 2023-05-16 10:56:57 +01:00
archive 228.2 is latest and next 2023-05-24 10:22:47 +01:00
docs Replaced "using OAuth" with "Using Connection String or Values". 2023-07-06 12:36:58 +02:00
document-templates Quick template updates 2023-06-26 15:50:52 +01:00
overrides add v1 banner 2023-06-07 13:54:29 +01:00
styles wip 2023-04-12 09:24:47 +01: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 deploy 2020-06-29 14:41:52 +02:00
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 enterprise license key doc 2023-07-03 11:00:43 +01:00
netlify.toml add quotes 2023-03-13 10:25:28 +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 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. 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.