Skip to content

Commit

Permalink
Merge pull request #1076 from n8n-io/upgrade-theme-breadcrumbs
Browse files Browse the repository at this point in the history
upgrade theme and enable breadcrumbs
  • Loading branch information
StarfallProjects committed Jan 18, 2023
2 parents c9e43fa + f275fe3 commit b79cc33
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 44 deletions.
6 changes: 6 additions & 0 deletions docs/_extra/css/extra.css
Expand Up @@ -172,6 +172,12 @@
border: none;
}

/* reduce padding between title and breadcrumbs */

.md-content__inner {
padding-top: 0;
}

/* dark mode */
/* [data-md-color-scheme="dark"] .md-header{
box-shadow: none;
Expand Down
91 changes: 48 additions & 43 deletions docs/index.md
@@ -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.
2 changes: 2 additions & 0 deletions mkdocs.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
@@ -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.1 && mkdocs build"
publish = "site"

0 comments on commit b79cc33

Please sign in to comment.