mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
bf8ea0063acb99f95ac7a10811b855216373fc3a
add release notes for 0.212.0 and item lists summarize
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
- 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.ymlfile.
Steps
git clone https://github.com/n8n-io/n8n-docs.git
cd n8n-docs
pip install -r requirements.txt
# n8n organization members:
# Outside your docs project, do:
git clone https://github.com/n8n-io/mkdocs-material-insiders.git mkdocs-material
# Navigate back into the docs project and run:
pip install -e <path-to-mkdocs-material>
# 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)
pip install mkdocs-material
# Serve a local preview
mkdocs serve
# Or build
mkdocs build
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.
Description
Languages
HTML
81.3%
Python
18.7%
