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
2024-02-12 16:59:33 +00:00
_glossary chat LMs and begin glossary 2023-12-14 15:11:10 +00:00
_snippets Update latest and next version numbers in snippet 2024-02-08 12:51:17 +00:00
_submodules pulled down update to insiders submodule 2023-11-27 15:04:46 +00:00
_yaml fix default data type for minus and plus 2024-01-24 09:28:41 +00:00
.github/workflows change lexi glob syntax 2024-02-01 09:34:16 +00:00
archive error squishing 2024-01-09 10:36:56 +00:00
docs back to 1.27.0 2024-02-12 16:59:33 +00:00
document-templates shopify creds and improve creds template 2024-02-01 15:18:26 +00:00
overrides wip 2024-01-25 09:22:03 +00:00
styles move vocab config and fix snippets 2024-01-25 11:06:05 +00:00
.editorconfig update theme and fix admonitions (#1644) 2023-10-10 14:33:40 +01:00
.gitignore
.gitmodules
.vale.ini restore warnings, don't fail on error 2024-01-25 11:17:49 +00:00
CNAME
CODE_OF_CONDUCT.md
CONTRIBUTING.md wip 2023-07-17 14:30:53 +01:00
CONTRIBUTOR_LICENSE_AGREEMENT.md
LICENSE.md
mkdocs.yml Add Azure Open AI nodes & credentials 2024-02-01 14:49:40 +01:00
netlify.toml
README.md update theme and fix admonitions (#1644) 2023-10-10 14:33:40 +01:00
requirements.txt add lightbox plugin and customise to avoid slideshow behavior 2024-01-02 14:39:08 +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
  • n8n recommends 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.
  • The repo includes a .editorconfig file. Make sure your local editor settings do not override these settings. In particular:
    • Don't allow your editor to replace tabs with spaces. This can affect our code samples (which must retain tabs for people building nodes).
    • One tab must be equivalent to four spaces.

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)

Fork the repository, then:

git clone https://github.com/<your-username>/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 the CONTRIBUTING guide.

You can find style guidance in the wiki.

Support

If you have problems or questions, head to n8n's forum: https://community.n8n.io

License

n8n-docs is fair-code licensed under the Sustainable Use License.

More information about the license is available in the License documentation.