mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
upgrade theme and enable breadcrumbs
This commit is contained in:
@@ -1,43 +1,48 @@
|
||||
# Welcome
|
||||
|
||||
This is the documentation for [n8n](https://n8n.io/), a [fair-code](http://faircode.io) licensed node-based workflow automation tool.
|
||||
|
||||
It covers everything from setup to usage and development. It is a work in progress and all [contributions](/contributing/) are welcome.
|
||||
|
||||
## Where to start
|
||||
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
- __Quickstarts__
|
||||
|
||||
Jump in with n8n's quickstart guides.
|
||||
|
||||
[:octicons-arrow-right-24: Try it out](/try-it-out/)
|
||||
|
||||
- __Choose the right n8n for you__
|
||||
|
||||
Cloud, Desktop, npm, self-host . . .
|
||||
|
||||
[:octicons-arrow-right-24: Options](/choose-n8n/)
|
||||
|
||||
|
||||
- __Explore integrations__
|
||||
|
||||
Browse n8n's integrations library.
|
||||
|
||||
[:octicons-arrow-right-24: Find your apps](/integrations/)
|
||||
|
||||
- __Take a course__
|
||||
|
||||
n8n's courses provide in-depth examples and walkthroughs.
|
||||
|
||||
[:octicons-arrow-right-24: Start learning](/courses/)
|
||||
</div>
|
||||
|
||||
## About n8n
|
||||
|
||||
n8n (pronounced n-eight-n) helps you to connect any app with an API with any other, and manipulate its data with little or no code.
|
||||
|
||||
* Customizable: highly flexible workflows and the option to build custom nodes.
|
||||
* Convenient: use the Desktop app or npm to try out n8n, or the Cloud hosting option if you want us to handle the infrastructure.
|
||||
* Privacy-focused: self-host n8n for privacy and security.
|
||||
---
|
||||
hide:
|
||||
- path
|
||||
---
|
||||
|
||||
# Welcome
|
||||
|
||||
This is the documentation for [n8n](https://n8n.io/), a [fair-code](http://faircode.io) licensed node-based workflow automation tool.
|
||||
|
||||
It covers everything from setup to usage and development. It is a work in progress and all [contributions](/contributing/) are welcome.
|
||||
|
||||
## Where to start
|
||||
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
- __Quickstarts__
|
||||
|
||||
Jump in with n8n's quickstart guides.
|
||||
|
||||
[:octicons-arrow-right-24: Try it out](/try-it-out/)
|
||||
|
||||
- __Choose the right n8n for you__
|
||||
|
||||
Cloud, Desktop, npm, self-host . . .
|
||||
|
||||
[:octicons-arrow-right-24: Options](/choose-n8n/)
|
||||
|
||||
|
||||
- __Explore integrations__
|
||||
|
||||
Browse n8n's integrations library.
|
||||
|
||||
[:octicons-arrow-right-24: Find your apps](/integrations/)
|
||||
|
||||
- __Take a course__
|
||||
|
||||
n8n's courses provide in-depth examples and walkthroughs.
|
||||
|
||||
[:octicons-arrow-right-24: Start learning](/courses/)
|
||||
</div>
|
||||
|
||||
## About n8n
|
||||
|
||||
n8n (pronounced n-eight-n) helps you to connect any app with an API with any other, and manipulate its data with little or no code.
|
||||
|
||||
* Customizable: highly flexible workflows and the option to build custom nodes.
|
||||
* Convenient: use the Desktop app or npm to try out n8n, or the Cloud hosting option if you want us to handle the infrastructure.
|
||||
* Privacy-focused: self-host n8n for privacy and security.
|
||||
|
||||
@@ -17,6 +17,8 @@ theme:
|
||||
- content.code.copy
|
||||
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#section-index-pages
|
||||
- navigation.indexes
|
||||
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-path
|
||||
- navigation.path
|
||||
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/?h=navigation+tabs#navigation-tabs
|
||||
- navigation.tabs
|
||||
- navigation.tabs.sticky
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[build]
|
||||
command = "pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@9.0.4-insiders-4.27.1 && mkdocs build"
|
||||
command = "pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@9.0.5-insiders-4.28.0 && mkdocs build"
|
||||
publish = "site"
|
||||
|
||||
Reference in New Issue
Block a user