• Stars
    star
    168
  • Rank 225,507 (Top 5 %)
  • Language
    HTML
  • License
    Other
  • Created over 4 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Documentation for n8n, a fair-code licensed automation tool with a free community edition and powerful enterprise options. Build AI functionality into your workflows.

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 [email protected]: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.

More Repositories

1

n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
TypeScript
45,999
star
2

self-hosted-ai-starter-kit

The Self-hosted AI Starter Kit is an open-source template that quickly sets up a local AI environment. Curated by n8n, it provides essential tools for creating secure, self-hosted AI workflows.
2,177
star
3

n8n-nodes-starter

Example starter module for custom n8n nodes.
TypeScript
194
star
4

n8n-kubernetes-hosting

55
star
5

bash-dash

(Slash)Dash-Commands for the terminal
Shell
38
star
6

n8n-docker-caddy

Get up and running with n8n on DigitalOcean
35
star
7

n8n-desktop-app

n8n Desktop App
JavaScript
34
star
8

n8n-hosting

Example of self-hosting n8n in various environments like docker, kubernetes, etc.
Shell
30
star
9

n8n-heroku

Shell
23
star
10

n8n-benchmarking

HCL
18
star
11

test-workflows

n8n workflows used for testing nodes
15
star
12

tournament

TypeScript
11
star
13

n8n-eks-cluster

Multi-instance n8n setup on AWS EKS
JavaScript
10
star
14

nodelinter

Static code analyzer for n8n node files
TypeScript
9
star
15

n8n-cloud-status

Status page for n8n.cloud
CSS
9
star
16

n8n-nodes-debughelper

A community node with useful debug functions
TypeScript
5
star
17

n8n-design-system

n8n's design system
SCSS
5
star
18

discourse-n8n-wf

Discourse plugin for pretty rendering of n8n workflow code
JavaScript
5
star
19

subscription-app

Subscription app
Vue
4
star
20

Community-Contributions

3
star
21

n8n-storybook

3
star
22

js-client-oauth2-extended

JavaScript
2
star
23

homebrew-n8n

Homebrew Tap for n8n
Ruby
1
star
24

codemirror-lang-n8n

n8n expression language support for CodeMirror
JavaScript
1
star