This repository hosts the documentation for n8n, an extendable workflow automation tool which enables you to connect anything to everything via its open, fair-code model. The documentation is live at docs.n8n.io.
To build the documentation:
git clone https://github.com/n8n-io/n8n-docs.git
cd n8n-docs
npm install
npm run build
To add to the documentation:
git clone https://github.com/n8n-io/n8n-docs.git
cd n8n-docs
npm install
npm run dev
After doing this, visit http://localhost:8080 to see the docs website. Pages should refresh as you make changes to them.
You can find the contribution guidelines in the CONTRIBUTING.md file.
The structure of the /docs
directory mirrors the structure of the docs website itself. Each page has a corresponding markdown file that is compiled to HTML on build. The README.md
in each directory is the index page for the corresponding section.
The left menu is defined in /docs/.vuepress/config.js
.
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
n8n-docs is fair-code licensed under Apache 2.0 with Commons Clause.
Additional information about license can be found in the FAQ.